@charset "utf-8";
/* CSS Document */


/* CAPAS */


/*GENERAL*/

body { float:left;
	   width:98%;
	   padding:0;
	   margin:0;
}

body a:link {
color:#8e1848;
text-decoration:none;
}

body a:visited {
color:#666;
text-decoration:none;
}

body a:hover {
color:#8e1848;
text-decoration:underline;
}

#general {
	width:100%;
	float:left;
	/*border: 0.05em solid #6F1249;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


/*SUPERIOR*/

#superior {
	float:left;
	width:100%;
}

#cabecera {
	float:left;
	width:100%;
	
}

/*#logotipo {
	width:50%;
	margin-left:auto;
	margin-right:auto;
}*/






/* CUERPO */

#texto {
	float:left;
	width:90%;
	padding: 0 1em 1em 1em;
}



/* SECCIONES Y SUBSECCIONES */

.filaseccion {
    float:left;
	width:90%;
	padding: 0em 1em 0em 1em;
	background-color: #efefef;
	margin-top: 1em;
}

.filaseccion-1 {
    float:left;
	width:23%;
	padding: 0em 0.5em 0em 0em;
}


.filaseccion-2 {
    float:left;
	width:23%;
	padding: 0em 0.5em 0em 0em;
}


.filaseccion-3 {
    float:left;
	width:23%;
	padding: 0em 0.5em 0em 0em;
}

.filaseccion-4 {
    float:left;
	width:23%;
	padding: 0em 0.5em 0em 0em;
}

.subseccion {margin-left: 1em;}

.nuevo {
	font-size: 90%;
	color: #f66d27;}



h1 			{  	font-size: 110%; 
				font-weight: bold;
				margin-bottom: 0em; 
				color: #6F1249;
				line-height: 1.5em;}

h2 			{ 	font-size: 100%;
				font-weight: bold;
				margin-bottom: 0em;
				color: #000000;
				line-height: 2em;}

h3 			{ 	font-size: 90%;
				font-weight: bold;
				margin-bottom: 0em;
				color: #000000;
				line-height: 2em;}

h4 			{ 	font-size: 90%;
				font-weight: bold;
				margin-bottom: 0em;
				color: #000000;}

h5 			{ 	font-size: 80%;
				font-weight: bold;
				margin-bottom: 0em;
				color: #000000;}

h6 			{ 	font-size: 70%;
				font-weight: bold;
				margin-bottom: 0em;
				color: #000000;}
				
p           { 	font-size: 75%;
				color: #000000;
				line-height: 2em;}

ul.triangulo {	list-style-image: url('../img/triangulo.gif');
				font-size: 70%;
				margin-left: 0.7em;
				list-style-position: outside;
				padding-left: 0.6em;
}			
			

ul 			{ 	font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 75%;
				list-style-position: outside;
				list-style-type: square;
				margin-left: 0.3em;
				color: #000000;
				background-color: transparent;}	

ol 			{ 	font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 75%;
				margin-left: 0em; 			
				list-style-type: decimal;
				color: #000000;
				background-color: transparent;
				text-decoration: none;
				line-height: 1.5em;}

ol ol li	{	font-size: 130%;
				line-height: 1.5em;}

li 			{  	padding-bottom: 1em;
				line-height: 1.5em;}
				
li a:link	{   color:#8e1848;
                text-decoration:none;}		

li a:visited{   color:#666666;
				text-decoration:none;}	
							
li a:hover	{   color:#8e1848;
            	text-decoration:underline;}								



/* TABLA */

#tabla {
	float: left;
	width: 100%;
	margin-left: 1.3em;
	margin-top: 1em;
}


/* MENUS GUIASALUD */


.ancla {position:relative;visibility:visible;} 
.opciones {
	margin:auto;
	position:absolute;
	visibility:hidden;
	background-color:#FFFFFF;
	border-collapse: collapse;
	border-color:#fca64a;
	border-top: 1px solid #fca64a;
	border-right: 1px solid #fca64a;
	border-bottom: 1px solid #fca64a;
	border-left: 1px solid #fca64a;
	z-index: 2;
	}
.navegacion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fca64a !important;
	text-decoration: none;
}
.navegacion:hover {text-decoration:none;color:#605f7f !important;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px;font-weight: bold;}


/* IMAGEN-ENLACE SIN BORDE*/ 

a img {
border: 0;
}



/*PIE */

#pie {
    float:left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin-left:auto;
	margin-right:auto;
	margin-top:0.5em;
	width:100%;
	text-align: center;
	color: #000;
	border-top: solid #ccc 0.1em;
	margin-top: 2em;
}

.pie-contacto {
	font-size: 90%;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	width: 100%;
	color: #4d4e53;
}


