/* CSS Document */
html {
	margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;
}
body {
	background-image: url(../images/fondo2.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	background-color: #2a4559;
}
.home{
	background-image: url(../images/fondo.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	background-color: #2a4559;
}
img {
	vertical-align: top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
	margin: 0px;
}
/* ESTILOS DE ESTRUCTURA TABLAS */
table.form {
	border-collapse: collapse;
	margin: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 5px;
	text-align: left;
}
input.texto/* Formularios*/
 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #154365;
	border: 1px solid #335267;
}
select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #203644;
	background-color: #FFFFFF;
	border: 1px solid #325269;
	width: 170px;
}
select.azul {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #154365;
	border: 1px solid #335267;
	width: 140px;
}

select.fecha {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2476b0;
	background-color: #ffffff;
	border: 1px solid #335267;
	width: 60px;
}
select.mesSel{
    width:100px;
}
select.anyoSel{
    width:50px;
}
textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #154365;
	border: 1px solid #335267;
}
hr {
	border-top-width : 1px;
	border-top-style : solid;
	border-top-color : #fe7200;
	float: left;
	width: 765px;
	clear: none;
	position: relative;
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fe7200;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h1/* Titulos*/ {
	font-size: 16px;
	color: #1bd4fc;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 18px;
}
h2/* Subtitulos*/ {
	font-size: 12px;
	color: #1bd4fc;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0px;
}
h3 /* Destacados*/{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h4/* Titulos*/ {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
}
h5/* Titulos*/ {
	font-size: 13px;
	color: #1bd4fc;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
}
h6/* Titulos*/ {
	font-size: 26px; color: #336699; font-weight: normal; font-family: Georgia, "Times New Roman", Times, serif; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-decoration: none;
}
/* HEADER*/
#header{
	clear: none;
	float: left;
	position: relative;
	background-image: url(../images/img_header.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 920px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #96bed7;
	text-decoration: none;
	padding-top: 124px;
	padding-left: 23px;
}
#header a{
	font-size: 10px;
	font-weight: normal;
	color: #96bed7;
	text-decoration: none;
}
#header a:hover{
	font-size: 10px;
	font-weight: normal;
	color: #96bed7;
	text-decoration: underline;
}
#header_botonera{
	clear: none;
	float: left;
	position: relative;
	width: 801px;
}
/* FOOTER*/
#footer_box {
	clear: none;
	background-color: #5999bd;
	text-align: right;
	text-decoration: none;
	float: left;
	position: relative;
	width: 100%;
}
#footer {
	clear: left;
	width: 550px;
	background-color: #5999bd;
	text-align: right;
	text-decoration: none;
	float: left;
	position: relative;
	padding-top: 5px;
	padding-right: 220px;
	padding-bottom: 4px;
	background-image: url(../images/fdo_footer.gif);
	background-repeat: no-repeat;
	height: 95px;
	padding-left: 20px;
}
#footer_der{
	clear: none;
	width: 250px;
	text-align: left;
	float: left;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 15px;
	padding-left: 15px;
}
#footer_der2{
	clear: left;
	width: 250px;
	text-align: left;
	float: left;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #1bd4fc;
	text-decoration: none;
	padding-left: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#footer_der2 a{
	font-size: 12px;
	font-weight: normal;
	color: #1bd4fc;
	text-decoration: underline;
}
#footer_der2 a:hover{
	font-size: 12px;
	font-weight: normal;
	color: #5999BD;
	text-decoration: underline;
}
/* Contenedores*/
#container_general {
	clear: none;
	width: 943px;
	float: left;
	position: relative;
}
#container {
	clear: none;
	width: 790px;
	float: left;
	position: relative;
	background-color: #203644;
	background-image: url(../images/logo_container.gif);
	background-repeat: repeat-y;
}
#menu_foot/* menu Izquierda */
{
	float: left;
	clear: none;
	position: relative;
	width: 580px;
	display: inline;
}
ul#menu_footer {
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	list-style: none;
	width: 100%;
	text-decoration: none;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul#menu_footer li{
	display: block;
	clear: none;
	float: left;
}
ul#menu_footer li a{
	background-image: url(../images/punto_foot.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	float: left;
	text-decoration: underline;
	clear: none;
	padding-left: 10px;
	margin-right: 3px;
	text-transform: uppercase;
}
ul#menu_footer li a:hover{
	color: #FFFFFF;
	background-image: url(../images/punto_foot.gif);
	background-repeat: no-repeat;
	text-decoration: underline;
}
/* home*/
#botones {
	clear: none;
	width: 790px;
	float: left;
	position: relative;
}
#col_izq {
	clear: none;
	width: 563px;
	float: left;
	position: relative;
	padding-left: 17px;
	padding-top: 26px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #acccdf;
	text-decoration: none;
	padding-right: 10px;
}
.col_izq_imagen{
	border: 5px solid #34546d;
	margin: 3px;
}
.home_noticia_izq {
	clear: none;
	width: 346px;
	float: left;
	position: relative;
	padding-right: 7px;
	line-height: 14px;
}
.home_vernoticia {
	clear: none;
	width: 200px;
	float: left;
	position: relative;
	padding-top: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffad2f;
	text-decoration: none;
	text-align: right;
}
.home_vernoticia  a{
	font-size: 12px;
	color: #ffad2f;
	text-decoration: none;
	text-align: right;
}
.home_vernoticia  a:hover{
	font-size: 12px;
	color: #ffad2f;
	text-decoration: underline;
	text-align: right;
}
#contenedor_derecha {
	clear: none;
	width: 186px;
	float: left;
	position: relative;
	background-color: #1c6295;
	padding-bottom: 20px;
	text-align: center;
	padding-left: 8px;
}
#col_der {
	clear: none;
	width: 183px;
	float: left;
	position: relative;
	padding-top: 23px;
	background-color: #1c6295;
}
#col_der2 {
	clear: none;
	width: 186px;
	float: left;
	position: relative;
	background-color: #1c6295;
}
.descargas {
	clear: none;
	width: 173px;
	float: left;
	position: relative;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1bd4fc;
	text-decoration: none;
	background-color: #1c6295;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-right: 5px;
	background-image: url(../images/fdo_linea_dest.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: left;
}
.descargas a{
	font-size: 12px;
	font-weight: bold;
	color: #1bd4fc;
	text-decoration: none;
}
.descargas a:hover{
	font-size: 12px;
	font-weight: bold;
	color: #1bd4fc;
	text-decoration: underline;
}
/* Delegaciones*/
#col_izq_delegaciones {
	clear: none;
	width: 563px;
	float: left;
	position: relative;
	padding-left: 17px;
	padding-top: 26px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #1bd4fc;
	text-decoration: none;
	padding-right: 10px;
	padding-bottom: 20px;
	overflow:hidden;
}
#col_izq_delegaciones a{
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
#col_izq_delegaciones a:hover{
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
#isla_pitiusas {
	clear: none;
	width: 177px;
	float: left;
	position: relative;
	text-decoration: none;
	height: 21px;
	background-image: url(../images/isla_pitiusas.gif);
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 155px;
	padding-right: 10px;
	padding-bottom: 10px;
}#isla_mallorca {
	clear: none;
	width: 177px;
	float: left;
	position: relative;
	text-decoration: none;
	height: 21px;
	background-image: url(../images/isla_mallorca.gif);
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 155px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#isla_menorca {
	clear: none;
	width: 177px;
	float: left;
	position: relative;
	text-decoration: none;
	height: 21px;
	background-image: url(../images/isla_menorca.gif);
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 155px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#info_delegacion {
	clear: none;
	width: 258px;
	float: left;
	position: relative;
	text-decoration: none;
	padding-top: 30px;
	padding-right: 20px;
	}
#info_delegacion a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffad2f;
	font-size: 11px;
	text-decoration: none;
}
#info_delegacion a:hover {
	font-size: 11px;
	text-decoration: underline;
}

#delegacion_ubicacion {
	clear: none;
	width: 285px;
	float: left;
	position: relative;
	text-decoration: none;
	padding-top: 30px;
}
#delegacion_ubicacion a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #1bd4fc;
	font-size: 11px;
	text-decoration: none;
}
#delegacion_ubicacion a:hover {
	font-size: 11px;
	text-decoration: underline;
}

/* Junta directiva*/
#col_izq_junta {
	clear: none;
	width: 563px;
	float: left;
	position: relative;
	padding-left: 17px;
	padding-top: 26px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #acccdf;
	text-decoration: none;
	padding-right: 10px;
	padding-bottom: 20px;
	text-align: center;
}
.junta_comisiones {
	clear: none;
	width: 175px;
	float: left;
	position: relative;
	text-align: center;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #416885;
	padding-top: 5px;
	margin-top: 25px;
	height: 350px;
	padding-right: 5px;
	padding-left: 5px;
}
/* Presentacion presidente*/
#presidente_izq {
	clear: none;
	width: 353px;
	float: left;
	position: relative;
	color: #acccdf;
}
#presidente_der {
	clear: none;
	width: 180px;
	float: left;
	position: relative;
	color: #acccdf;
	padding-left: 15px;
}
#firma_presidente {
	clear: none;
	width: 363px;
	float: left;
	position: relative;
	text-align: left;
	color: #acccdf;
	padding-left: 200px;
	padding-top: 20px;
}
/* Calendario*/
#col_izq_calendario {
	clear: none;
	width: 563px;
	float: left;
	position: relative;
	padding-left: 17px;
	padding-top: 26px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #1bd4fc;
	text-decoration: none;
	padding-right: 10px;
	padding-bottom: 20px;
}
#box_seleccion1 {
	clear: none;
	width: 172px;
	float: left;
	position: relative;
	background-color: #1A2A36;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #325269;
	border-bottom-color: #325269;
	border-left-color: #325269;
	padding-top: 7px;
	padding-right: 6px;
	padding-bottom: 7px;
	padding-left: 7px;
	margin-top: 5px;
	background-image: url(../images/fdo_box_select1.gif);
	background-repeat: no-repeat;
	background-position: right;
}#box_seleccion2 {
	clear: none;
	width: 173px;
	float: left;
	position: relative;
	background-color: #1a2a36;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #325269;
	border-bottom-color: #325269;
	padding-top: 7px;
	padding-right: 6px;
	padding-bottom: 7px;
	padding-left: 7px;
	margin-top: 5px;
	background-image: url(../images/fdo_box_select1.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#box_seleccion2_b {
	clear: none;
	width: 360px;
	float: left;
	position: relative;
	background-color: #1a2a36;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #325269;
	border-bottom-color: #325269;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #325269;
	padding-top: 7px;
	padding-right: 6px;
	padding-bottom: 7px;
	padding-left: 7px;
	margin-top: 5px;
	background-image: url(../images/fdo_box_select.gif);
	background-repeat: repeat-x;
}

#box_seleccion3 {
	clear: none;
	width: 173px;
	float: left;
	position: relative;
	background-color: #1a2a36;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #325269;
	border-right-color: #325269;
	border-bottom-color: #325269;
	padding-top: 7px;
	padding-right: 6px;
	padding-bottom: 7px;
	padding-left: 7px;
	margin-top: 5px;
	background-image: url(../images/fdo_box_select.gif);
	background-repeat: repeat-x;
}
#box_seleccion3_b {
	clear: none;
	width: 177px;
	float: left;
	position: relative;
	background-color: #1a2a36;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #325269;
	border-right-color: #325269;
	border-bottom-color: #325269;
	padding-top: 7px;
	padding-right: 6px;
	padding-left: 7px;
	margin-top: 5px;
	height: 23px;
	background-image: url(../images/fdo_box_select.gif);
	background-repeat: repeat-x;
}
#box_seleccion3_b_vacio{
	clear: none;
	width: 177px;
	float: left;
	position: relative;
	background-color: #1a2a36;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #325269;
	border-right-color: #325269;
	border-bottom-color: #325269;
	padding-top: 5px;
	padding-right: 6px;
	padding-left: 7px;
	margin-top: 5px;
	padding-bottom:6px;
	height: 23px;
	background-image: url(../images/fdo_box_select.gif);
	background-repeat: repeat-x;
}
#boton_calendario {
	clear: none;
	width: 61px;
	float: right;
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	text-align: right;
	margin-right: 2px;
}
.box_resultados1 {
	clear: none;
	width: 549px;
	float: left;
	position: relative;
	text-align: left;
	background-color: #1e303e;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
}
.box_resultados2 {
	clear: none;
	width: 549px;
	float: left;
	position: relative;
	text-align: left;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
}
.fecha_busqueda {
	clear: none;
	width: 70px;
	float: left;
	position: relative;
	text-align: left;
}
.descrip_busqueda {
	clear: none;
	width: 400px;
	float: left;
	position: relative;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 5px;
}
.busqueda_verficha {
	clear: none;
	width: 69px;
	float: right;
	position: relative;
	text-align: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding-left: 5px;
}
.busqueda_verficha a{
	font-size: 12px;
	font-weight: normal;
	color: #ffad2f;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.busqueda_verficha a:hover{
	font-size: 12px;
	font-weight: normal;
	color: #ffad2f;
	text-decoration: underline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.nueva_busqueda {
	clear: none;
	width: 173px;
	float: left;
	position: relative;
	background-color: #1c6295;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-right: 5px;
}
#nueva_busqueda_boton {
	clear: none;
	position: relative;
	text-decoration: none;
	background-color: #1c6295;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: right;
	float: right;
}
/* Documentos*/
.box_doc1 {
	clear: none;
	width: 549px;
	float: left;
	position: relative;
	text-align: left;
	background-color: #1e303e;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #acccdf;
	text-decoration: none;
}
.box_doc2 {
	clear: none;
	width: 549px;
	float: left;
	position: relative;
	text-align: left;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #acccdf;
	text-decoration: none;
}
.box_txt_doc {
	clear: none;
	float: left;
	position: relative;
	text-align: left;
	width: 440px;
}
.box_icons_doc {
	clear: none;
	width: 93px;
	float: right;
	position: relative;
	text-align: left;
	padding-top: 18px;
}
/* Clasificaciones*/
.box_competencias {
	clear: none;
	width: 549px;
	float: left;
	position: relative;
	text-align: left;
	background-color: #1a2a35;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-position: right;
	background-repeat: no-repeat;
	margin-top: 3px;
	border: 1px solid #325269;
}
.box_clasificacion1 {
	clear: none;
	width: 549px;
	float: left;
	position: relative;
	text-align: left;
	background-color: #1e303e;
	padding-right: 5px;
	padding-left: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #acccdf;
	text-decoration: none;
}
.box_clasificacion2 {
	clear: none;
	width: 549px;
	float: left;
	position: relative;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #acccdf;
	text-decoration: none;
}
.box_txt_clasificacion {
	clear: none;
	float: left;
	position: relative;
	text-align: left;
	width: 370px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 4px;
}
.box_anio {
	clear: left;
	float: left;
	position: relative;
	text-align: left;
	width: 80px;
	padding-top: 4px;
}
.box_icons_doc2 {
	clear: none;
	width: 93px;
	float: right;
	position: relative;
	text-align: left;
}
.e_izq {
	clear: none;
	width: 345px;
	float: left;
	position: relative;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.e_logo {
	clear: none;
	width: 64px;
	float: left;
	position: relative;
	text-align: left;
	padding-top: 7px;
	padding-left: 4px;
	height: 55px;
}
.e_cont {
	clear: none;
	width: 271px;
	float: left;
	position: relative;
	text-align: left;
}
.e_tit {
	clear: none;
	float: left;
	position: relative;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #1bd4fc;
	text-decoration: none;
	padding-top: 13px;
	padding-bottom: 20px;
	padding-left: 5px;
	width: 266px;
}
.e_descrip {
	clear: none;
	width: 260px;
	float: left;
	position: relative;
	text-align: left;
	text-decoration: none;
	padding-bottom: 25px;
	color: #FFFFFF;
	padding-right: 11px;
	padding-left: 0px;
	padding-top: 0px;
}
.e_contacto {
	clear: none;
	width: 260px;
	float: left;
	position: relative;
	text-align: left;
	text-decoration: none;
	padding-bottom: 5px;
	color: #1bd4fc;
	padding-right: 11px;
}
.e_contacto a{
	text-decoration: none;
	padding-bottom: 5px;
	color: #1bd4fc;
}
.e_contacto a:hover{
	text-decoration: underline;
	padding-bottom: 5px;
	color: #1bd4fc;
}
.e_versituacion {
	clear: none;
	width: 250px;
	float: left;
	position: relative;
	text-align: right;
	text-decoration: none;
	padding-bottom: 5px;
	color: #ffad2f;
	padding-left: 11px;
	padding-right: 10px;
	padding-top: 5px;
}
.e_versituacion a{
	text-decoration: none;
	color: #ffad2f;
}
.e_versituacion a:hover{
	text-decoration: underline;
	color: #ffad2f;
}
.e_der {
	clear: none;
	width: 192px;
	float: left;
	position: relative;
	text-align: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #315168;
}
.e_formtop {
	clear: none;
	width: 192px;
	float: left;
	position: relative;
	text-align: left;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.e_form {
	clear: none;
	width: 192px;
	float: left;
	position: relative;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 10px;
	font-weight: normal;
	color: #1bd4fc;
	text-decoration: none;
}
.e_enviar {
	clear: none;
	float: left;
	position: relative;
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 144px;
}

.e_estilos {
	clear: none;
	width: 558px;
	float: left;
	position: relative;
	text-align: left;
	background-color: #182732;
	margin-top: 10px;
	border: 1px solid #325269;
	margin-bottom: 15px;
	background-image: url(../images/e_izq.gif);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#e1 {
	clear: none;
	width: 558px;
	float: left;
	position: relative;
	text-align: left;
	background-color: #182732;
	margin-top: 10px;
	border: 1px solid #325269;
	margin-bottom: 15px;
	background-image: url(../images/e_izq.gif);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#e2 {
	clear: none;
	width: 558px;
	float: left;
	position: relative;
	text-align: left;
	background-color: #182732;
	margin-top: 10px;
	border: 1px solid #325269;
	margin-bottom: 15px;
	background-image: url(../images/e_izq.gif);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}#e3 {
	clear: none;
	width: 558px;
	float: left;
	position: relative;
	text-align: left;
	background-color: #182732;
	margin-top: 10px;
	border: 1px solid #325269;
	margin-bottom: 15px;
	background-image: url(../images/e_izq.gif);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}#e4 {
	clear: none;
	width: 558px;
	float: left;
	position: relative;
	text-align: left;
	background-color: #182732;
	margin-top: 10px;
	border: 1px solid #325269;
	margin-bottom: 15px;
	background-image: url(../images/e_izq.gif);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}#e5 {
	clear: none;
	width: 558px;
	float: left;
	position: relative;
	text-align: left;
	background-color: #182732;
	margin-top: 10px;
	border: 1px solid #325269;
	margin-bottom: 15px;
	background-image: url(../images/e_izq.gif);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
/* Presentacion presidente*/
#col_izq_noticias {
	clear: none;
	width: 563px;
	float: left;
	position: relative;
	padding-left: 17px;
	padding-top: 26px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #1bd4fc;
	text-decoration: none;
	padding-right: 10px;
	padding-bottom: 20px;
}
#noticias_izq {
	clear: none;
	width: 260px;
	float: left;
	position: relative;
}
#noticias_der {
	clear: none;
	width: 290px;
	float: left;
	position: relative;
	color: #acccdf;
	text-decoration: none;
}
#noticias_dertop {
	clear: none;
	width: 260px;
	float: left;
	position: relative;
	padding: 10px;
	color: #acccdf;
	text-decoration: none;
	border-top-width: 5px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #34546d;
	border-right-color: #34546d;
	border-left-color: #34546d;
	line-height: 16px;
}
#noticias_derbottom, #documentos_derbottom {
	clear: none;
	width: 260px;
	float: left;
	position: relative;
	padding: 10px;
	color: #acccdf;
	text-decoration: none;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #34546d;
	border-left-color: #34546d;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #34546d;
	background-color: #144365;
}
#documentos_derbottom ul li{
    list-style-type:none;
}
.box_noticias1 {
	clear: none;
	width: 254px;
	float: left;
	position: relative;
	background-color: #1e303e;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 13px;
	padding-left: 3px;
}
.box_noticias2 {
	clear: none;
	width: 254px;
	float: left;
	position: relative;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 13px;
	padding-left: 3px;
}
.noticias_fecha {
	clear: none;
	width: 75px;
	float: left;
	position: relative;
	font-weight: bold;
}
.noticias_ver {
	clear: none;
	width: 75px;
	float: left;
	position: relative;
	font-weight: normal;
	color: #ffad2f;
}
.noticias_ver a{
	font-weight: normal;
	color: #ffad2f;
	text-decoration: none;
}
.noticias_ver a:hover{
	font-weight: normal;
	color: #ffad2f;
	text-decoration: underline;
}
.noticias_descrip {
	clear: none;
	width: 254px;
	float: left;
	position: relative;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #acccdf;
	text-decoration: none;
}
#noticias_mas1 {
	clear: none;
	width: 260px;
	float: left;
	position: relative;
	color: #ffad2f;
	text-decoration: none;
	text-align: center;
}
#noticias_mas1 a{
	position: relative;
	color: #ffad2f;
	text-decoration: none;
}
#noticias_mas1 a:hover{
	position: relative;
	color: #ffad2f;
	text-decoration: underline;
}
#noticias_mas2 {
	clear: none;
	width: 260px;
	float: left;
	position: relative;
	color: #ffad2f;
	text-decoration: none;
	text-align: right;
	padding-top: 5px;
}
#noticias_mas2 a{
	position: relative;
	color: #ffad2f;
	text-decoration: none;
}
#noticias_mas2 a:hover{
	position: relative;
	color: #ffad2f;
	text-decoration: underline;
}
.box_imagen{
	clear: none;
	float: left;
	height: 62px;
	width: 62px;
	position: relative;
	margin-right: 3px;
	margin-bottom: 3px;
}
#box_infodelegaciones {
	width: 296px;
	clear: none;
	float: left;
	position: relative;
}
#box_infodelegaciones a{
	color: #ffad2f;
	text-decoration: none;
}
#box_infodelegaciones a:hover{
	text-decoration: underline;
}
#box_formulario {
	width: 260px;
	clear: none;
	float: left;
	position: relative;
	margin-bottom: 10px;
}
#proteccion_datos {
	width: 180px;
	clear: none;
	float: left;
	position: relative;
	color: #dd9a31;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}
#proteccion_datos a{
	color: #dd9a31;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}
#proteccion_datos a:hover{
	color: #dd9a31;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}
#bt_enviarform {
	width: 55px;
	clear: none;
	float: right;
	position: relative;
	text-align: left;
}
#bt_enviarform img{
	padding: 3px;	
}
.c1a {
	width: 65px;
	clear: none;
	float: left;
	position: relative;
}
.c1b {
	width: 120px;
	clear: none;
	float: left;
	position: relative;
	font-weight: normal;
	color: #1bd4fc;
	text-decoration: none;
}
.c1c {
	width: 250px;
	clear: none;
	float: left;
	position: relative;
	font-weight: normal;
	color: #1bd4fc;
	text-decoration: none;
	padding-top: 10px;
}
.c1d {
	width: 250px;
	clear: none;
	float: left;
	position: relative;
	font-weight: normal;
	color: #ffad2f;
	text-decoration: none;
	padding-top: 10px;
}
.c1d  a{
	color: #ffad2f;
	text-decoration: none;
	padding-top: 10px;
}
.c1d  a:hover{
	color: #ffad2f;
	text-decoration: underline;
	padding-top: 10px;
}
.c2d {
	width: 190px;
	clear: none;
	position: relative;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 15px;
	float: left;
	text-align: center;
}
#c2d_imagen {
	padding-left: 20px;
	padding-right: 20px;
}

.c2a {
	clear: none;
	float: left;
	position: relative;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	text-align: center;
	padding-left: 50px;
}
.c3a {
	clear: none;
	float: left;
	position: relative;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	text-align: left;
	background-color: #1e303e;
	padding-left: 70px;
	padding-right: 15px;
	width: 473px;
}
.c3b {
	clear: none;
	float: left;
	position: relative;
	text-align: left;
	width: 44px;
	height: 44px;
	padding-right: 9px;
}
.padding_tit img{
	padding-top: 10px;
	padding-bottom: 10px;
}
.txt_bco {
	color: #FFFFFF;
}
.txt_cyan {
	color: #1bd4fc;
}
.txt_links_catnoticias{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffad2f;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.txt_links_catnoticias a:hover{
	text-decoration: underline;
}
#tienda_izq {
	clear: none;
	width: 353px;
	float: left;
	position: relative;
	color: #acccdf;
}
.fdo_producto1 {
	clear: none;
	width: 563px;
	float: left;
	position: relative;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #1bd4fc;
	text-decoration: none;
	background-image: url(../images/fdo_producto_tienda.gif);
	background-repeat: repeat-x;
}
.producto_infoventa {
	clear: none;
	width: 250px;
	float: left;
	position: relative;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #acccdf;
	text-decoration: none;
	padding-top: 17px;
}
.txt_link {
	clear: none;
	float: left;
	position: relative;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffad2f;
	text-decoration: none;
}
.txt_link a{
	font-size: 11px;
	font-weight: normal;
	color: #ffad2f;
	text-decoration: none;
}
.txt_link a:hover{
	font-size: 11px;
	font-weight: normal;
	color: #ffad2f;
	text-decoration: underline;
}
#col_izq_junta {
	clear: none;
	width: 563px;
	float: left;
	position: relative;
	padding-left: 17px;
	padding-top: 26px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #acccdf;
	text-decoration: none;
	padding-right: 10px;
}
#col_der_form {
	padding-left: 15px;
}
.popups {
	background-color: #213645;
	background-image: none;
}
.popups #content_popup {
	padding: 10px;
	width: 300px;
	height: 200px;
}
.popups #content_popup #title {
	height: 20px;
	clear: none;
	float: left;
	position: relative;
	width: 300px;
}


.popups #content_popup #content {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
}
#form1 #boton_calendario img {
	padding-top: 0px;
	margin-right: 5px;
}
