* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #777777;
}
hr {
  margin: 20px 0;
  border-top: 1px solid #4c4277;
}
#contenedor {
	width: 1000px;
	margin: 0 auto;
	margin-top: 25px;
}
/*cabecera*/
#cabecera {
	margin-bottom: 20px;
	margin-right: 20px;
}
.contacto {
	float: right;
	background:url(images/envelope_icon.jpg) no-repeat top left;
	color: #4c4277;
	margin-top: 10px;
	padding:2px 0 10px 30px;
	display:block;
	font-size:11px;
	text-decoration:none;
}
.buscar {
	float: right;
	margin-top: 5px;
	margin-right: 20px;
}
.buscar input {
	font-size:11px;
	background-color:#e5e5e5;
	border: 2px;
	border-color: #cccccc;
	border-style: inset;
	color:#352d57;
}
/*menu*/
#top_nav {
	display: block;
	float: left;
	list-style-type:none;
	font-size:12px;
	height:30px;
	width:1000px;
	margin-bottom: 23px;
	clear:both;
	font-weight:bold;
}
#top_nav li {
	border-left:1px solid #FFF;
	float:left;
	margin:0;
	padding:0;
}

#top_nav li a {
	color:#FFF;
	text-decoration:none;
	float: left;
	display:block;
	padding:7px 31px 0 31px;
	height: 23px;
	background:url(images/nav_boton.jpg) repeat-x top center #5e508e;
}
#top_nav li a:hover, #top_nav li a.nav_selected {
	background-position: bottom center;
}
#top_nav #home a{
	width: 23px;
	background:url(images/nav_home.jpg) no-repeat top left;
}
#top_nav #home a:hover {
	background-position: bottom left;
}
#top_nav #ultimo a {
	background-position: top right;
	}
#top_nav #ultimo a:hover {
	background-position: bottom right;
	}
/*menu_izquierda*/
#menu_izquierda {
	display: block;
	float: left;
	border-top:2px dotted #a9a6b8;
	list-style:none;
	margin:0;
	margin-right: 35px;
	padding:0 0 30px 0;
	width:130px;
	font-size:11px;
}
#menu_izquierda li {
	border-bottom:2px dotted #a9a6b8;
	font-weight:bold;
}
#menu_izquierda li.activo {
	background-color:#e5e5e5;
}
#menu_izquierda li a {
	display:block;
	padding:10px 0 10px 7px;
	color:#5d508d;
	text-decoration:none;
}
#menu_izquierda li a:hover {
	display:block;
	color:#9f99ba;
	text-decoration:none;
}
#menu_izquierda ol {
	list-style: none;
	border-top:1px solid #e5e5e5;
	border-bottom:2px dotted #a9a6b8;
}
#menu_izquierda ol li {
	border-bottom:1px solid #e5e5e5;
	background:none;
	font-weight:normal;
	padding-left:10px;
}
#menu_izquierda ol li a {
	padding:4px 0 4px 10px;
}
#menu_izquierda ol li.activo {
	background: url(images/arrow.gif) no-repeat 8px 50% white;
}
/*submenu*/
#path {
	font-size:14px;
	height:19px;
	font-weight:bold;
	margin:0 0 15px 0;
	padding:0 0 2px 0;
	border-bottom:1px solid #4c4277;
	color:#928e9f;
}
#path a {
	text-decoration:none;
	color:#9f9aba;
}
#path a:hover {
	text-decoration:none;
	color:#4c4277;
}
#path a.activo {
	font-size:18px;
	line-height:18px;
	color:#352d57;
}
/*contenido*/
#contenido, #contenido_ancho {
	padding-bottom: 20px;
	width: 620px;
	float: left;
	line-height: 18px;
}
#contenido_ancho {width: 820px;}

#contenido h1, #contenido_ancho h1 {
	border-bottom:3px solid #dbdbdb;
	color:#392f61;
	font-size:24px;
	padding:0 0 4px 0;
	margin: 30px 0 15px 0;
	line-height: 24px;
}
#contenido h2, #contenido_ancho h2 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 3px;
	color: #392f61;
}
#contenido h3, #contenido_ancho h3 {
	font-size: 14px;
	color: #444444;
	margin-bottom: 15px;
}
#contenido p , #contenido_ancho p {
	padding-bottom: 15px;
}
sup {height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	bottom: 1ex;
	font-size: 0.7em;
}
small {
	font-size: 0.7em;
}
#contenido ul, #contenido_ancho ul {
	padding-bottom: 15px;
	margin-left: 15px;
}
#contenido ul li, #contenido_ancho ul li {
	padding-bottom: 5px;
}
#contenido ul li ul, #contenido_ancho ul li ul {
	padding-top: 15px;
	padding-bottom: 0;
	margin-left: 15px;
}
table {margin-top: 20px;}
td {vertical-align: top;}
td h2 {border-bottom: 1px solid #392f61; margin-bottom: 10px;}
#antes_despues {width: 570px; height: 560px; overflow: hidden; background-color: eeeeee; border-bottom: 2px solid #dbdbdb;}
#antes_despues .caso_clinico {height: 800px;}
#antes_despues p {font-size: 10px; line-height: normal;}
#antes_despues .paginacion {padding: 4px 10px;height: 30px; background: url(images/paginacion.gif) no-repeat top left; font-weight: bold;}
#antes_despues .paginacion .flecha {float: left; background: url(images/previous_bg.gif) no-repeat center left; padding-left: 10px;}
#antes_despues .paginacion .flecha2 {float: right; background: url(images/next_bg.gif) no-repeat center right; padding-left: 0; padding-right: 10px;}
/*destacado*/
#destacado li {
	float: left;
	display: block;
	width: 262px;
	height: 144px;
	list-style: none;
	margin-right: 10px;
	line-height: 16px;
	background: url(images/destacado.jpg) no-repeat top right;
}
#destacado li div {
	padding: 13px 10px 8px 22px;
	font-style: italic;
	color: #392F61;
}
#destacado h1 {
	border-bottom:2px dotted #a9a6b8;
	color:#352d57;
	font-size:18px;
	font-style: normal;
	padding: 0 0 4px 0;
	margin: 0 0 4px 0;
}
#destacado h1 a {
	text-decoration: none;
}
/*tabla de datos*/
.datos {border: 1px solid #352d57; border-top: 0; border-left: 0;}
.datos th{
	text-align: left;
	color: white;
	background-color: #352d57;
}
.datos td, .datos th {vertical-align: top;border: 1px solid #352d57; border-right: 0; border-bottom: 0; font-size: 10px; padding: 4px 5px 5px 5px; line-height: 12px;}
.datos .resaltado td {background-color: #e5f4fb;
}
/*eventos*/
#eventos div {padding: 0 0 20px 20px;border-bottom:2px dotted #a9a6b8; margin-bottom: 20px;
}
#eventos div h2 {margin: 0;}
/*menu derecha*/
#menu_derecha {width: 190px; margin-left: 20px; float: left;}
#menu_derecha div {margin-top: 20px;padding: 15px 20px 0 20px; background: url(images/menu_derecho_top.gif) no-repeat top left #ecf4e0;}
#menu_derecha .cierre {margin: 0; padding:0; height: 18px; background: url(images/menu_derecho_bottom.gif) no-repeat bottom left #ecf4e0;}

/*tratamientos*/
.tratamiento {float: left; margin-right: 10px; font-size: 9px;}
/*enlaces*/
a {
	color:#352d57;
}
a:hover {
	color:#928e9f;
}
a.flecha {
	background:url(images/arrow.gif) no-repeat 0 50%;
	padding-left:10px;
	font-style:normal;
}
/*pie*/
#pie {
	border-top:1px solid #4c4277;
	clear:both;
	width:1000px;
	font-size:11px;
	padding:15px 0;
	overflow:auto;
}
#pie div.copyright {
	float:left;
	color:#352d57;
}
#pie div.footer_links {
	float:right;
}
#pie_nav {
	text-align:center;
	padding-bottom:20px;
	color:#a0a2a5;
	font-size:11px;
}
#pie_nav a {
	color:#a0a2a5;
}
#pie_nav a:hover {
	color:#352d57;
}
/*form*/
form td {padding: 5px;}
form input, form textarea, form select {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666666;
padding: 5px; background-color: #dddddd;}
form input[type=submit] {
color:#FFF;
display: block; height: 30px;
	background:url(images/nav_boton.jpg) repeat-x top center #5e508e;
}
form input[type=submit]:hover {
	background-position: bottom center;
}
/*factor ñ*/
#factorn {
	margin-top: 20px;
	text-align: center;
	font-size: 9px;
}
#factorn a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
#factorn a:hover {
	text-decoration: underline;
}
/*estilos del calendario*/
#menu_derecha div div{
  margin-top: 0;padding: 0; background: none;
}
#menu_derecha div .calendarBox {
	position: relative;
	margin: 0 auto;
	width: 150px;
}
#menu_derecha div .calendarFloat {
	float: left;
	width: 18px;
	height: 15px;
	margin: 1px 0px 0px 1px;
	padding: 0 0 0 2px;
	border: 0;
	font-size: 10px;
}

#eventos {
  padding-top: 0;
  margin-top: 0;
}
#lista_programas {
  padding: 0;
  margin-top: 10px;
}
#lista_programas p {
  margin: 8px 0 0 0;
  padding: 0;
}
#lista_programas h1 {
  margin-bottom: 0;
}