 @charset "iso-8859-1";
/* CSS Document */

html, body {
	height:100%;
	padding:0;
	margin: 0px; /*desactivar si se desean bordes alrededor*//*margin-top: 5px; controlan los bordes alrededor
	margin-right: 5px;  controlan los bordes alrededor
	margin-left: 5px;controlan los bordes alrededor*/
}
body {
	background-color: #C8C8C8;
}
h1, h2, h3, h4, h5, h6, p, form {
	margin:0 0 .7em
}
h1, h2 {
	text-align:center;
}
#container {
	margin:0px auto;
	text-align:left;
	position:relative;
	margin-top:-40px;                                             /* make space for footer*/
	z-index:0;
	min-height:100%;
	min-width:950px; /* para evitar que la columna del centro sea fluida min-width debe ser igual a max-width*/
	max-width:954px;
	background-color: #7C7C7C;	        /*  center column colur*//*border-right:1px solid #000;          
	/*border-left:1px solid #000;*/
}
#containerAdm {
	margin:0px auto;
	text-align:left;
	position:relative;
	margin-top:-40px;                                             /* make space for footer*/
	z-index:0;
	min-height:100%;
	min-width:950px; /* para evitar que la columna del centro sea fluida min-width debe ser igual a max-width*/
	max-width:954px;
	background-color: #B6B6B6;	        /*  center column colur*//*border-right:1px solid #000;          
	/*border-left:1px solid #000;*/
}
#header {
	color:black;
	clear:both;
	position:relative;
	z-index:2;
	width:100%;
	border-top:40px solid #333;/* soak up negative margin to make way for footer*/
	/* color del borde debe ser igual al body para lograr el borde negro*/
	border-bottom:1px solid #000;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
	/*background-color: #3F0;*/
	height: 155px;
	background-image: url(img/cabecera.jpg);
	background-repeat: no-repeat;
}
.botonera {
	position: absolute;
	height: 46px;
	width: 954px;
	visibility: visible;
	right: 0px;
	bottom: -1px;
	background-image: url(img/fondo_menu.jpg);
	background-repeat: repeat;
	background-position: 0px;
}
#footer {
	min-width:950px; /* para evitar que la columna del centro sea fluida min-width debe ser igual a max-width*/
	max-width:954px;
	clear:both;
	margin:auto;
	position:relative;
	z-index:2;
	height:39px;
	text-align:center;
	background-color: #EEEEEE;
	border-top-width: 1px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-top-color: #C8C8C8;
}
/*if we float the middle column we avoid the ie6 3 pixel jog and also keep columns in normal source order (left,middle right) but we need to use a negative margin offset to make it all fit.*/
#middle {
	float:left;
	width:100%;
	margin-right:-0px;                                  /* width of left and right columns */
}
#content {
	margin-right:0px;                                  /* width of left and right columns */
}
#left {
	width:0px;
	position:relative;
	float:left;
	z-index:2;
}
#right {
	width:0px;
	position:relative;
	float:right;
	z-index:2;
	font-size:11px;
}
/*The following  2 absolute columns that just hold the column colours */
/* there is no need to worry about being removed from the flow because these do not hold content but are just stuck to the parent container and set at 100% height. This ensures that they grow with the parent container. Its a shame that this behaviour doesn't apply to static elements and we'd all be a lot happier. */
#l {
	width:248px;
	height:100%;
	position:absolute;
	bottom:0;
	left:0;                                              /* left column color*/
	z-index:1;
	clear:both;
	border-right:1px solid #000;
	background-color: #FFFFFF;
}
#r {
	position:absolute;
	height:100%;
	right:0;                                              /* right column color*/
	z-index:1;
	width:679px;
	bottom:0;
	clear:both;
	border-left:1px solid #000;
	background-color: #FFFFFF;
}
* html #l, * html #r {
	height:999em;
	bottom:-1px
}
p {
	padding:5px;
}/* some breathing space*/
/* clear without structural mark-up */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* mac hide - force layout in ie \*/
.clearfix {
	display: block;
}
/* End hide */

/*Opera Fix for sticky footer*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-bottom:-40px;
}
/* #inner protects any floats in the content from clearing the :before float */
#inner {
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:3;
}
.leftSup {
	background-color: #FFFFFF;
	float: left;
	height: 254px;
	width: 235px;
	margin-left: 16px;
	margin-top: 26px;
}
.leftInf {
	background-color: #FFFFFF;
	float: left;
	height: 75px;
	width: 235px;
	margin-left: 2px;
	margin-top: 20px;
}
.titulo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	color: #0066CC;
	text-align: left;
	float: left;
	margin-top: 20px;
	font-weight: bold;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-image: url(img/puntoAzul.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	float: left;
	height: auto;
	width: 630px;
	margin-top: 18px;
	margin-left: 0px;
	padding-left: 10px;
}
.contenedorMenuCabecera {
	float: right;
	height: 20px;
	width: 520px;
	margin-top: 70px;
	text-align: right;
	margin-right: 10px;
	color: #8A8A8A;
}
.menu_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	float: left;
	height: 18px;
	margin-left:4px;
}
.menu_link:hover {
	color: #03C;
	text-decoration: none;
	float: left;
	height: 18px;
	margin-left:4px;
}

.tituloFooter {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	text-align: center;
	float: left;
	height: 15px;
	width: 954px;
	margin-top:2px;
	margin-bottom:3px
}
.textoFooter {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: center;
	height: 13px;
	width: 954px;
	margin-top:4px;
}

.menu_linkBoton {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	float: left;
	height: 18px;
	text-align: center;
	font-weight: bold;
}
.menu_linkBoton:hover {
	color: #CCCCCC;
	text-decoration: none;
	float: left;
	height: 18px;
	text-align: center;
}
.botonSinLink {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #633;
	text-decoration: none;
	float: left;
	height: 18px;
	text-align: center;	
}
#boton1 {						/*MUY IMPORTANTE: TODOS LOS boton1 a boton5 deben contener los mismos atributos*/
	position:absolute; 			/*porque de lo contrario hay errores en Firefox*/
	top: 118px;					/*boton1 a boton5 posicionan los textos de la botonera principal, sobre las imagenes*/
	left: 52px;					/*de los botones*/
	*left: 57px; /*para IE*/
	height: 40px;
	width: 140px;
	z-index: 1;
	text-align: center;
}
#boton2 {
	position:absolute;
	top: 118px;
	left: 227px;
	*left: 247px; /*para IE*/
	height: 40px;
	width: 140px;
	z-index: 2;
	
}
#boton3 {
	position:absolute;
	top: 118px;
	left: 400px;
	*left: 420px; /*para IE*/
	height: 40px;
	width: 150px;
	z-index: 3;


}
#boton4 {
	position:absolute;
	top: 122px;
	left: 585px;
	*left: 590px; /*para IE*/
	height: 40px;
	width: 150px;
	z-index: 4;

}
#boton5 {
	position:absolute;
	top: 122px;
	left: 778px;
	*left: 770px; /*para IE*/
	height: 45px;
	width: 150px;
	z-index: 5;

}
.textFormulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.tituloCentrado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	color: #0066CC;
	text-align: center;
	padding-left: 15px;
	margin-top: 20px;
}
.descripcion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	float: left;
	height: auto;
	width: 630px;
	margin-top: 18px;
	margin-left: 0px;
}
.subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
}
.clientes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-image: url(img/puntoAzul.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	float: left;
	height: auto;
	width: 630px;
	margin-top: 10px;
	margin-left: 0px;
	padding-left: 10px;
}

