/* hojas de estilo para el rediseņo del menu de colegioveterinarios.net */
/* 02-05-2007 Trisquelmedia */
body {
	background-image: url(../imagenes/rd_fnd_body.jpg);
	background-repeat: repeat-y;
	background-position: left;
	margin: 0;
	padding: 0;
}
#rd_cabecera {
	width: 100%;
	height: 116px;
	padding: 0px;
	margin: 0px 0 0px 0;
	border-bottom: 1px solid #C5C5C5;
	background-image: url(../imagenes/rd_cabecera.jpg);
	background-repeat: no-repeat;
}

#rd_cont_cabecera {
	width: 770px;
	height: 90px;
	overflow: hidden;
}

#rd_menuppal, #rd_menuppal ul { /* todos ul dentro del menu ppal */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1%;
}

#rd_menuppal {
	margin: 0 0 0 116px;
	width: 650px;
}

#rd_menuppal a {
	display: block;
	/*width: 8em;*/
}
#rd_menuppal a:hover {
	color: #FFA13E;
}

#rd_menuppal li { /* all list items */
	float: left;
}

#rd_menuppal li ul { /* second-level lists */
	padding: 15px 10px 15px 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #133D6B;
	font-size: 80%;
	position: absolute;
	border: 1px solid #2086C4;
	background-color: #FFF;
	background-image: url(../imagenes/rd_fndul.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 170px;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#rd_menuppal li ul li {
	width: 100%;
	clear: both;
	float: left;
	line-height: 150%;
	background-image: url(../imagenes/rd_bulletli.jpg);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0 0 0 5px;
	text-indent: 10px;
	padding: 0;
}

#rd_menuppal li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 -1000em;
}

#rd_menuppal li:hover ul ul, #rd_menuppal li.sfhover ul ul {
	margin-left: -1000em;
}

#rd_menuppal li:hover ul, #rd_menuppal li.sfhover ul { /* lists nested under hovered list items */
	margin-left: 0;
}
#rd_menuppal li li:hover ul, #rd_menuppal li li.sfhover ul {
	/*margin-left: 10em;*/
}

/* extra positioning rules for limited noscript keyboard accessibility */
#rd_menuppal li a:focus + ul { margin-left: 0; }
#rd_menuppal li li a:focus + ul { margin-left: 1010em; }
#rd_menuppal li li a:focus { margin-left:1000em; width:150px; }
#rd_menuppal li li li a:focus {margin-left: 2010em; width: 150px; }
#rd_menuppal li:hover a:focus, #rd_menuppal li.sfhover a.sffocus { margin-left: 0; }
#rd_menuppal li li:hover a:focus + ul, #rd_menuppal li li.sfhover a.sffocus + ul { margin-left: 10em; }

/* botones imagen */
.rd_b_colegio {
	background-image: url(../imagenes/rd_b_colegio.jpg);
	background-repeat: no-repeat;
	width: 65px;
	height: 20px;
	text-indent: -5000px;
}
.rd_b_colegio:hover {
	background-position: 0 -24px;
}

.rd_b_actualidad {
	background-image: url(../imagenes/rd_b_actualidad.jpg);
	background-repeat: no-repeat;
	width: 92px;
	height: 20px;
	text-indent: -5000px;
}
.rd_b_actualidad:hover {
	background-position: 0 -24px;
}

.rd_b_formacions {
	background-image: url(../imagenes/rd_b_formacions.jpg);
	background-repeat: no-repeat;
	width: 86px;
	height: 20px;
	text-indent: -5000px;
}
.rd_b_empleo {
	background-image: url(../imagenes/rd_b_empleo.jpg);
	background-repeat: no-repeat;
	width: 68px;
	height: 20px;
	text-indent: -5000px;
}
.rd_b_enlaces {
	background-image: url(../imagenes/rd_b_enlaces.jpg);
	background-repeat: no-repeat;
	width: 68px;
	height: 20px;
	text-indent: -5000px;
}
.rd_b_formacion:hover, .rd_b_formacions:hover, .rd_b_empleo:hover {
	background-position: 0 -24px;
}

.rd_b_documentacion {
	background-image: url(../imagenes/rd_b_documentacion.jpg);
	background-repeat: no-repeat;
	width: 125px;
	height: 20px;
	text-indent: -5000px;
}
.rd_b_formacion:hover {
	background-position: 0 -24px;
}

.rd_b_contacto{
	background-image: url(../imagenes/rd_b_contacto.jpg);
	background-repeat: no-repeat;
	width: 115px;
	height: 20px;
	text-indent: -5000px;
}
.rd_b_contacto:hover {
	background-position: 0 -24px;
}


.rd_img_izq {
	float: left;
	border: none;
}
.rd_a_doc {
	background-image: url(../imagenes/rd_ico_a.jpg);
	background-repeat: no-repeat;
	padding: 8px 0 0 25px;
	display: block;
	font-size: 80%;
	height: 24px;
}
.rd_a_calidad {
	background-image: url(../imagenes/rd_ico_a_calidad.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding: 100px 0 0 0px;
	display: block;
	font-size: 100%;
	height: 24px;
}
.rd_a_cdisponibles {
	display: block;
	height: 57px;
	background-image: url(../imagenes/rd_llibros.jpg);
	background-repeat: no-repeat;
	display: block;
	padding: 15px 0 0 80px;
	margin: 0px;
	text-align: left;
}
.titulonoticias {
	color: #0157AF !important;
}