@charset "UTF-8";


/*-------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				/*\.class|(li|a):hover/
 * @level sep	ul
 */


ul.dropdown {
 font-weight: bold;
}

	ul.dropdown li {
	padding: 7px 10px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #F30;
	background-color: #333;
	color: #030;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	background-color: #030;
	color: #CC9;
	font-size: 16px;
	font-family: "Trajan Pro";
	font-weight: bold;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{
	color: #CC9;
	text-decoration: none;
}
	ul.dropdown a:hover		{
	color: #CC9;
}
	ul.dropdown a:active	{
	font-family: "Trajan Pro";
	font-size: 16px;
	font-weight: bold;
	color: #CC9;
}
.imagencelda {
	background-image: url(../../../../fotos/degradecelda1.jpg);
	background-repeat: repeat-x;
}
.celdaizq {
	background-image: url(../../../../fotos/degradecelda3.jpg);
	background-repeat: repeat-y;
}
.celdader {
	background-image: url(../../../../fotos/degradecelda4.jpg);
	background-repeat: repeat-y;
}
.botonessuperioresfondo {
	background-image: url(../../../../fotos/degradecelda2.jpg);
	background-repeat: repeat-x;
}
.fondositio {
	background-image: url(../../../../fotos/fondo.png);
	background-repeat: repeat-x;
}

.fra_center {
	color: #FFF;
}
.textosnovedadesinicio {
	font-family: Verdana, Geneva, sans-serif;
	color: #996;
	font-size: 12px;
}
.textosnovedadesinicionormal {
	font-weight: normal;
}
.fotocentrada {
	text-align: center;
}
.textos {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	text-align: left;
}
.titulogrisgrande {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #999;
	line-height: normal;
	text-align: left;
}
.textossubtitulorojo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #F30;
	font-weight: bold;
}
.LINKAZUL {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #06C;
}
.fondoder1 {
	background-image: url(../../../../fotos/der.jpg);
	background-repeat: repeat-y;
}
.fondosupder {
	background-image: url(../../../../fotos/supder.jpg);
	background-position: bottom;
}
.fondosupmed {
	background-image: url(../../../../fotos/supcent.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.fondosupizq {
	background-image: url(../../../../fotos/supizq.jpg);
	background-position: bottom;
}
.fondoizqcent {
	background-image: url(../../../../fotos/izq.jpg);
	background-repeat: repeat-y;
}
.fondoinfizq {
	background-image: url(../../../../fotos/infizq.jpg);
}
.fondoinfcent {
	background-image: url(../../../../fotos/inf.jpg);
	background-repeat: repeat-x;
}
.fondoinfder {
	background-image: url(../../../../fotos/infder.jpg);
}
.bordenaranjatabla {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #F30;
	border-right-color: #F30;
	border-bottom-color: #F30;
	border-left-color: #F30;
}

