/*COMUNES*/
body{
background-color:#ffffff;
text-align: center;
font-family: verdana; 
font-size: 10px;
}
table{
font-family: verdana; 
font-size: 10px;

}
#borde{ 
border: 0px solid #0d7a92; 
text-align: center; 
width: 740px; 
height:500px;
margin: auto; 
position:relative;
} 
	  
#contenedor{ 
	text-align: left; 
	width: 740px; 
	height:500px;
	background-color : #ffffff; 
	margin: auto; 
	position:relative;
}

#cuerpo{
position:absolute;
top:145px;
right:-1px;
border: 0px solid #0d7a92;
background-color: #ffffff;
width:740px;
height:390px;
}

#cabecera{
position:absolute;
top:-15px;
right:0px;
}

#menu{
position:absolute;
top:0px;
right:0px;
}

#logo{
position:absolute;
top:30px;
right:0px;
width:180px;
}

#login{
position:absolute;
top:99px;
right:2px;
border: 1px solid #0d7a92;
width:175px;
background-color:#e8f9fd;
}
.bienvenido{
font-family: verdana; 
font-size: 12px;
font-weight:bold;
color:#0d7a92;
padding-top: 3px;
padding-left: 15px;
}

#login  table{
font-size:10px;
font-family:verdana;
}
#login .input{
height:12px;
width:100px;
border: 1px solid #0d7a92;
background-color:#ffffff;
font-size: 10px;
}
#login .boton{
font-size:10px;
font-family:verdana;
text-align:center;
height:19px;
min-width:50px;
border: 1px solid #0d7a92;
background-color:#ffffff;
}

#inicio{
position:absolute;
top:21px;
left:2px;
}


a{
color:#0d7a92;
text-decoration:none;
}

a:hover{
color:#f1702c;
}

P {text-indent: 35px;}

.borde{
border: 1px solid #0d7a92;
}

.texto{
text-align:justify;
}

#cuadros{
position:absolute;
top:258px;
left:0px;
width:740px;
border:0px;
}

#cuadro1{
	background-color:#e8f9fd;
	background-image: url("images/menu/menu_lateral.jpg");
	background-position:0px 0px;
	background-repeat: no-repeat;
	border-bottom:solid 1px #0d7a92;
	padding-top: 3px;
	padding-left: 30px;
	width:245px;
}
#cuadro1 a{
color:#0d7a92;
font-weight:bold;
}

#cuadro2{
	background-color:#F7ECDD;
	background-image: url("images/menu/menu_lateral2.jpg");
	background-position:0px 0px;
	background-repeat: no-repeat;
	border-bottom: solid 1px #F1702C;
	padding-top: 3px;
	padding-left: 30px;
	width:245px;
}
#cuadro2 a{
color:#F1702C;
font-weight:bold;
}

#cuadro3{
	background-color:#E6F1FB;
	background-image: url("images/menu/menu_lateral3.jpg");
	background-position:0px 0px;
	background-repeat: no-repeat;
	border-bottom: solid 1px #033870;
	padding-top: 3px;
	padding-left: 30px;
	width:245px;
}
#cuadro3 a{
color:#033870;
font-weight:bold;
}

.pie{
	color:#006699;
	font-family:verdana;
	font-weight:bold;
	padding-bottom:6px;
}
