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

*{
padding:0px;
margin:0px;
border:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

/*----ESTRUCUTURA ----*/

body{
background-image:url(../img/bg_body.jpg);
background-repeat:repeat-x;
background-color:#0c2577;
}

#contenedor{
width:764px;
overflow:hidden;
margin:0 auto;
text-align:left;
background-image:url(../img/bg_contenedor.jpg);
background-repeat:repeat-y;
background-color:#FFFFFF;
margin-top:15px;
}

#header{
background-image:url(../img/bg_header.jpg);
background-repeat:no-repeat;
background-color:#FFFFFF;
overflow:hidden;
}

#contenido_header{
height:78px;
}

#contenido_header img{
margin:15px 0 0 37px;
}
#contenido_header p{
	font-size:9px;
	color:#ee1c25;
	margin:-5px 15px 0 0;
}
#contenido_header p strong{
	font-size:10px;
	color:#ee1c25;
}

#menu_sup{
background-color:#0c2577;
height:28px;
margin:5px 0 0 0;
}

#menu_inf{
background-color:#f1f1f1;
height:28px;
}

#contenido{
overflow:hidden;
}

#contenido_home{
overflow:hidden;
}

#col_izq{
width:579px;
float:left;
overflow:hidden;
}

#col_der{
width:180px;
float:left;
}

#footer{
clear:both;
background-image:url(../img/bg_footer.jpg);
background-repeat:no-repeat;
background-position:bottom;
background-color:#FFFFFF;
height:100px;
border-top:#CCCCCC 1px solid;
}

.menu_sup_items {
color:#a1a1a1;
font-size:11px;
padding:5px 0 0 40px;
}

.menu_sup_items li{
display:inline;
/*float:left;*/
}

.sepMenu{
padding:0px 0px 0 5px;
}

.menu_sup_items a:link , .menu_sup_items a:hover , .menu_sup_items a:visited {
	text-decoration:none;
	color:#a1a1a1;
	font-size:11px;
	font-weight:bold;
}

.itemSocios a:link , .itemSocios a:visited  {
	text-decoration:none;
	color:#f2201f !important;
}

.itemAsocBlue a:link , .itemAsocBlue a:visited  {
	text-decoration:none;
	color:#1a2f8c !important;
}

.itemAsocWhite a:link , .itemAsocWhite a:visited  {
	text-decoration:none;
	color:#FFFFFF !important;
}

/* btn_acesso General */
.btn_acesso{
	border:1px #3f5191 solid;
	overflow:hidden;
	color:#a8a3a1 ;
	font-size:9px;
	padding:3px;
	padding-bottom:2px;
	line-height:20px;
	margin:0 0px 0 10px;
	background-color:#3f5191;
}

.btn_acesso a:visited , .btn_acesso a:link , .btn_acesso a:hover{
color:#a8a3a1 !important;
font-size:9px !important;
font-weight:normal !important;
}
/*----------------*/

/* btn_acesso INDEX */
.btn_acessoI{
border:1px #c8c2c0 solid;
overflow:hidden;
color:#a8a3a1 ;
font-size:9px;
padding:3px;
padding-bottom:2px;
line-height:20px;
margin:0 15px 0 15px;
}

.btn_acessoI a:visited , .btn_acessoI a:link , .btn_acessoI a:hover{
color:#a8a3a1 !important;
font-size:9px !important;
font-weight:normal !important;
}

/*-----------*/

/*---FOOTER--*/

.info_footer{
float:left;
padding:15px 0 0 25px;
}

.logo_clic{
float:right;;
margin:16px 20px 0 0;
}

.pshb{
color:#605754;
font-size:11px;
font-weight:normal;
font-family:Georgia, "Times New Roman", Times, serif;
}

.text_foot{
color:#9a9595;
font-size:10px;
font-weight:normal;
font-family:Georgia, "Times New Roman", Times, serif;
}

.borrarFloats{
clear:both;
}

.borrarFloatLeft{
clear:left;
}

.sector{
overflow:hidden;
padding:5px;
}

#news{
width:174px;
height:100px;
border:1px #dadada solid;
margin-top:8px;
}

#news p{
font-size:10px;
font-weight:bold;
color:#bab6b6;
padding:5px 0 0 12px;
}

.news_label{
font-size:9px;
color:#bab6b6;
float:left;
clear:left;
}

.campoText{
border:1px #CCCCCC solid;
width:100px;
float:right;
font-size:9px;
color:#CCCCCC;
}

.submitNews{
background-image:url(../img/btn_news.jpg);
background-color:#FFFFFF;
width:56px;
height:15px;
border:none;
font-size:9px;
font-weight:bold;
clear:both;
float:right;
margin:5px 5px 0 0;
}

#addNews{
margin:10px 0 0 10px;
}

.rojo{
color:#fc1921;
}

.tableListado {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #877b77;
	margin-bottom: 8px;
}

.tableListado tr td {
	height:20px;
	}
.destacar-info{
	float:left;
	background-color:#f0f0f0;
	margin:3px 2px 2px 2px;
}

#formSugerencias{
	float:left;
	width:500px;
	background-color:#f3f3f3;
}
/*
#formSugerencias label{
	width:180px;
	float:left;
	margin:5px 0px;
}
#formSugerencias input{
	border: 1px solid #666;
	width:220px;
	float:left;
	margin:5px 0px;
	height:24px;
}
#formSugerencias span{
	float:left;
}
#formSugerencias textarea{
	border: 1px solid #666;
	width:220px;
	height:80px !important;
	float:left;
	margin:5px 0px;
}*/
input.enviar-form{
	margin-left:180px !important;
	cursor:pointer;
}
.logo_header2{
	margin:10px 50px 0 0 !important;
	float:right;
}
.azul{
	color:#102777 !important;
}
.azul strong{
	color:#102777 !important;
}
p.margenSup{
	float:right;
}
p.margenSup2{
	margin-top:1px !important;
	float:right;
}
p.margenSup3{
	margin-top:-20px !important;
	text-align:right;
}
.text-header{
	float:right;
	width:300px;
	margin-top:-10px;
}
.logo-header-interno{
	float:right !important;
	margin:10px 50px 0 0 !important;
}
.emergencias{
	float:right;
	margin:15px 55px 0 0;
	font-size:20px !important;
	text-align:right;
	width:165px;
	color:#fc0d20;
}
.emergencias h5{
	font-size:20px !important;
	margin:0px;
}
.emergencias2{
	margin-top:-10px !important;
}
.plan-salud-logo{
	float:left;
	margin:10px 0 0 10px;
	width:509px;
	height:27px;
}
.text-header2{
	float:right;
	width:300px;
	margin:30px -220px 0 0;
}
