@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(../../web/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(../../web/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;
}

#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(../../web/img/bg_footer.jpg);
background-repeat:no-repeat;
background-position:bottom;
background-color:#FFFFFF;
height:50px;
border-top:#CCCCCC 1px solid;
}

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

.menu_sup_items li{
display:inline;
}

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

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

.menu_sup_items a.salir {
	color:#FF0000;
	}

.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 15px 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;
}


.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;
}

/*SECCION TITULOS*/
#titulos {
	text-align:left;
	padding:10px;
	overflow:hidden;
	}

#titulos h1 {
	font-size:18px;
	color:#fc1921;
	float:left;
	font-weight:normal;
	}

#titulos h2 {
	font-size:18px;
	color:#a8a3a1;
	float:right;
	font-weight:normal;
	}

#titulos h1 a , #titulos h2 a , #titulos h2 a:visited , #titulos h1 a:visited{
	text-decoration:underline;
	color:#666666;
	}

/* PANEL LOGIN
-------------------------*/

#panelLogin{
	width:280px;
	background-color:#e5f1f4;
	margin:20px auto;
	padding:20px;
	border:1px #cee9f0 solid;
	}

#panelLogin .campo {
	width:250px;
	border:1px #cee9f0 solid;
	padding:5px;
	font-size:14px;
	color:#666666;
	}

#panelLogin p {
	font-size:16px;
	color:#666666;
	font-weight:bold;
	}

#panelLogin .btnIngresar {
	background-color:#ece9d8;
	width:80px;
	height:30px;
	border:2px #e0ddcc solid;
	}

#panelLogin .error {
	color:#fd138c;
	font-size:14px;
	margin-bottom:10px;
	}

#observaciones {
	text-align:left;
	padding:10px;
	}

#observaciones h1 {
	color:#666666;
	font-size:16px;
	margin-bottom:5px;
	}

#observaciones p {
	margin-bottom:5px;
	color:#999999;
	}

table a {
	color:#333333;
	text-decoration:none;
	}

table a:hover {
	text-decoration:underline;
	}
