@charset "utf-8";
/* Menu */
@import "admin.css";
/*@import "central.css";*/

/* CSS Document */

/* ESTRUCTURA (dimensiones, posiciones y margenes)*/

DIV
{
	position:relative;
	margin:0px;
	padding:0px;
	width:100%;
}
H1
{
	margin-top:0px;
	margin-bottom:20px;
}
H2
{
	margin-top:20px;
	margin-bottom:20px;
}
H3
{
	margin-top:20px;
	margin-bottom:10px;
}
H4
{
	margin-top:10px;
	margin-bottom:10px;
}
H5
{
	margin-top:10px;
	margin-bottom:5px;
}
H6
{
	margin-top:5px;
	margin-bottom:0px;
}
P, UL
{
	margin-top:0px;
	margin-bottom:5px;
}
#links LI
{
	margin-top:0px;
	margin-bottom:10px;
}
.input
{
	margin-bottom:10px;
	width:420px;
}
#fechaH
{
	position:absolute;
	top:140px;
	left:330px;
	width:600px;
	text-align:right;
}
.moroso
{
	position:absolute;
	top:10px;
	left:330px;
	width:600px;
	text-align:center;
	display:block
}
#footer
{
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	clear:both;
}
#header
{
	height:160px;
}
#isologo
{
	position:absolute;
	top:35px;
	left:60px;
}
#bureau
{
	position:absolute;
	top:15px;
	left:490px;
}
#login
{
	position:absolute;
	top:25px;
	left:630px;
	width:300px;
	text-align:right;
	cursor:pointer;
}
#main
{
	width:960px;
	margin-top:0px;
	margin-left: auto;
	margin-right:auto;
}
#menu
{
	width:120px;
	/*float:left;*/
}
#menu UL, #footer UL 
{
	margin:0px; /*le quitamos el margen a la lista*/ 
	padding:0px; /*y el relleno*/
	list-style-type:none;
}
#menu LI {
	margin:0px 0px 20px 340px;
}
#menu LI A {
	display:block; /*con esto el vinculo tendra un area rectangular, asi no sera solo el texto */
	padding:5px 10px 5px 0px;
}

#sombra
{
	width:990px;
	margin-left: auto;
	margin-right:auto;
}
.enLinea
{
	display:inline-block;
	width:auto;
	vertical-align:bottom;
}
.foto
{
	padding-top:20px;
	min-height:360px;
	background-repeat:no-repeat;
	background-position:top;
}
.tableLabel
{
	margin-right:5px;
	width:150px;
	text-align:right;
	padding-top:2px;
	vertical-align:top;
}
.emptyRecord
{
	width: 400px;
	height: 450px;	
}

/* BORDES, COLORES Y FONDOS */

BODY, TEXTAREA, SPAN, INPUT, BUTTON, SELECT
{
	color: #000000;
}
H1, H2, H3, H4, H5
{
	color:#A064B3;
}
/*SELECT, .input
{
	border:thin;
	border-color:#B23C60;
	border-style:solid;
}*/
FORM TABLE
{
	border-collapse:collapse;
	border:thin;
	border-color:#B23C60;
	border-style:solid;
}
A IMG
{
	border: 0px none;
}
#main
{
	background-color:#FFF3C6;
}
#footer, #header
{
	background-color:#B23C60;
}
#footer .p, #footer a, #header .p
{
	color:#FFFFFF;
}
.moroso
{
	color:#B23C60;
	background-color:#FFF3C6;
}
#footer a:hover
{
	color:#FF6F9B;
}
.nosel{
	color: #FFF3C6;
	background-color:#A064B2;
	border:#B23C60 thin solid;
}
.sel{
	color: #A064B2;
	background-color:#FFF3C6;
	border:#B23C60 thin solid;
	border-right:none;
}
#menu LI A:hover {
	color:#A064B2;
	background-color:#FFC7D8; /*decoración para el evento hover (mouse encima)*/ 
}
#links LI A
{
	color:#000000;
}

#sombra
{
	background-image:url(../images/fondoSombraLateral.png);
	background-repeat:repeat-y;
	width:990px;
	margin-left: auto;
	margin-right:auto;
}
.foto1
{
	background-image: url(../images/inicio.jpg);
}
.foto2
{
	background-image: url(../images/quienes.jpg);
}
.foto3
{
	background-image: url(../images/servicios.jpg);
}
.foto4
{
	background-image: url(../images/link.jpg);
}
.foto5
{
	background-image: url(../images/contactenos.jpg);
}
.linea0
{
	background-color:#FFFFFE;
}
.linea1
{
	background-color:#CCC;
}
.tableLabel
{
	color:#a064b2;
}
.tableInput, .tableRadio
{
	margin-bottom:5px;
	width:150px;
}
.imgButton
{
	cursor:pointer;
}


/* TIPOGRAFIA */
BODY, TEXTAREA, SPAN, LABEL, BUTTON, TABLE, SELECT, INPUT
{
	font-size:62.5%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:normal;
}
P, .p, BUTTON, SPAN, TEXTAREA, LABEL, TABLE, SELECT, INPUT, LI
{
	font-size:1.2em;
}
H1
{
	font-size:2.0em;
	font-weight:bold;
	margin-bottom:20px;
	text-align:left;
}
H2
{
	font-size:1.8em;
	font-weight:bold;
	margin-bottom:20px;
	text-align:left;
}
H3
{
	font-size:1.6em;
	font-weight:bold;
	margin-bottom:10px;
	text-align:left;
}
H4
{
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:10px;
	text-align:left;
}
H5
{
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:5px;
	text-align:left;
}
H6
{
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:0px;
	text-align:left;
}
.negrita
{
	font-weight:bold;
	
}
.moroso
{
	font-size:1.6em;
	font-weight:bold;
}

#menu LI A 
{
	font-size:1.2em;
	text-align:right;
	text-decoration:none; /*elimino el subrayado del vínculo*/ 
}
#fechaH A
{
	text-decoration:none; /*elimino el subrayado del vínculo*/ 
}
