/* CSS Document */

/* BASICOS DE HTML */
	
	
	body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin : 10px 0px 10px 0px;
	font-size: 12px;
	line-height: normal;
	color: #000000;
	background-color: #fff;
	background-image: url(/roglanphp/images/bg.gif);
	background-repeat: no-repeat;
	top: 50px;
}
	
	img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.titulo1 {
	font-size: 14px;
	font-weight: bold;
	color: #003300;
}
.titulo2 {
	font-size: 18px;
	color: #333300;
}


	
	td {text-align:left;
	text-indent: 2px;
	vertical-align: top;}
	
	h1{ color:#CC6600;}
	h2{
	color:#000000;
}
	h3{ color:#CC6600;}
	
	a {text-decoration: none;
	color: #006600;
	background-color: #fff;
	font-weight : bold;}
	a:hover {text-decoration: underline;
	color: #37AB96;
	font-weight : bold;}
	
	p {
	text-align:justify;
	margin: 3px;
}

/* CABECERA DE LA PAGINA -------*/
	#cabecera{height : 106px;
	width: 700px;
	background-image: url(../media/cabecera.jpg);
	background-repeat: no-repeat;}

/*MENU DE NAVEGACION PRINCIPAL */
	#navegador{margin:0;	
/*	*padding : 3px 10px 5px 10px;*/
	font-weight: bold;
	text-decoration: none;
	color: #003300;}
	A.enlacenav, A.enlacenav:VISITED, A.enlacenav:ACTIVE, A.enlacenav:FOCUS, A.enlacenav:LINK{
	color: #003300;
	text-decoration: none;
}
A.enlacenav:HOVER{
	color: #FF0000;
	text-decoration: none;
}

/*CUERPO PRINCIPAL*/
	#cuerpo{margin : 0px 5px 10px 5px;
	padding-left: 5px;
	width: 480px;}

/* LATERAL IZQUIERDO */
	#lateral{margin-top:0.5em;	
	width: 190px;
	margin-left:5px;
	text-decoration: none;}
	
	.titlat{background-color:#59781F;
	color:#ffffff;
	font-size:12px;
	text-transform : none;
	letter-spacing : normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 7px;
	padding-right: 3px;
	padding-bottom: 7px;
	padding-left: 8px;}
	
	.cuerpolateral{padding: 5px 4px 8px 8px;}
	
	#otras ul{
	margin : 0px 0px 0px 0px;
	padding: 0px 0px 0px 4px;
	list-style-image: none;
	list-style-type: none;
}
	
	#otras li{padding-left: 8px;
	background: transparent url("images/bullet.gif") 0 2px no-repeat;
	margin-bottom: 10px;
	font-weight : bold;}
	
/* MENU PIE DE PAGINA */
	#pie{
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	text-align:center;
	color:#000000;
	background-color:#CCCCCC
}
/* ESPECIAL BANNER CITAS DIARIAS */
.cita { font-family: Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: 10px; color: #000000}
.autorcita { font-family: Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size: 10px; font-weight: bold}


/*ALMACEN----------------------------------------------
	* {margin: 0; padding: 0;}

	#navegador{
margin-top:0.5em;	
padding : 3px 10px 5px 10px;
	border-top : 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
	background-color: #EBF2FE;
	background-image: url(images1/fondonav.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #003300;
}
A.enlacenav, A.enlacenav:VISITED, A.enlacenav:ACTIVE, A.enlacenav:FOCUS, A.enlacenav:LINK{
	color: #003300;
	text-decoration: none;
}
A.enlacenav:HOVER{
	color: #FF0000;
	text-decoration: none;
}
*/
