@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-image: url(images/repeat_bg.jpg);
	background-repeat:repeat-x;
	background-position: left top;
	margin:0;
	color:#515152;
	
}
.center_repeat{
	background-image: url(images/center_repeat.gif);
	background-repeat:repeat-y;
	background-position: left top;
}



h1, h2, h3, h4, h5, h6, p { 
	margin: 0; padding: 0; 
}

p{text-align:justify;}

h1{
	font-size:19px;
	color:#023f85;
	text-decoration:none;
	font-weight:normal;
}

h2{
	font-size:17px;
	color:#d4a410;
	text-decoration:none;
	font-weight:normal;
}

h3{
	font-size:14px;
	color:#d4a410;
	text-decoration:none;
	font-weight:normal;
}
h4{
	font-size:14px;
	color:#416fa4;
	text-decoration:none;
	font-weight:normal;

}

hr {
	border: none 0;
	border-top: 1px solid #eeeff1; 	/* crea el border */
	width:100%;
	height: 1px;
	text-align: left;				/* Para alinear en  IE */
	margin: 0 auto 0 0;	 			/* Para alinear en Mozilla */
}

input {
	width:150px;
	height:16px;
	
	border: #c0c1c2 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}

a{
	
	text-decoration:none;
	color:#515152;
}
a:hover{
	text-decoration: underline;
}

#arte_derecha{
	width:174px;
	height:167px;	
	background-image:url(images/arte_derecha.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding:68px 19px 0 19px;
	color:#FFFFFF;
}
#arte_derecha img{
	padding-top:40px;
	background-position: bottom;	/*margin-top:30px;*/

}


/*---------- MENU -------------*/

#menu_container{
	width: 734px;
	height:24px;
	float:left;
}

#menu{
	width:910px;
	height:24px;
	font-size:12px;
	background-image:url(images/menu/bg_rep.gif);
	background-repeat: repeat-x;
	background-position: left top;
	
	/*-- Espacio de un px --*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;

}

#menu ul {
        margin: 0;
        padding:1px 0 0 3px;		/* padding:1px 0 0 3px;*/
        list-style-type: none;
		

}

#menu li {
        float: left;
        font-family:Arial, Helvetica, sans-serif;
        font-size: 1.1em;
        margin: 0;
        padding: 2px 0 5px 0;
}

#menu a {
        margin: 0;
        padding: 3px 12px 3px 12px;
        color: #000000;
        text-decoration: none;
}

#menu a:hover {
/*    padding: 4px 12px 3px 12px;*/
	background-image:url(images/menu/bg_over.gif);
	background-position: top;
	background-repeat: repeat-x;
}

/*---------  Columna Izquerda  --------------*/
#actividades{
	float:left;
	width:169px;
	position:relative;
	padding-left:15px;
	padding-right:15px;
	padding-top:8px;
	
}
			#actividades a{
				background-image: url(images/arrow.gif);
				background-repeat:no-repeat;
				background-position:left top;
				padding-left:10px;
				text-decoration:none;
				color:#515152;
			}
			#actividades a:hover{
				text-decoration: underline;
			}

#actividades p{text-align: left;}
/*---------  Columna Central  --------------*/
#centro{
	float:left;
	width:470px;
	position:relative;
	padding-left:23px;
	padding-right:23px;
	padding-top:8px;
	padding-bottom:20px;
/*	text-align:justify;*/
										
}
			#centro a{
				background-image: url(images/box_icon.gif);
				background-repeat:no-repeat;
				background-position:left top;
				padding-left:12px;
				text-decoration:none;
				color:#2790c1;
			}
			#centro a:hover{
				text-decoration: underline;
			}
			
/*			
#centro img {
	float:left;
	margin-right:11px;
}	
*/

		
.foto_izq {
	float:left;
	margin-right:10px;
	padding:1px;
	border: 1px solid #e6e7e9; 

}
#unidades{
	width:451px;
	padding:14px  12px 0 12px;
	position:relative;
	background-image:url(images/bg_unidades.jpg);
	background-repeat:repeat-x;
	background-color:#fcfcfc;
	border-top: 1px solid #eeeff1;
	border-bottom:1px solid #eeeff1;
	background-position: left 2px;
	line-height:18px;
}
			#unidades a{
				background-image: url(images/arrow.gif);
				background-repeat:no-repeat;
				background-position:left top;
				padding-left:10px;
				text-decoration:none;
				color:#2790c1;
			}
			#unidades a:hover{
				text-decoration: underline;
			}
.border_right{
	border-right:1px solid #e4e4e6;

}

/*---------  Columna derecha  --------------*/

#medicamentos{
	float:right;
	width:173px;
	position:relative;
	padding-left:15px;
	padding-right:15px;
	padding-top:8px;
											
}
#medicamentos p{
text-align:left;}
			
			#medicamentos a{
				background-image: url(images/arrow.gif);
				background-repeat:no-repeat;
				background-position:left top;
				padding-left:10px;
				text-decoration:none;
				color:#2790c1;
			}
			#medicamentos a:hover{
				text-decoration: underline;
			}


/*----------  Footer  ------------------*/

#footer{
	height:20px;
	text-align:center;
}
#center_container{
	width:924px;
	position:relative;
	float:left;

}
.bold{
/*	color:#414142;*/
	font-weight:bold;
}
.image_right{
	float:right;
	margin-left:13px;
	margin-bottom:6px;
}

.image_left{
	float:left;
	margin-right:11px;
	margin-bottom:6px;
}
.blue_bold{
	color:#023f85;
	font-weight:bold;
}