
html,body{
	height: auto;
	width:100%;
	padding: 0;
	margin: 0;
}
body{
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	position: relative;
	-webkit-text-size-adjust: none;
}


.cabecera {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

#logo {
	position: absolute;
	left: 12px;
	top: 12px;

}

/** Mmenu **/

nav:not(.mm-menu){
	display: none;
}

.header, .content{
	text-align: center;
}
.header{
	width: 60px;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	background: rgba(119, 119, 119, 0.3);
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: fixed; 
	top: 0px;
	left: 0px;
	padding: 0 10px;
	z-index: 300;
}
.header a{
	background: center center no-repeat transparent;
	background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 10px;
}
#page {
	width: 100%;
}
.franja {
	width: 100%;
	float: left;
}

.sub_franja {
	width: 50%;
	float: left;
}

.modulo{
	width: 100%;
	position: relative;
}
.modulo:before{
	content: "";
	display: block;
	padding-top: 56.25%; 	/* 16/9 */
}

.fija {  
    position:fixed;  
    top: 0px;                    /* Distancia hasta el borde superior */  
    left: 0px;            /* Distancia hasta el borde izquierdo */ 
    z-index: 1;               /* hace que la capa sea opaca  */  
}  

/* ESPECIALES SHAREDWRITE */
.lectura {
	font-size: 1.2em;
	text-align: justify;
}


/* Estilos etiquetas */

h1, h2, h3, h4, h5, h6, form, ul, ol, li, p {
	margin: 0px;
	/* padding: 0px; */
}
a, a:link, a:active, a:visited, a:hover{
	color: inherit;
	text-decoration: none;
}
a{
	color: #0066FF;
	text-decoration: none; 
}
a:hover{
	color: #0066FF;
	text-decoration: underline; 
}
hr {
	height: 1px;
	clear: both;
	border: 0; 
	color: #CCCCCC;
	background-color: #000;
	margin-top: 0em;
	margin-bottom: .4em;
	margin-left: 0em;
}
blockquote {
	margin-left: .8em;
}
img {
	border: none;
}
abbr, acronym {
	cursor: help;
}
.g_idiomas {
	float: right;
	width: 100%;
}

/* Ruta de navegación */
#g_ruta {
	width: 100%;
	float: left;
	font-size: 0.8em;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 1.4em;
}
#g_ruta a {
	text-decoration: none;
	color: #0066FF;
	font-weight: bold;
}
#g_ruta a:hover { 
	text-decoration: underline; 
}
.texto_ruta {
	font-weight: bold;
}
/* ************************************ */
/* Contenidos */
.g_titulo {
	margin-bottom: 15px;
	margin-top: 5px;
}
.g_titulo h3{
	font-size: 1.3em;
	font-weight: bold;
	color: #333333;
}
.g_contenido_caja_1 {
	width: 96%;
	float: left;
	margin: 1% 2%;
	z-index: 10;
}
.g_contenido_caja_2 {
	width: 46%;
	float: left;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 1%;
}
.g_contenido_caja_4 {
	width: 46%;
	float: left;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 1%;
}
.g_contenido_caja_1 p, .g_contenido_caja_2 p, .g_contenido_caja_4 p {
	padding-bottom: 0.5em;
/*	font-family: Verdana, Arial, Helvetica, sans-serif;  */
}
#g_contenido {
	width: 97%;
	float: left;
	font-size: 75%;
	padding-top: 0.3em;
	padding-bottom: 1em;
	line-height: 1.5em;
}

#g_contenido_der {
	width: 43em;
	float: right;
	margin-top: 0.5em;
}
#g_contenido_izq {
	width: 45.1em;
	float: left;
	padding-left: 0.5em;
}
/* ********************************* */
/* Estilos de etiquetas contenido*/
#g_contenido p{
	padding-bottom: 0.5em;
}
#g_contenido h3{
	padding-bottom: .4em;
}
#g_contenido h4{
	margin-bottom: .6em;
}
#g_contenido ul{
	margin-left: 2em;
	margin-right: 2em;
}
#g_contenido ol{
	margin-left: 2em;
}
#g_contenido li{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
/* ********************************* */
/* Texto con galeria de fotos */
.g_textogal_caja_dercol {
	width: 58%;
	float: left;
}
.g_textogal_caja_izqcol {
	width: 58%;
	float: right;
}
.g_textogal_caja_der {
	width: 40%;
	float: right;
	text-align: center;
	margin-left: 2%;
	margin-bottom: 5px;
}
.g_textogal_caja_izq {
	width: 40%;
	float: left;
	text-align: center;
	margin-right: 2%;
	margin-bottom: 5px;
}
.g_textogal_caja_sup {
	float: left;
	text-align: center;
	margin-bottom: 1em;
	width: 100%;
}
.g_textogal_caja_inf {
	width: 100%;
	float: left;
	text-align: center;
}		
.g_textogal {
	clear: both;
	text-align: center;
	padding-bottom: 0.1em;
}
.g_textogal_2 {
	width: 15.6%;
	float: left;
	padding-right: 1%;
	padding-bottom: 0.5em;
}
.g_textogal img, .g_textogal_2 img {
	width: 100%;
}
.g_piefoto {
	font-size: 0.9em;
	color: #666666;
	padding-right: 2%;
	padding-bottom: 0.2em;
	padding-left: 2%;
	text-align: center;
	width: 96%;
	line-height: 1em;
}
/* ********************************* */

.info_caja {
	width: 98%;
	float: left;
	padding-right: 1%;
	padding-left: 1%;
	margin-bottom: 6px;
}
.g_infoseccion1 {
	width: 100%;
	float: left;
	margin-top: 7px;
}
.g_infoseccion1_cab{
	width: 99%;
	float: left;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	margin-right: 1%;
	margin-bottom: 2%;
}
.g_infoseccion1_cab h3{
	font-size: 2.1em;
	font-weight: bold;
	color: #666666;
	line-height: 1.2em;
}
.g_infoseccion1_cajbloq {
	float: left;
	width: 50%;
}
.g_infoseccion1_bloq {
	width: 48%;
	float: left;
	margin-right: 1%;
	margin-bottom: 10px;
	margin-left: 1%;
	border-radius: 6px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0,0,0,0);
}

.g_hover:hover {
	border-color: rgba(196,236,255,0.9);
}
	
.g_infoseccion1_img {
	width: 38%;
	float: left;
	padding-right: 2%;
}
.g_infoseccion1_img img{
	width: 100%;
	box-shadow: 4px 4px 4px -2px rgba(0,0,0,0.5);
	border-radius: 6px;
}
.g_infoseccion_cajtit {
	padding-top: 10px;
	width: 60%;
	float: left;
}
.g_infoseccion1_dat {
	width: 97%;
	float: left;
	font-size: 0.7em;
	color: #666666;
	line-height: 1.2em;
	margin-left: 3%;
	margin-bottom: 3px;
}
.g_infoseccion1_tit{
	width: 94%;
	float: left;
	line-height: 1em;	
	margin-right: 3%;
	margin-left: 3%;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.3em;
}
.g_infoseccion1_tit a {
	text-decoration: none;
	color: #003D79;
}
.g_infoseccion1_tit a:hover{
	text-decoration: none;
}
/* ********************************* */
.g_infoseccion2 {
	width: 100%;
	float: left;
	margin-top: 1em;
}
.g_infoseccion2_cab{
	width: 97%;
	float: left;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	padding-left: 1%;
	margin-right: 1%;
	margin-bottom: 2%;
}
.g_infoseccion2_cab h3{
	font-size: 1.1em;
	font-weight: bold;
	color: #666666;
}
.g_infoseccion2_cajbloq {
	float: left;
	width: 50%;
}
.g_infoseccion2_bloq {
	width: 48%;
	float: left;
	margin-right: 1%;
	margin-bottom: 10px;
	margin-left: 1%;
	border-radius: 6px;
}
.g_infoseccion2_img {
	width: 99%;
	float: left;
	padding-right: 1%;
	padding-bottom: 1%;
}
.g_infoseccion2_img img{
	width: 100%;
	box-shadow: 4px 4px 4px -2px rgba(0,0,0,0.5);
	border-radius: 6px;
}
.g_infoseccion2_cajtit {
	width: 100%;
	float: left;
}
.g_infoseccion2_dat {
	width: 97%;
	float: left;
	font-size: 0.7em;
	color: #666666;
	line-height: 1.2em;
	margin-left: 3%;
	margin-bottom: 3px;
}
.g_infoseccion2_tit{
	width: 94%;
	float: left;
	margin-right: 3%;
	margin-left: 3%;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.3em;
}
.g_infoseccion2_tit a {
	text-decoration: none;
	color: #003D79;
}
.g_infoseccion2_tit a:hover p{
	text-decoration: none;
}
/* ********************************* */
/* listas heredado de pcontrol (tablas) */

#caja_lista {
	width: 100%;
	float: left;
}
#caja_lista p{
	margin-bottom: 0em;
}
#caja_lista table {
	width: 100%;
	float: left;
	font-size: 1em;
}
#caja_lista tr:hover {
	background-color: #ead3d3;
	cursor: pointer;
}
#caja_lista td {
	border: 1px solid #FFFFFF;
	border-collapse:collapse;
	padding-left: 0.6em;
	padding-right: 0.6em;
	padding-top: 1em;
	padding-bottom: 1em;
}
#caja_lista th {
	font-weight: bold;
	color: #457840;
	text-align: left;
	background-color: #E7EBE7;
	border: 1px solid #FFFFFF;
	padding-left: 0.6em;
}

#caja_lista_nores {
	width: 100%;
	float: left;
}
#caja_lista_nores p{
	margin-bottom: 0em;
}
#caja_lista_nores table {
	width: 100%;
	float: left;
	font-size: 1em;
}
#caja_lista_nores td {
	border: 1px solid #FFFFFF;
	border-collapse:collapse;
	padding-left: 0.6em;
	padding-right: 0.6em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}
#caja_lista_nores th {
	font-weight: bold;
	color: #457840;
	text-align: left;
	background-color: #E7EBE7;
	border: 1px solid #FFFFFF;
	padding-left: 0.6em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.f1 {
	color: #000000;
	background-color: #FFFFFF;
}
.f2 {
	color: #000000;
	background-color: #F1F5F1;
}
/* Listas */
#g_lista_caja {
	float: left;
	width: 100%;
}
.g_lista_cab {
	float: left;
	width: 100%;
	padding-top: 0.5em;
	padding-bottom: 1em;
}
.g_lista_bloq {
	float: left;
	width: 100%;
	padding-bottom: 1em;
}
.g_lista_img {
	width: 4.6em;
	float: left;
	border: 1px solid #CCCCCC;
	height: 4.6em;
	padding: 0.1em;
}
.g_lista_tit {
	width: 55.6em;
	float: right;
	font-weight: bold;
}
.g_lista_tex {
	width: 55.6em;
	float: right;
	padding-top: 0.4em;
}
/* ********************************* */
/* Foro */
/* página principal */
.post {
	background-color: #FFF;
	margin-bottom: 2em;
}
.post_id {
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
	background-color: #CCC;
	margin-bottom: 0.5em;
	padding-top: 0.3em;
	padding-right: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
}
.post_asunto {
	font-size: 1em;
	font-weight: bold;
	color: #666666;
	padding-left: .5em;
}
.post_fecha {
	font-size: .8em;
}
.post blockquote {
	padding-left: 1.5em;
}
.respuesta {
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 0.3em;
	padding-right: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
	background-color: #CCC;
}
.respuesta a {
	font-size: .85em;
	color: #333333;
}
.respuesta a:hover {
	color: #333333;
}
/* pagina de mensajes */
.opinion {
	font-size: 1.1em;
	color: #666666;
	font-weight: bold;
	padding-top: 0.3em;
	padding-right: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
}
.opinion a {
	font-size: .85em;
	color: #333333;
}
.opinion a:hover {
	color: #333333;
}
.respuesta_titulo {
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
	background-color: #f9eedb;
	margin-bottom: 0.5em;
	padding-top: 0.3em;
	padding-right: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
}
.mensajes {
	background-color: #FCF8EF;
	margin-bottom: 2em;
}
.mensaje_id {
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
	background-color: #CCC;
	margin-bottom: 0.5em;
	padding-top: 0.3em;
	padding-right: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
}
/* ************************************* */
/* estilos de texto */
.texto_bloque_1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	margin-bottom: 0.5em;
	padding-right: 0.4em;
	padding-left: 0.4em;
	padding-top: 0.3em;
}
.texto_bloque_2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	margin-bottom: 0.5em;
	padding-top: 0.3em;
	padding-right: 0.4em;
	padding-left: 0.4em;
}			
.texto_seccion {
	font-size: 1.2em;
	background-color: #FFFFFF;
	color: #333333;
	padding-top: 0.3em;
	padding-right: 0.4em;
	padding-left: 0.4em;
	margin-bottom: 0.5em;
}
.subtitulo {
	font-size: 1.2em;
}
.resaltado_fuerte {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
}
.texto_resaltado, .resaltado {
	font-weight: bold;
}
.texto_citas {
	font-style: italic;
}
.texto_notas_titulo {
	font-size: 0.9em;
	font-weight: bold;
}
.texto_notas {
	font-size: 0.9em;
}
.texto_notas_citas {
	font-size: 0.9em;
	font-style: italic;
}
.aviso {
	font-weight: normal;
	color: #990000;
}
.texto_mensaje {
	color: #990000;
}

.circulo {
    border-radius: 5em;
    background: #cccccc;
    padding: 5px 10px;
    color: #000;
}
.circulo:hover {
    background-color: #f7e2e1 !important;
}

/* **************************************** */
/* estilos de posicionamiento */
.ver_center {
	vertical-align:middle;
}
.centrar {
	text-align: center;
}

.centrar_img{
  display:block;
  margin-left: auto;
  margin-right: auto;
}


.alinea_der {
	text-align: right;
}
.alinea_izq {
	text-align: left;
}
.justificar {
	text-align: justify;
}
.imagen_izq {
	float: left;
	border: 1px solid #CCCCCC;
	padding: .3em;
	margin-top: 0.2em;
	margin-right: 1em;
	margin-bottom: 0.4em;
	margin-left: 0em;
}
.imagen_der {
	float: right;
	border: 1px solid #0071bd;
	padding: .3em;
	margin-top: .2em;
	margin-right: 0em;
	margin-bottom: .3em;
	margin-left: .9em;
}
.imagen_centro {/* este estilo se aplicara al div que contenga la imagen */
	clear: both;
	text-align: center; 
}
.salto_img {
	clear: both;
}
/* ************************ */
/* estilos para formularios */
#caja_contacto {
	width: 94%;
	float: left;
	background-color: #FFF;
	border: 1px solid #E0DFD4;
	border-radius:7px;
	padding: 3%;
}
.caja_formulario {
	width: 100%;
	float: left;
	margin-bottom: 0.5em;
}
.etiqueta_campo {
	float: left;
	font-size: 0.9em;
	color: #333333;
	line-height: 1.5em;
	margin-right: 0.5em;
	margin-bottom: 0.3em;
	background-color: #F7F7F7;
	padding: 5px 0.4em;
}
.etiqueta_campo_25 {
	width: 21%;
	float: left;
	font-size: 0.9em;
	color: #333333;
	line-height: 1.5em;
	margin-right: 0.5em;
	margin-bottom: 0.3em;
	background-color: #F7F7F7;
	padding: 5px 0.4em;
}
.etiqueta_campo_50 {
	width: 46%;
	float: left;
	font-size: 0.9em;
	color: #333333;
	line-height: 1.5em;
	margin-right: 0.5em;
	margin-bottom: 0.3em;
	background-color: #F7F7F7;
	padding: 5px 0.4em;
}

.verifica {
	color: #666;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #E0DFD4;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}

.campo{
	color: #666;
	font-size: 1em;
	text-align: left;
	background-color: #FEFEFE;
	border: 1px solid #E0DFD4;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	padding-left: 0.2em;
	margin-right: 0.4em;
	margin-bottom: 2px;
}
.campo:focus { 
	color: #333;
	border-color: rgba(41, 92, 161, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 4px rgba(41, 92, 161, 0.6);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 4px rgba(41, 92, 161, 0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 4px rgba(41, 92, 161, 0.6);
	outline: 0 none; 
}
.campo_50{
	width: 46%;
	float: left;
	font-size: 1em;
	color: #666;
	text-align: left;
	background-color: #FEFEFE;
	border: 1px solid #E0DFD4;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	padding-left: 0.3em;
	margin-right: 0.4em;
}
.campo_75{
	width: 71%;
	height: 25px;
	float: left;
	font-size: 1em;
	color: #666;
	text-align: left;
	background-color: #FEFEFE;
	border: 1px solid #E0DFD4;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	padding-left: 0.3em;
}

.campo_75:focus { 
	color: #333;
	border-color: rgba(41, 92, 161, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	outline: 0 none; 
}
.campo_texarea_75{
	width: 71%;
	float: left;
	color: #666;
	text-align: left;
	background-color: #FEFEFE;
	border: 1px solid #E0DFD4;	
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	padding-left: 0.3em;	
}
.campo_texarea_75:focus { 
	color: #333;
	border-color: rgba(41, 92, 161, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	outline: 0 none; 
}
.t100 {
	width: 98% !important;
}
.desplegable {
	float:left;
	font-size: 0.9em;
	color:#666;
	border:1px solid #d8d8d8;
	border-radius:3px;
	background-color: #efefef;
	background-image: url(../media/gradient_white.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 3px 2px;
	margin:0 10px 7px 10px;
}
input[type="radio"] {
	background:none;
	border:0px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-top: 5px;
}
#g_busca_recur #form1 label {
	width: 81%;
	float:left;
	display:block;
	padding-left: 6%;
	margin: 2px 0;
}
.boton {
	border: 1px solid #E0DFD4;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	font-size: .9em;
	color: #7a4035;
	background-color: #f7e2e1;
	letter-spacing: 0.1em;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	margin: 4px !important;
	padding: 2px 4px;
}
.boton2 {
	border: 1px solid #E0DFD4;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	font-size: .9em;
	color: #7a4035;
	background-color: #dbeeff;
	letter-spacing: 0.1em;
	text-align: center;
	border-radius: 5px;
	margin: 4px !important;
	padding: 2px 4px;
}
.boton3 {
	border: 1px solid #E0DFD4;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	font-size: .9em;
	color: #7a4035;
	background-color: #E3FFDB;
	letter-spacing: 0.1em;
	text-align: center;
	border-radius: 5px;
	margin: 4px !important;
	padding: 2px 4px;
}
.boton:hover, .boton:active {
	border-color: rgba(41, 92, 161, 0.4);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 0 3px rgba(41, 92, 161, 0.6);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 0 3px rgba(41, 92, 161, 0.6);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 0 3px rgba(41, 92, 161, 0.6);
	outline: 0 none; 
}
.nota_campo {
	width: 90%;
	float: right;
	clear: both;
	line-height: 1.5em;
	font-size: 0.85em;
	color: #993300;
	padding-left: 1em;
	padding-bottom: 0.5em;
}
.centrar_boton {
	clear: both;
	text-align: right;
	padding-top: 0.3em;
	padding-bottom: 1em;
	margin-right: 37px;
}
.captcha {
	float: left;
	font-size: 0.9em;
}

/* Xtras */
.base{
	clear: both;
}
.ocult {
	display: none;
}


/******************************************************/
/* Media Queries Max Width 910px */
/******************************************************/

@media screen and (max-width: 910px) {
.g_contenido_caja_2 {
	width: 96%;
}
.g_contenido_caja_3 {
	width: 46%;
}
.g_textogal_2 {
	 width: 23%;
}
.g_infoseccion1_cajbloq, .g_infoseccion2_cajbloq {
	width: 100% !important;
}

.franja_caj {
	width: 70%;
}
.menu_caj {
	width: 30%;
}
.sub_franja {
	width: 100%;
}
}
/**************************************************/
/* Media Queries Max Width 610px */
/******************************************************/

@media screen and (max-width: 610px) {
.g_contenido_caja_3 {
    width: 96%;
}
.g_contenido_caja_4 {
	width: 96%;
}
.g_textogal_caja_izq {
    width: 100% !important;
}
.g_textogal_caja_der {
    width: 100% !important;
}
.g_textogal_caja_dercol {
    width: 100% !important;
    float: left;
}
.g_textogal_caja_izqcol {
    width: 100% !important;
    float: right;
}

.g_textogal_2 {
    width: 23%;
}

.g_infoseccion1_bloq, .g_infoseccion2_bloq {
    width: 98% !important;
}

.franja_caj {
	width: 65%;
}
.menu_caj {
	width: 35%;
}
.campo {
	width: 92%;
}
}

/******************************************************/
/* Media Queries Max Width 475px */
/******************************************************/
@media screen and (max-width: 475px) {}
