@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	background-color: #CCC;
	background-image:url(imagenes/fondo.jpg)
}
#pie  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #039;
	width: 940px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #999;
	clear: both;
	float: left;
	background-color: #FFF;
	padding: 10px;
}

#copy {
	width: 885px;
	background-color: #0b008b;
	color: #FFF;
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	clear: both;
}

#copy p {
	display: inline;
	margin-left: 10px;
}
#menu ul  {
	list-style-type: none;
	/* [disabled]border-top-style: dotted; */
	height: 20px;
	/* [disabled]border-bottom-width: 2px; */
	/* [disabled]border-bottom-style: dashed; */
	
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	text-decoration: none;
	padding: 10px;
	margin: 2px;
	color: #6d6e71;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	/* [disabled]border-right-width: 2px; */
	/* [disabled]border-right-style: solid; */
	/* [disabled]border-right-color: #000; */
}
#menu ul li a.actual{
	font-family: Arial, Helvetica, sans-serif;
	color: #ed1c24;
	
}
#menu ul li a:hover {
	color: #ed1c24;
	
}
#contenedor #copy  a {
	color: #FFF;
	text-decoration: none;
}
#contenedor #copy a:hover {
	color: #999;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	background-image: url(imagenes/cabecera.gif);
	background-repeat: no-repeat;
	height: 287px;
	width: 900px;
	text-indent: -9999px;
}
#contenedor {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	/* [disabled]height: 100%; */
	background-color: #FFF;
}
#contenedor #contenido {
	float: left;
	width: 820px;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 20px;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	text-align: justify;
}

h3 {
	font-size: 1.2em;

}
h4 {
	font-size: 1.1em;
	color: #ed1c24;
}
h5 {
	font-size: 1em;
	color: #ed1c24;
}
#contenedor #contenido ul {
	list-style-type: none;
}
.negrita {
	color: #ed1c24;
	font-weight: bold;
}

#contenedor #columna1 {
	float: left;
	width: 370px;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 20px;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	text-align: justify;
}
#contenedor p a {
	color: #6d6e71;
	text-decoration: none;
}
#contenedor p a:hover {
	color: #ed1c24;
	text-decoration: none;
}

#contenedor #columna2 {
	width: 370px;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 20px;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	text-align: justify;
	float: left;
}
.especialidad {
	font-weight: bold;
	color: #666;
	text-align: center;
}
.sombreado {
	color: #000;
	background-color: #d1d3d4;
	padding: 20px;
}
