/* Colores:
*gris fuerte:	#454444
*gris claro: 	#696868
*azul fuerte: 	#3399CC
*azul claro:	#87BCDA
*azul clarito:	#DFEEF5
*verde clarito: #9CE1D3
*rojo fuerte: 	#660000
*/

/* genéricos */
* {margin:0px; padding:0px;}
body {background:#fff; color:#454444;}
img {border:0px;}
a {color:#3399CC; text-decoration:none;}
a:hover {text-decoration:underline;}

/* canvas */
#canvas{width:770px; margin-left:auto; margin-right:auto;}

/* cabececera */
#cabecera{height:60px;}

/* nav */
#nav{width:238px; float:right; margin-top:40px;  }


#menu{
	background: #000;
	border: 2px solid #454444;
	padding: 1px 1px 0px 1px;
	
}

.switchcontent h3{
	background: #454444;
	border: 2px solid #696868;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 1px;
	padding: 5px;
	cursor:pointer;
}

.switchcontent h3.seccion_off {
	color: #87BCDA;
}

.switchcontent h3.seccion_on {
	color: #FFF;
}

.switchcontent h3 a{
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.switchcontent h3 a:hover{
	text-decoration:none;
	color: #FFF;
}

.switchcontent h3.seccion_off a{
	color: #87BCDA;
}

.switchcontent h3.seccion_on a {
	color: #FFF;
}

.blockcontent{
	display:none;
}

.blockcontent a{
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	color:#87BCDA;
	text-decoration:none;
}

.blockcontent a:hover{
	color:#FFF;
	text-decoration:none;
}

.blockcontent ul{
	list-style:none;
	list-style-image:none;
	list-style-type:none;
}
.blockcontent li{
	background: #454444;
	border: 2px solid #696868;
	padding: 5px 5px 5px 25px;
	margin-bottom: 1px;
}
.num_menu{
	margin-right:10px;
}
	/*navegación destacada bajo menú principal*/
#nav_desta{
	font:normal 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	margin-top:10px;
}

#nav_desta ul {
	list-style-type:none;
}

#nav_desta ul li {
	* height: 25px;
}

#nav_desta ul li a {
	background: url(../img/bullet.gif) 0px 4px no-repeat;
	color: #454444;
	display: block;
	padding: 2px;
	padding-left:15px;
	margin-bottom: 10px;
	* margin-bottom: 0px;
}

#nav_desta ul li a:hover {
	background: url(../img/bullet_over.gif) 0px 4px no-repeat;
	color: #FFF;
	display: block;
	background-color: #87BCDA;
	text-decoration:none;
}

/* cuerpo */
#cuerpo{
	width:532px; 
	float:left; 
	margin-bottom:10px;
	font:normal 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#454444;
}

#cuerpo p {
	margin-bottom: 10px;
}

#cuerpo p strong {
	color:#3399CC;
	font-weight: normal;
}

#cuerpo h1 {
	font-size:15px;
	font-weight: bold;
	color: #3399CC;
}

#cuerpo h2 {
	font-size:13px;
	font-weight: bold;
	color: #3399CC;
	padding: 10px 0px;
}

#cuerpo h2 a{
	font-size:13px;
	font-weight: bold;
	color: #3399CC;
}

#cuerpo h2 a:hover {
	text-decoration: none;
}

#cuerpo h3 {
	font-size:13px;
	font-weight: bold;
	padding: 10px 0px;
}

#cuerpo ul { 
	list-style-type:none; 
	list-style-image:url(../img/bullet.gif); 
	list-style-position:inside; 
	padding-left:0px;
}

#cuerpo ol { 
	list-style-type:decimal;
	list-style-position:inside; 
	padding-left:0px;
}

#cuerpo ol ul{ 
	list-style-type:none; 
	list-style-image:url(../img/bullet.gif); 
	list-style-position:inside; 
	padding-left:20px;
	margin-top: 10px;
}
#cuerpo ol ul ul{ 
	list-style-type:none; 
	list-style-image:url(../img/bullet.gif); 
	list-style-position:inside; 
	padding-left:40px;
	margin-top: 10px;
}

#cuerpo ul ul{ 
	list-style-type:none; 
	list-style-image:url(../img/bullet.gif); 
	list-style-position:inside; 
	padding-left:20px;
	margin-top: 10px;
}

#cuerpo li {
	margin-bottom: 10px;
}

#content_int {
	padding-top: 40px;
}

#content_int p strong{
	font-weight: bold;
	color: #454444;
}

.central{
	padding-left:16px;
	padding-right:10px;
	float:left;
}
.izquierda {
	margin-right: 10px;
	padding-left:16px;
	width: 245px;
	float: left;
}
.derecha {
	width: 251px;
	float: left;
	padding-right: 10px;
}

#titulo {
	padding:15px 0px;
}

#subnav{
	padding:10px 5px 10px 11px; 
}

#subnav a {
	font: bold 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #454444;
	display: block;
	padding: 0px 5px;
	float: left;
	border-right: 2px solid #454444;
}
#subnav a:hover {
	color: #FFF;
	background-color: #87BCDA;
}

.separa {
	border-bottom: 1px dashed #3399CC;
	margin: 3px 0px;
	text-align:right;
}
.separa a:hover {
	text-decoration:none;
	color: #454444;
}

#cuerpo .destaca {
	background-color: #DFEEF5;
	border:1px solid #3399CC;
	padding: 10px;
	margin-bottom: 10px;
}

table.sinborde td{
	padding: 5px 0px;
}
table.sinborde th{
	padding: 5px 0px;
}

table.conborde{
	border-top:1px solid #454444;
	border-left:1px solid #454444;
}

table.conborde td {
	border-bottom:1px solid #454444;
	border-right:1px solid #454444;
	padding: 5px;
}

table.conborde th {
	border-bottom:1px solid #454444;
	border-right:1px solid #454444;
	padding: 5px;
	text-align: left;
}

table tr.rowdestaca{
	background-color:#9CE1D3;
}

.nota{
	color: #660000;
}
.altruismo { margin-right:5px; margin-bottom:5px; float:left; margin-top:3px }
.imgbasic { float:left; margin-right:5px; }
#cuerpo ul.basic { list-style-image:none; list-style-type:none; margin-left:10px;  }

/*noticias*/
.news_item h2 {
	clear:both;
}

.news_img{
	/*width:200px;*/
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
.news_img img{
	clear:both;
	margin-bottom:10px;
}

/* pie */
#pie{width:770px; margin-left:0px; height:43px; clear:both; padding-left:16px;}
#legal{
	width:242px; 
	margin-right:16px; 
	padding-top: 10px;
	border-top:1px dashed #87BCDA;
	float:left; 
}

#legal a {
	font: bold 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #87BCDA;
	display: block;
	padding: 1px 5px;
	float: left;
	border-right: 2px solid #87BCDA;
}
#legal a:hover {
	color: #FFF;
	background-color: #87BCDA;
}

#creditos{
	width:242px; 
	margin-right:16px; 
	padding-top: 10px;
	border-top:1px dashed #87BCDA;
	float:left; 
	/*background-color:#CC77FF;*/
}
#copy{
	width:222px;
	margin-right:16px;
	padding-top: 10px;
	border-top:1px dashed #454444;
	float:left; 
	/*background-color:#CCAAFF;*/
}
#copy p{
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #454444;
}
.list_archivos a{ color:#000000;  text-decoration:none;}
.list_archivos a:hover{ color:#87BCDA; text-decoration:underline;}
#cuerpo .menu_paciente{
	list-style-type:none; 
	list-style-position:inside; 
	list-style-image:none;	
	font-size:13px;	
}
#cuerpo .menu_paciente a { text-decoration:none; color: #454444 }
#cuerpo .menu_paciente a:hover{ color:#3399CC }

#cuerpo .menu_paciente ul{
	list-style-type:none; 
	/*list-style-type:disc;*/
	list-style-position:inside; 
	list-style-image:none;	
	list-style-image:url(../img/bullet2.gif); 
	font-size:13px;	
	
	}

	
	.central h3  a{ color:#454444; text-decoration:none}
	.central h3  a:hover{ color:#3399CC; text-decoration:none}

#nav_desta_pacientes{
	font:normal 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding-left: 0px;
	margin-top:10px;
}

#nav_desta_pacientes ul {
	list-style-type:none;
}

#nav_desta_pacientes ul li {
	* height: 25px;
}

#nav_desta_pacientes ul li a {
	background: url(../img/bullet.gif) 0px 4px no-repeat;
	color: #454444;
	display: block;
	padding: 2px 0px 2px 15px;
	margin-bottom: 5px;	
}

#nav_desta_pacientes ul li a:hover {
	background: url(../img/bullet_over.gif) 0px 4px no-repeat;
	color: #FFF;
	display: block;
	background-color: #87BCDA;
	text-decoration:none;
}

#nav_desta_pacientes ul li ul li a{
	background: url(../img/bullet2.gif) 0px 4px no-repeat;
	display: block;
	font-size:13px;	
	margin-left:15px;
	padding: 2px 0px 2px 10px;
	margin-bottom:5px;
}

#nav_desta_pacientes ul li ul li a:hover {
	background: url(../img/bullet2.gif) 0px 4px no-repeat;
	color: #FFF;
	display: block;
	background-color: #87BCDA;
	text-decoration:none;
}

#nav_desta_pacientes h2 {
	font-size: 13px;
	font-weight: bold;
	color: #454444;
	padding: 10px 0px;
}

#nav_desta_pacientes h2 a{
	color: #454444;
}

#nav_desta_pacientes h2 a:hover{
	color: #3399CC;
	text-decoration:none;
}
/*lightbox*/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../img/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(../img/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/overlay.png", sizingMethod="scale");
}
#content_int div.central h1.video{ margin-bottom:10px; color:#333333 }

#nav_desta_videos{
	font:normal 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding-left: 0px;
	margin-top:10px;
}

#nav_desta_videos ul {
	list-style-type:none;
}

#nav_desta_videos ul li {
	* height: 25px;
	
	 
}

#nav_desta_videos ul li a {
	background: url(../img/bullet.gif) 0px 4px no-repeat;
	color: #454444;
	display: block;
	padding: 2px;
	padding-left:5px;
	margin-bottom: 10px;
	* margin-bottom: 0px;
	padding-left: 13px;
	
	
}

#nav_desta_videos ul li a:hover {
	background: url(../img/bullet_over.gif) 0px 4px no-repeat;
	color: #FFF;
	display: block;
	background-color: #87BCDA;
	text-decoration:none;
}
.correo {
	font-size:9px;	
	/*text-align:right;*/	
}
.correo a {
	background-image:url(../img/correo.gif);
	padding-left: 18px;
	background-repeat:no-repeat;
}
.correo a:hover {
	background-image:url(../img/correo2.gif);
	text-decoration:none;
	color: #454444;
}
