/* ---------------------  ESTRUCTURA   ---------------------*/
.taulaGen_borIzq {
	background-image: url(../_images/_comunes/taulaGen_borIzq.jpg);
	background-repeat: repeat-y;
}
.taulaGen_borDer {
	background-image: url(../_images/_comunes/taulaGen_borDer.jpg);
	background-repeat: repeat-y;
}
.taulaGen {
	background-color: #FFF;
}
.taulaGen_margens {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.fondoDegradado {
	background-image: url(../_images/_comunes/degradado.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.caixes_margens {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/* ---------------------  CLASES VARIAS   ---------------------*/
.borde {
	border: 1px solid c3c3c3;
}

.div_central {
	margin-top:10px
}

.clear {clear:both}


/* ---------------------  BORDES REDONDEADOS   ---------------------*/
.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:transparent; border-left:1px solid #c3c3c3; border-right:1px solid #c3c3c3;}
.xb1 {margin:0 5px; background:#c3c3c3;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}
.xboxcontent {display:block; border:0 solid #c3c3c3; border-width:0 1px;}

/* ---------------------  BORDES REDONDEADOS AMARILLO   ---------------------*/

.gb2, .gb3, .gb4 {background:transparent; border-left:1px solid #ffce00; border-right:1px solid #ffce00;}
.gb1 {margin:0 5px; background:#ffce00;}
.gboxcontent {display:block; border:0 solid #ffce00; border-width:0 1px;}


/* ---------------------  MENUS LATERALES   ---------------------*/
.menu_lateral_celdas {
	height: 20px;
	width: 138px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #b7b7b7;
	border-bottom-color: #ebebeb;
	border-left-color: #b7b7b7;
	display: table-cell;
	vertical-align: middle;
	cursor: pointer;
}

.menu_lateral_celdas_over {
	height: 20px;
	width: 138px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #b7b7b7;
	border-bottom-color: #ebebeb;
	border-left-color: #b7b7b7;
	display: table-cell;
	vertical-align: middle;	
	
	background-color:#F7F7F7;
	color: #000;
	cursor: pointer;
}

.menu_lateral_final {
	background-image: url(../_images/_comunes/menu_lateral_final.jpg);
	background-repeat: no-repeat;
	height: 85px;
	width: 150px;
	cursor: pointer;
}
.submenu_lateral_celdas {
	height: 20px;
	width: 138px;
	padding-left: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #b7b7b7;
	border-bottom-color: #ebebeb;
	border-left-color: #b7b7b7;
	display: table-cell;
	vertical-align: middle;
	cursor: pointer;
}
.submenu_lateral_celdas_over {
	height: 20px;
	width: 138px;
	padding-left: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #b7b7b7;
	border-bottom-color: #ebebeb;
	border-left-color: #b7b7b7;
	display: table-cell;
	vertical-align: middle;
	
	background-color:#F7F7F7;
	color: #07498e;
	cursor: pointer;
}
.submenu_lateral_header_top, .submenu_lateral_header_central {
	background-color: #EBEBEB;
	width: 150px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #07498e;
	font-weight: bold;
	text-align: left;
	font-size: 9px;
	
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #b7b7b7;
	border-left-color: #b7b7b7;
}
.submenu_lateral_header_top {
	padding-top: 2px;
	height: 20px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #b7b7b7;
	vertical-align: baseline;
}
.submenu_lateral_header_central {
	padding-top: 0px;
	height: 23px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	vertical-align: middle;
}

/* ---------------------  POPUPS MODALES   ---------------------*/
.popUp {
	background-color: #333;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 1px;
	top: 1px;
	filter:alpha(opacity=70); 
	-moz-opacity:.70; 
	opacity:.70;
	z-index:1;
	visibility:hidden;
}
.imagen_popUp, .cont_popUp {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 1px;
	top: 1px;
	z-index:101;
	visibility:hidden;
}

.win_popUp {
	width: 400px;
}


/* ---------------------  MAPA WEB  ---------------------*/
.webmapbox {
	float:left;
	width:180px;
	padding: 10px 5px 10px 10px;
}
	
.webmapbox_doble {
	float:left;
	width:375px;
	padding: 10px 5px 10px 10px;
}

.webmapbox, .webmapbox_doble {
	filter:alpha(opacity=30);
	-moz-opacity:.60; 
	opacity:.60;
	-khtml-opacity:.6
	
}

#separador {	
	background-color:#CCC;
	height:1px;
	margin-top:2px;
	margin-bottom:5px;
	line-height:1px;
	font-size:1px;
}

#submenu {
	padding-left:5px;
	margin-top:5px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCC;
}

#separador_blau {
	background-color:#07498e;
	height:1px;
	margin-top:2px;
	margin-bottom:5px;
	line-height:1px;
	font-size:1px;
}



/* ---------------------  FORMULARIOS ---------------------*/
#form_inscrip {
	width:455px;
	display:table;
	margin-bottom:10px;
}

.form_titles {
	width:430px;
	margin-bottom:5px;
}
	
.form_head_box {
	background-color:#ebebeb;
}

.form_field {
	display:table;
	overflow:visible;
	float:left;
	white-space: nowrap;
	vertical-align:middle;
	margin-right:10px;
	margin-bottom:5px;
}

.form_textfield {
	height:16px;
	border: #c3c3c3 thin solid;
	background-color:#ebebeb;
}

.form_textarea {
	border: #c3c3c3 thin solid;
	background-color:#ebebeb;
}

.form_bt_next {
	display:table;
	overflow:visible;
	float:right;
	height:15px;
	vertical-align:middle;
	cursor: pointer;
}

