@charset "utf-8";
/* CSS Document */


* {padding: 0; margin: 0;}
a {outline: 0; text-decoration:none;color:#A2020C;}
a:hover{color:#ee0000;}
a img {border-width:0;}


body{
	background-image:url("img/fondo.jpg");
	background-position:top;
	background-repeat:repeat-x;
	background-color:#A2020C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#330000;
}

#todo{
	position:relative;
	margin:10px auto 5px auto;
	width:900px;
	padding:2px;
	border:#550000 4px solid;
	background-color:#FFFFFF;
}

#superior img, #superior object{
	display:block;
	margin-bottom:2px;
}
#central{
	width:900px;
	height:450px;
	background-image:url("img/central.gif");
	background-repeat:repeat-y;
}

#lateral{
	position:absolute;
	left:2px;
	top:328px;
	width:250px;
	height:450px;
	background-color:#D2868A;
}

#lateral p{
	margin:30px;
}


#especialidades *{
	display:block;
	margin:20px;
}

#especialidades a:hover{
	color:#ffee88;
}
#principal{
	position:absolute;
	left:252px;
	top:328px;
	width:650px;
	height:450px;
}
#principal p{
	margin:20px;
	text-align:justify;
}

#inferior{
	width:900px;
	height:50px;
	margin-top:2px;
	background-image:url("img/rojogris.gif");
	background-repeat:repeat-y;
}

#inferior p{
	color:#ffffff;
	position:relative;
	left:45px;
	top:10px;
}

#telefonos{
	position:relative;
	left:226px !important;
	top:15px !important;
	font-weight:normal;
}

#telefonos a{color:#5F5F5F !important;}
#telefonos a:hover{color:#A2020C !important;}

