
html, body {height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	outline: 0;
	font-weight: bold;
	left:0px;
	top:0px;
	margin:0px;
}

p{
	margin-top: 1em;
}

#contenedor { 
	min-height:100%;
	height: auto!important;
	height:100%;
}

#cabecera {
	height: 125px;
	background:url(http://poderypunto.com/infoequip/version-ultimate/imagenes-version-ultimate/fondo-pagina.jpg);
	background-repeat:repeat-x;
	text-align: center;
}

#logo{
	background-position:center;
	padding:0px;
	margin:0px;
	
}

#application-menu{
	/*ackground:#CCCCCC;
	/*border:solid 2px #0099CC;*/
	
}

#contenido {
	padding: 1em;
}


#pie{
	text-align: center;
	height: 3em;
	margin-top: -3em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}


.ejemplo {
	position:relative; 
	top: 0.5em;
	font-size: 1.2em;
}


.corte {
	clear: both;
	padding-top: 4em;
}

span.mastexto {
	font-family:Arial, Helvetica, sans-serif;
	display: block;
	margin-top: 1em;
	color:#0066CC;
}

p, h1, form, button{border:0; margin:0; padding:0;}
 .spacer{
	 clear:both;
	 height:1px;
	 text-align:center;
	 font-size:8px;
	 color:#F00;
}
	 
/* ———– My Form ———– */
.myform{
	margin:0 auto;
	width:400px;
	padding:14px;
}
 

/* ———– stylized ———– */
#stylized{
	white-space:inherit;
	width:750px;
 	border:solid 2px #b7ddf2;
 	background:#FFF;
	opacity:0.75;
	border-radius:19px;
	text-transform:uppercase;
}
  
 
#stylized h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}

#stylized p{
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #b7ddf2;
	padding-bottom:10px;
}

#stylized label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
}

#stylized .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}

#stylized .errordatos{
	color:#F00;
	font-size:9px;
	text-align:center;
}


#stylized .smallTop{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:180px;
}

#stylized input{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:200px;
	margin:2px 0 20px 10px;
}

#stylized select{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:205px;
	margin:2px 0 20px 10px;
}

#stylized textarea{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:200px;
	margin:2px 0 20px 10px;
	height:150px;
}

#stylized button{
	clear:both;
	margin-left:0px;
	width:145px;
	height:31px;
	background:#06C;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
}

/* ———– stylized ———– */
#stylized_est{
	white-space:inherit;
	width:750px;
 	border:solid 2px #900;
 	background:#FFF;
	opacity:0.75;
	border-radius:19px;
	text-transform:uppercase;
}
  
 
#stylized_est h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}

#stylized_est p{
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #900;
	padding-bottom:10px;
}

#stylized_est label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
}

#stylized_est .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}

#stylized_est .errordatos{
	color:#F00;
	font-size:9px;
	text-align:center;
}


#stylized_est .smallTop{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:180px;
}

#stylized_est input{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #900;
	width:200px;
	margin:2px 0 20px 10px;
}

#stylized_est select{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #900;
	width:205px;
	margin:2px 0 20px 10px;
}

#stylized_est textarea{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #900;
	width:200px;
	margin:2px 0 20px 10px;
	height:150px;
}

#stylized_est button{
	clear:both;
	margin-left:0px;
	width:145px;
	height:31px;
	background:#06C;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
}
/* ----------------------------------- */

.button, .button span {
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.button {
	white-space: nowrap;
	line-height:1em;
	position:relative;
	outline: none;
	overflow: visible; 
	cursor: pointer;
	border: 1px solid #999;
	border: rgba(0, 0, 0, .2) 1px solid;
	border-bottom:rgba(0, 0, 0, .4) 1px solid;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	/*background: -moz-linear-gradient(
				center top,
				rgba(255, 255, 255, .1) 0%,
				rgba(0, 0, 0, .1) 100%
			);
	background: -webkit-gradient(
			linear,
			center bottom,
			center top,
			from(rgba(0, 0, 0, .1)),
			to(rgba(255, 255, 255, .1))
			);*/
	-moz-user-select: none;
	-webkit-user-select:none;
	-khtml-user-select: none;
	margin-bottom:10px;
}

.button.full, .button.full span {
	display: block;
}

/*.button:hover, .button.hover {
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .2) 0%,
		rgba(255, 255, 255, .1) 100%
	);
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(255, 255, 255, .1)),
		to(rgba(255, 255, 255, .2))
	);
}*/
.button:active, .button.active {
	top:1px;
}


/* estilos del menu */

ul#navigation {
    position: fixed;
    margin: 0px;
    padding: 0px;
    top: 10px;
    left: 0px;
    list-style: none;
    z-index:9999;
}
ul#navigation li {
    width: 100px;
}
ul#navigation li a {
    display: block;
    margin-left: -2px;
    width: 100px;
    height: 50px;    
    background-color:#06C;
	box-shadow:5px 3px 3px #000;
    background-repeat:no-repeat;
    background-position:center center;
    border:3px solid #AFAFAF;
	border-radius: 0px 10px 10px 0px;
    -moz-border-radius:0px 10px 10px 0px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -khtml-border-top-right-radius: 10px;
    /*-moz-box-shadow: 0px 4px 3px #000;
    -webkit-box-shadow: 0px 4px 3px #000;
    */
    opacity: 0.6;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
ul#navigation .home a{
    background-image: url(../Admin/imagenes/home.png);
}
ul#navigation .about a      {
    background-image: url(../Admin/imagenes/id_card.png);
}
ul#navigation .search a      {
    background-image: url(../Admin/imagenes/search.png);
}
ul#navigation .mas a      {
    background-image: url(../Admin/imagenes/mas.png);
}
ul#navigation .menos a   {
    background-image: url(../Admin/imagenes/menos.png);
}
ul#navigation .exit a     {
    background-image: url(../Admin/imagenes/exit2.png);
}
ul#navigation .plus a     {
    background-image: url(../Admin/imagenes/plus2.png);
}

ul#navigation .update a     {
    background-image: url(../Admin/imagenes/update.png);
}

