/*Estilo general*/
html {
	background: url(../img/fondo.jpg) repeat;
}
body {
	width:800px;
	margin: 10px auto;
	text-align: center;
	position: relative; 
}
p {
	margin: 8px 0;
}
#main_content {
	padding: 6px 5px;
	min-height: 95vh;
	background-color: #FFFFFF;
	border-radius: 12px;
    box-shadow: 0px 0px 12px 9px #00000044;
    text-align: left;
}

/*Fin estilo general*/

/*Estilo layout*/
#main_column {
	width: 100%;
}
#right_column {
	width: 200px;
	padding: 0 5px;
}
/*Fin estilo layout*/


/*Estilo del header*/
#header {
	margin: 0px auto;
	padding: 0;
	text-align: left;
	height: 200px;
	background-color: #FFFFFF;
	position: absolute;
	border-bottom: 1px solid #DDD;
	position: sticky;
	top:0px;
	z-index: 80;
}

#headertop_container {
	width: 764px;
	height: 40px;
	padding: 7px 9px;
	padding-bottom: 0;
	z-index: 90;
}
#header_left, #header_right {
	width: 382px;
}
#header_left, #header_right, #header_left a, .header_bullet {
	float: left;
}
#header_right {
	text-align: right;
}
.header_text a, .header_text a:visited {
	text-decoration: none;
	color: #866F78;
}
.header_text a:hover {
	text-decoration: underline;
}


#flash {
	width: 100%;
	text-align: center;
	z-index: 0;
}

#flash img {
	border-radius: 6px;
	max-width: 772px;
}

.header_text {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #866F78;
}
.header_bullet {
	border: none;
	margin: 1px 2px 0 0;
}
#bullet_mapa {
	margin-left: 8px;
}
/*Fin estilo del header*/


/*Estilo Menu*/
#menu {
	width: 772px;
	height: 38px;
	margin: 3px auto;
	border: 1px solid #6C7B74;
	border-radius: 6px;
	background: linear-gradient(180deg, #8F9E97, #5E736A, #8F9E97);
	position: relative;
	padding: 0;
}

#nav{
	clear:both;
	margin: 0;
	padding: 0 4px;
	width: 100%;
}

#nav li {
	display: inline-block;
	list-style: none;
	margin: 0;
	width: 110px;
}

#nav li a {
	color: #FFFFFFDD;
	display: table-cell;
	font-family: Helvetica;
	font-size: 10px;
	font-weight: bold;
	height: 38px;
	margin: 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 2px #00000077;
	vertical-align: middle;
	width: 95px;
}
/*Fin Estilo Menu*/


#nav li a:hover {
	background-color: #FFFFFF44;
}

#aviso_global {
  border: 1px solid #D0D4D2;
	margin: 3px auto;
	padding: 9px 18px;
	background-color: #F0F4F2;
	border-radius: 6px;

	width: 772px;
	padding: 10px;
	box-sizing: border-box;

	font-size: 12px;
	color: #254D42;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;

}




/*Estilo del footer*/
#footer {
	padding: 20px 0;
	background-color: #FFFFFF;
	overflow: hidden;
	clear: left;
}
#footer, #footer a, #footer a:visited {
	color: #866F78;
	text-decoration: none;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
#footer a:hover {
	text-decoration: underline;
}
#bottom_nav {
	width: 100%;
	text-align: center;
}

#bottom_nav p{
	text-align: center;
}

#bottom_nav p a {
	display: inline-block;
	font-weight: bold;
	vertical-align: middle;
	margin: 3px 18px;
}

#bottom_nav p a img {
	vertical-align: middle;
	display: inline-block;
	margin-right: 3px;
}
/*Fin estilo del footer*/


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

/*Estilo general del contenido*/
.part_content_l, .part_content_r, #subcol_l, #subcol_r {
	float: left;
	margin-top: 10px;
}
.content {
	clear: both;
	width: 760px;
	padding: 20px 0 20px 15px;
}
div#main_column p {
	line-height: 20px;
}
.blocksp {
	display: block;
}
.nodisplay {
	display: none;
	visibility: hidden;
	overflow: hidden;
}
.error {
	background-color: #E7EE7A;
	color: #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #E3391F;
	padding: 5px;
	margin-bottom: 10px;
}
.error ul {
	margin: 0;
	padding-left: 20px;
}
#main_column h3 {
	margin: 0;
	height: 25px;
	color: #78606A;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}
#main_column h4 {
	margin: 0;
	color: #775B66;
	padding-left: 20px;
	background: url(../img/ico_flecha.gif) no-repeat 0 3px;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
}
#main_column h5 {
	color: #254D42;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
}
#main_column a:hover {
	text-decoration: underline;
}
#main_column h5 a, #subcol_r a, .ver_mas a, table a {
	color: #254D42;
	text-decoration: none;
}
#main_column h7 {
	color: #254D42;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

#main_column h7 a {
	color: #254D42;
	text-decoration: none;
}
.clearer {
	clear: left;
	height: 20px;
}
.txt_hl {
	color: #666666;
	font-size: 10px;
	font-style: italic;
}
.date {
	color: #666666;
	font-size: 11px;
}
.caption {
	font-style: italic;
}
.no_serie {
	font-size: 10px;
}
.ver_mas {
	margin-bottom: 20px;
	text-align: right;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}
.ver_mas a {
	padding-left: 15px; 
	background: url(../img/hoja.gif) no-repeat 0 1px;
}
/*Fin estilo general del contenido*/

/*Estilo template home*/
.lonuevo_item {
	width: 258px;
	padding: 6px;
	margin-left: 5px;
	/*background: url(../img/fondo_lonuevo.gif) no-repeat;*/
}
.lonuevo_item h5 {
	margin: 0 0 0 70px;
}
.part_content_l {
	/*width: 275px;*/
	padding-left: 15px;
	width: calc(50% - 15px);
	box-sizing: border-box;
}
.part_content_r {
	/*width: 275px;*/
	padding-left: 15px;
	width: calc(50% - 15px);
	box-sizing: border-box;
}
img.img_lonuevo {
	float: left;
	clear: left;
	padding: 2px;
	border: 1px solid #CCCCCC;
}
ul.lonuevo_list, .item_list {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
ul.lonuevo_list {
	padding:0;
	margin: 2px 0 0 115px;
	list-style-image: url(../img/bullet.gif);
}
ul.item_list {
	margin: 0 0 10px 0;
	padding: 0 35px;
	list-style-image: url(../img/bullet.gif);
}
.item_list li {
	padding: 2px 0;
}
.item_list a {
	color: #254D42;
	font-weight: bold;
	text-decoration: none;
}
h3 {
	padding-left: 20px;
	background: url(../img/ico_flecha.gif) no-repeat 0 3px;
}
.h3line {
	display: block;
	margin-left: 5px;
	background: url(../img/linea_header.gif) repeat-x center;
}
h3 span {
	background-color: #FFFFFF;
	padding-right: 8px;
}
h6.cliente {
	color: #51665D;
	margin: 0 0 0 12px;
	padding: 0 0 0 23px;
	background: url(../img/dialogo.gif) no-repeat 0 0;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}
h6.cliente img {
	margin-top: 1px;
	padding-left: 8px;
	position: absolute;
}
.pcliente {
	margin-left: 35px;
	font: italic 11px Verdana, Arial, Helvetica, sans-serif;
}
.h3half {
	width: 300px;
}
/*Fin estilo template home*/


/*Estilo template acerca*/
#subcol_l {
	width: 60%;
	padding: 0 15px 15px 15px;
}
#subcol_r {
	width: 30%;
	padding-left: 10px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
#subcol_l h3 {
	margin: 0;
}
#subcol_l p, .aviso {
	font: normal 13px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
#subcol_r img {
	display: block;
	margin: 20px 0;
}
.caption, .no_serie {
	color: #666666;
	margin-bottom: 3px;
}
.linea_centro {
	background: url(../img/lin_sep_cen.jpg) repeat-y 480px 0px;
}
#linea_sep_arriba, #linea_sep_abajo {
	float: left;
}
#linea_sep_arriba {
	background: url(../img/lin_sep_arriba.jpg) no-repeat 394px 0;
}
#linea_sep_abajo {
	background: url(../img/lin_sep_abajo.jpg) no-repeat 394px 100%;
}
#subcol_r hr {
	height: 1px;
	margin: 20px 0;
	border: none;
	border-top: dashed 1px #CCCCCC;
}
/*Fin estilo template acerca*/

/*Estilo de las formas*/
form, .textbox_med, .textbox_sma, .textbox_lar {
	margin: 0;
	padding: 0;
}
.textbox_lar {
	width: 240px;
}
.textbox_med {
	width: 160px;
}
.textbox_sma {
	width: 80px;
}
#subcol_r label {
	display: block;
	margin: 10px 0 5px 0;
}
.submit {
	display: block;
	margin: 20px auto 0px auto;
}
input {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	min-height: 21px;
}
select {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	min-height: 23px;
	padding: 4px 2px;
}
input[type="file"] {
	white-space: normal;
}
textarea {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
/*Fin estilo de las formas*/


/*Estilo de avisos*/
div.aviso {
	width: 100%;
	margin: 0;
	padding: 3px ;
	/*border-top: 1px dashed #CCCCCC;*/
	/*border-bottom: 1px dashed #CCCCCC;*/
}
div.aviso_hl {
	background-color: #FBFBFB;
}
div.aviso img {
	padding: 2px;
	border: 1px solid #CCCCCC;
}
div.aviso h5 {
	margin-top: 0px;
	margin-bottom: 1px;
}
div.aviso div.clearer {
	height: 2px;
}
div.subtext {
	color: #5C5C5C;
	line-height: 18px;
}
div.content_column {
	float: left;
	width: 240px;
	color: #5C5C5C;
}
div.image_column, div.image_column_b {
	float: left;
	width: 90px;
	text-align:center;
}
div.image_column_b {
	text-align: right;
}
div.image_column_b img {
	border: none;
	margin-right: 8px;
	cursor: pointer;
}
/*Fin estilo de avisos*/

/*Estilo paginacion*/
a.pagi, a.pagi_sel, a.pagi:visited {
	color: #254D42;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	display: inline-block;
	margin-top: 12px;
	padding: 0 6px;
}
a.pagi {
	text-decoration: none;
}
a.pagi_sel {
	font-weight: bold;
	text-decoration: underline;
}
span.pagi {
	display: block;
	color: #866F78;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}
div.pagi {
	text-align: center;
}
/*Fin Estilo paginacion*/

/*Estilo de las tablas*/
table {
	border-collapse: collapse;
	border: 1px solid #E7B07E;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

thead tr td {
	width: 100%;
	height: 29px;
	color: #6D3E34;
	padding: 0 0 0 10px;
	font-weight: bold;
	background: url(../img/fondo_tabla.jpg) repeat-x;
}

tfoot tr td {
	border-top: 1px solid #E7B07E;
	width: 100%;
	height: 29px;
	color: #6D3E34;
	padding: 0 0 0 10px;
	font-weight: bold;
	background: url(../img/fondo_tabla.jpg) repeat-x;
}

tbody tr {
	border: 1px solid #E7B07E;
}
tbody td {
	color: #333333;
	padding: 10px;
}
tr.trhl {
	background-color: #FFFFFF;
}
tr.trh2 {
	background-color: #FCF5EA;
}

td a {
	font-weight: bold;
}
td.td_ico {
	border-top: 1px solid #E7B07E;
	width: 5%;
	background: url(../img/ico_downloads.gif) no-repeat center;
}

td.td_full {
	border-top: 1px solid #E7B07E;
	width: 100%;
}

td.td_link {
	border-top: 1px solid #E7B07E;
	width: 13%;
}
td.td_date {
	border-top: 1px solid #E7B07E;
	width: 20%;
}
td.td_type {
	border-top: 1px solid #E7B07E;
	width: 10%;
}
td.td_desc {
	border-top: 1px solid #E7B07E;
	width: 40%;
}

td.td_like {
	border-top: 1px solid #E7B07E;
	width: 7%;
}


table.tableNoticias {
	border:none;
	width: calc(100% - 40px); 
	margin:18px; 
	border-bottom:1px dashed #CCCCCC;
}

table.tableNoticias tr{
	border:none;
}

/*Fin Estilo de las tablas*/



/*Estilo template usuarios*/
#subcolusr_l {
	width: 100%;
	padding: 0px 15px 15px 15px;
	box-sizing: border-box;
}
#subcolusr_l h3 {
	margin: 0;
}
#subcolusr_l p, .aviso {
	font: normal 13px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
.caption, .no_serie {
	color: #666666;
	margin-bottom: 3px;
}
.lineausr_centro {
	background: url(../img/lin_sep_cen.jpg) repeat-y 450px 0px;
}
#lineausr_sep_arriba, #lineausr_sep_abajo {
	float: left;
}
#lineausr_sep_arriba {
	background: url(../img/lin_sep_arriba.jpg) no-repeat 450px 0;
}
#lineausr_sep_abajo {
	background: url(../img/lin_sep_abajo.jpg) no-repeat 450px 100%;
}

.linea_34 {
	/*background: url(../img/lin_sep_cen.jpg) repeat-y 570px 0px;*/
}

#linea_sep_arriba34, #linea_sep_abajo34 {
	float: left;
}
#linea_sep_arriba34 {
	background: url(../img/lin_sep_arriba.jpg) no-repeat 570px 0;
}
#linea_sep_abajo34 {
	background: url(../img/lin_sep_abajo.jpg) no-repeat 570px 100%;
}

/*Fin estilo template usuarios*/

#msj_warning {
	padding-top: 8px;
	padding-left: 15px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFCC ;
	border-color:#E6BE96 ;
	border: solid 1px ;
}

#msj_ok {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	background-color:#D7FFD7 ;
	border-color:#669933 ;
	border: solid 1px ;
}


#lbl_error {
	color:#FF0000;
	margin-top: 4px;
}

#lbl_normal {
	color:#000000;
	margin-top: 4px;
}

#lbl_mensaje {
	color:#808080;
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
}


/*------------------------------------*/
/* Estilos para formas sitio etiangui */

#forma { /* AJUSTES GENERALES */
	width: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#forma p { /*ESPACIADO ENTRE ELEMENTOS <P>*/
	margin-top: 10px;
	margin-bottom: 10px;
}

#forma input { /*ESPACIADO ENTRE TEXTO E INPUT*/
	margin-top: 4px;
	/*background-color: #FFFFCC;*/
	
}

#forma fieldset { /*ESTILO MARCOS*/
  border: none;
	border-top: 1px solid #E6BE96;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 20px;
	/*border-radius: 6px;*/
	width: 720px;
}


fieldset table {
				border-collapse: collapse;
				border: 0px solid #E7B07E;
				font: 11px Verdana, Arial, Helvetica, sans-serif;
			}
fieldset thead tr td {
				color: #6D3E34;
				font-weight: bold;
				text-align:left;
			}
fieldset tbody tr {
				border: 0px solid #E7B07E;
			}
fieldset tbody td {
				color: #333333;
				padding: 2px;
				vertical-align:top;
			}	
fieldset h3 {
				margin: 0;
				height: 30px;
				color: #78606A;
				font: bold 13px Verdana, Arial, Helvetica, sans-serif;
			}


#forma legend { /*ESTILO TITULOS*/
	/*margin-left: -25px;*/
	font-size: 12px;
	font-weight:bold;
	color: #992A3B;
	/*background: #F5EAD3;*/
	/*border: 1px solid #E6BE96;*/
	/*border-bottom-color:#7B5347;*/
	/*border-right-color:#7B5347;*/
	padding: 4px 8px;
}

#filtro { /* AJUSTES GENERALES */
	width: calc(100% - 30px);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#filtro p { /*ESPACIADO ENTRE ELEMENTOS <P>*/
	margin-top: 8px;
	margin-bottom: 8px;
}

#filtro fieldset { /*ESTILO MARCOS*/
	height: 110px;
  border: 1px solid #E6BE96;
	margin-top:0;
	padding-bottom: 10px;
	padding-left: 20px;	
	margin-top: 10px;
	background-color: #FBF4EB;
	float: left;
	border-radius: 6px;
}

#filtro legend { /*ESTILO TITULOS*/
	font-size: 12px;
	font-weight:bold;
	color: #992A3B;
	padding: 4px 8px;
}

#
.camposLargos { /*TAMAÑO CAMPOS LARGOS*/
	width: 250px;
}

#forma strong { /*CAMPOS OBLIGATORIOS*/
	color: #FF0000;
	font-weight: bold ;
}

.boton { /*POSICION BOTON*/
	/*margin-left: 110px;*/
	margin-bottom: 10px;
}

#comentario { /*POSICION COMENTARIO*/
	color: #333333;
}

#leyenda { /*ESTILO TITULO*/
	font-size: 12px;
	font-weight:bold;
	color: #992A3B;
	padding: 4px 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#subtexto {
	width: 100px ;
	display:block;
}


.opc_text a:link, .opc_text a:visited {
	text-decoration: none;
	color: #254D42;
}
.opc_text a:hover {
	text-decoration: underline;
}

.opc_text {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #254D42;
	text-decoration: none;
}

button {
	background-color: #254D42;
	color: #FFFFFFEE;
	padding: 3px 9px;
	min-width: 84px;
	opacity: .9;
	border-radius: 6px;
}

button:hover {
	opacity: 1;
}


a.lnkLike {
	display: inline-block;
	border: 2px solid;
	text-decoration: none;
	width: auto;
	height: 24px;
	background-repeat: no-repeat;
	background-position: 9px 3px;
	background-size: 24px;
	background-image: url(../img/thumb-up-outline.png);
	background-color: #FFFFFF;
	border-radius: 4px;
	padding: 9px 15px 0 42px;
	color: #992A3B;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}

a.lnkLikeCheck {
	background-image: url(../img/thumb-up.png);
	background-color: #E0F2F1;
	color: #254D42;
}

a.lnkLikeTable {
	display: inline-block;
	border: 2px solid;
	text-decoration: none;
	height: 36px;
	width: 56px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px;
	background-image: url(../img/thumb-up-outline_24dp.png);
	background-color: transparent;
	border-radius: 4px;
	padding: 1px;
	color: #254D42;
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
}

a.lnkLikeTableCheck {
	background-image: url(../img/thumb-up.png);
	background-color: #E0F2F1;
	color: #254D42;
}


a.lnkDownload {
	display: inline-block;
	border: 2px solid;
	float:right;
	text-decoration: none;
	width: auto;
	height: 36px;
	width: 56px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px;
	background-image: url(../img/download_24dp.png);
	background-color: transparent;
	border-radius: 4px;
	border-color: #254D42;
	padding: 1px;
	color: #254D42;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;				
}


a.lnkBack {
	display: inline-block;
	border: 2px solid;
	float:right;
	text-decoration: none;
	width: auto;
	height: 36px;
	width: 56px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px;
	background-image: url(../img/arrow-back_24dp.png);
	background-color: transparent;
	border-radius: 4px;
	border-color: #254D42;
	padding: 1px;
	color: #254D42;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;				
}



a.lnkBack {
	display: inline-block;
	border: 2px solid;
	float:right;
	text-decoration: none;
	width: auto;
	height: 36px;
	width: 56px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px;
	background-image: url(../img/arrow-back_24dp.png);
	background-color: transparent;
	border-radius: 4px;
	border-color: #254D42;
	padding: 1px;
	color: #254D42;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;				
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/* MOVIL */


@media only screen and (max-device-width: 960px) and (orientation: portrait) 
{ 

	html {
		background: #FFFFFF;
	}

	body {
		width:100vw;
		margin: 0;
	}

	p {
		margin: 8px 0;
	}

	#main_content {
		padding: 0;
		min-height: 95vh;
		background-color: #FFFFFF;
		border-radius: 0;
	    box-shadow: none;
	    text-align: left;
	}
	/*Fin estilo general*/

	/*Estilo layout*/
	#main_column {
		width: 100%;
		padding: 0;
	}
	#right_column {
		width: 200px;
		padding: 0 5px;
	}
	/*Fin estilo layout*/


	/*Estilo del header*/
	#header {
		margin: 0px auto;
		padding: 6px;
		height: 112px;
		background-color: #FFFFFF;
	}

	#headertop_container {
		width: calc(100% - 12px);
		height: 51px;
	}
	#header_left, #header_right {
		width: 50%;
	}


	#flash {
		width: 100%vw;
	}

	#flash img {
		border-radius: 6px;
		max-width: calc(100vw - 12px);
	}

	.header_text {
		font: 10px Verdana, Arial, Helvetica, sans-serif;
		color: #866F78;
	}
	.header_bullet {
		border: none;
		margin: 1px 2px 0 0;
	}
	#bullet_mapa {
		margin-left: 8px;
	}

.marco {
	font-style: italic;
	border: 1px solid #DDD;
	border-radius: 3px;
	display: inline-block;
	margin: 3px;
	padding: 3px;
}

	/*Fin estilo del header*/


	/*Estilo Menu*/
	#menu {
		width: 100vw;
		height: 100vh;
		margin: 0;
		border: 1px solid #6C7B74;
		border-radius: 0;
		background: linear-gradient(180deg, #8F9E97, #5E736A);
		position: absolute;
		padding: 0;
		top: 0;
		left: 0;
		display: none;
		z-index: 60;
	}

	#nav{
		margin: 0;
		padding: 0 4px;
		width: 100%;
	}

	#nav li {
		display: block;
		width: 100%;
		border-bottom: 1px solid #00000044;
		text-align: center;
	}

	#nav li a {
		color: #FFFFFFDD;
		display: block;
		font-family: Helvetica;
		font-size: 16px;
		font-weight: bold;
		height: 38px;
		margin: 0;
		padding-top: 18px;
		text-align: center;
		text-decoration: none;
		text-shadow: 1px 1px 2px #000000AA;
		vertical-align: middle;
		width: 100%;
	}

	a.lnkMenu {
		display: inline-block;
		border: 2px solid;
		text-decoration: none;
		width: 56px;
		height: 48px;
		background-repeat: no-repeat;
		background-position: center 3px;
		background-size: 24px;
		background-image: url(../img/menu_24dp.png);
		background-color: #FFFFFF;
		border-color: #254D4266;
		border-radius: 4px;
		padding: 28px 3px 3px 3px;
		color: #254D42;
		font: bold 10px Verdana, Arial, Helvetica, sans-serif;
		box-sizing: border-box;
		text-align: center;
		vertical-align: middle;
	}

	a.lnkClose {
		display: inline-block;
		border: 2px solid;
		text-decoration: none;
		width: 56px;
		height: 48px;
		background-repeat: no-repeat;
		background-position: center 3px;
		background-size: 24px;
		background-image: url(../img/close_24dp.png);
		background-color: #FFFFFF;
		border-color: #254D4266;
		border-radius: 4px;
		padding: 28px 3px 3px 3px;
		color: #254D42;
		font: bold 10px Verdana, Arial, Helvetica, sans-serif;
		box-sizing: border-box;
		text-align: center;
		vertical-align: middle;
	}

	a.lnkIdioma {
		display: inline-block;
		border: 2px solid;
		text-decoration: none;
		width: 56px;
		height: 48px;
		margin-right: 12px;
		border-color: #254D4266;
		border-radius: 4px;
		padding: 15px 3px 3px 3px;
		color: #254D42;
		font: bold 13px Verdana, Arial, Helvetica, sans-serif;
		box-sizing: border-box;
		text-align: center;
		vertical-align: middle;
	}

	/*Fin Estilo submenus*/

	#aviso_global {
		margin: 3px auto;
		padding: 6px 12px;
		border-radius: 6px;

			max-width: calc(100vw - 12px);
		padding: 10px;

		font-size: 11px;
	}


	a.lnkIndex {
		display: inline-block;
		border: 1px solid;
		text-decoration: none;
		width: 144px;
		height:116px;
		background-repeat: no-repeat;
		background-position: center 15px;
		background-size: 48px;
		background-color: #FBF4EB;
		border-radius: 12px;
		border-color: #E6BE96;
		padding: 72px 3px 3px 3px;
		color: #00000099;
		font: 12px Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		box-sizing: border-box;
		text-align: center;
	}

	a.lnkEditoriales {
		background-image: url(../img/postage-stamp_48dp.png);
	}

	a.lnkNoticias {
		background-image: url(../img/newspaper_48dp.png);
	}

	a.lnkDescargas {
		background-image: url(../img/download-box_48dp.png);
	}

	a.lnkComentarios {
		background-image: url(../img/comment-account_48dp.png);
	}

	a.lnkTienda {
		background-image: url(../img/cart-outline_48dp.png);
	}

	a.lnkAlbums {
		background-image: url(../img/book-variant_48dp.png);
	}

	/*Estilo general del contenido*/
	.part_content_l, .part_content_r, #subcol_l, #subcol_r {
		float: left;
		margin-top: 10px;
	}

	.part_content_l, .part_content_r,  {
		text-align: center;
	}

	.content {
		clear: both;
		width: 100%;
		padding: 12px 0 12px 0;
	}

	h3 {
		margin-left: 20px;
		display: block;
	}

	.h3half {
		padding-left: 12px;
		display: block;
	}



#main_column h3 {
	margin: 0;
	height: 25px;
	color: #78606A;
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
}
#main_column h4 {
	margin: 0;
	color: #775B66;
	padding-left: 20px;
	background: url(../img/ico_flecha.gif) no-repeat 0 3px;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}
#main_column h5 {
	color: #254D42;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}
#main_column h7 {
	color: #254D42;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
}

	/*Estilo general del contenido*/


	/*Estilo template acerca*/
	#subcol_l {
		width: calc(100% - 30px);
		padding: 0 15px 15px 15px;
	}
	#subcol_r {
		width: 100%;
		padding-left: 10px;
		font: 13px Verdana, Arial, Helvetica, sans-serif;
	}
	#subcol_r img {
		display: inline-block;
		margin: 20px 0;
		max-width: 80%;
	}
	/*Fin estilo template acerca*/


	/*Estilo de las tablas*/
	table {
		border-top: 1px solid #E7B07E;
		border-bottom: 1px solid #E7B07E;
		border-left: none;
		border-right: none;
		font: 12px Verdana, Arial, Helvetica, sans-serif;
	}

	thead tr td {
		width: 100%;
		height: 29px;
		color: #6D3E34;
		padding: 0 0 0 10px;
		font-weight: bold;
		background: url(../img/fondo_tabla.jpg) repeat-x;
	}

	tfoot tr td {
		border-top: 1px solid #E7B07E;
		width: 100%;
		height: 29px;
		color: #6D3E34;
		padding: 0 0 0 10px;
		font-weight: bold;
		background: url(../img/fondo_tabla.jpg) repeat-x;
	}

	tbody tr {
		border-top: 1px solid #E7B07E;
		border-bottom: 1px solid #E7B07E;
		border-left: none;
		border-right: none;
	}
	tbody td {
		color: #333333;
		padding: 10px;
	}
	tr.trhl {
		background-color: #FFFFFF;
	}
	tr.trh2 {
		background-color: #FCF5EA;
	}

	td a {
		font-weight: bold;
	}
	td.td_ico {
		border-top: 1px solid #E7B07E;
		width: 5%;
		background: url(../img/ico_downloads.gif) no-repeat center;
	}

	td.td_full {
		border-top: 1px solid #E7B07E;
		width: 100%;
	}

	td.td_link {
		border-top: 1px solid #E7B07E;
		width: 25%;
	}
	td.td_date {
		border-top: 1px solid #E7B07E;
		width: 13%;
	}
	td.td_type {
		border-top: 1px solid #E7B07E;
		width: 10%;
	}
	td.td_desc {
		border-top: 1px solid #E7B07E;
		width: 32%;
	}

	td.td_like {
		border-top: 1px solid #E7B07E;
		width: 15%;
	}


	table.tableNoticias {
		margin: 0;
		border:none;
		padding: 0;
		width: 100vw;
	}

	table.tableNoticias tr{
		border:none;
	}

	table.tableNoticias td{
		vertical-align: top;
	}

	table.tableNoticias a {
		display: block;
	}

	table.tableNoticias h5 {
		margin: 3px;
	}

	table.tableNoticias img {
		margin-right: 12px;
		max-height: 42px;
		max-width: 72px;
	}
	/*Fin Estilo de las tablas*/


	/*Estilo paginacion*/

	a.pagi, a.pagi_sel, a.pagi:visited {
		color: #254D42;
		font: normal 15px Verdana, Arial, Helvetica, sans-serif;
		display: inline-block;
		height: 36px;
		width: 44px;
		margin: 18px 0 0 0;
		border: 1px solid #D0D4D2;
		box-sizing: border-box;
		padding-top: 6px;
	}
	a.pagi {
		text-decoration: none;
	}
	a.pagi_sel {
		font-weight: bold;
		height: 36px;
		width: 44px;
		border: 1px solid #D0D4D2;
		background-color: #F0F2F1;
		text-decoration: none;
		box-sizing: border-box;
		padding-top: 6px;
	}
	span.pagi {
		display: block;
		color: #866F78;
		margin-top: 15px;
		font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	}
	div.pagi {
		text-align: center;
	}
	/*Fin Estilo paginacion*/


/*------------------------------------*/
/* Estilos para formas sitio etiangui */

#forma { /* AJUSTES GENERALES */
	width: 100% ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

#forma p { /*ESPACIADO ENTRE ELEMENTOS <P>*/
	margin-top: 10px;
	margin-bottom: 10px;
}

#forma input { /*ESPACIADO ENTRE TEXTO E INPUT*/
	margin-top: 4px;
	/*background-color: #FFFFCC;*/
	
}

#forma fieldset { /*ESTILO MARCOS*/
  border: none;
	border-top: 1px solid #E6BE96;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 20px;
	width: 100%;
}


fieldset table {
				border-collapse: collapse;
				border: 0px solid #E7B07E;
				font: 14px Verdana, Arial, Helvetica, sans-serif;
				width: calc(100% - 40px);
			}
fieldset thead tr td {
				color: #6D3E34;
				font-weight: bold;
				text-align:left;
			}
fieldset tbody tr {
				border: 0px solid #E7B07E;
			}
fieldset tbody td {
				color: #333333;
				padding: 2px;
				vertical-align:top;
			}	
fieldset h3 {
				margin: 0;
				height: 30px;
				color: #78606A;
				font: bold 15px Verdana, Arial, Helvetica, sans-serif;
			}


	#forma legend { /*ESTILO TITULOS*/
		font-size: 13px;
		font-weight:bold;
		color: #992A3B;
		padding: 4px 6px 4px 0;
	}

	#forma label {
		font-size: 13px;
	}

#filtro { /* AJUSTES GENERALES */
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

#filtro p { /*ESPACIADO ENTRE ELEMENTOS <P>*/
	margin-top: 8px;
	margin-bottom: 8px;
}

#filtro fieldset { /*ESTILO MARCOS*/
	height: 110px;
  border: 1px solid #E6BE96;
	margin-top:0;
	padding-bottom: 10px;
	padding-left: 20px;	
	margin-top: 10px;
	background-color: #FBF4EB;
	float: left;
	border-radius: 6px;
}

#filtro legend { /*ESTILO TITULOS*/
	font-size: 12px;
	font-weight:bold;
	color: #992A3B;
	padding: 4px 8px;
}

#
.camposLargos { /*TAMAÑO CAMPOS LARGOS*/
	width: 250px;
}

#forma strong { /*CAMPOS OBLIGATORIOS*/
	color: #FF0000;
	font-weight: bold ;
}

.boton { /*POSICION BOTON*/
	/*margin-left: 110px;*/
	margin-bottom: 10px;
}

#comentario { /*POSICION COMENTARIO*/
	color: #333333;
}

#leyenda { /*ESTILO TITULO*/
	font-size: 12px;
	font-weight:bold;
	color: #992A3B;
	padding: 4px 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#subtexto {
	width: 100px ;
	display:block;
}


.opc_text a:link, .opc_text a:visited {
	text-decoration: none;
	color: #254D42;
}
.opc_text a:hover {
	text-decoration: underline;
}

.opc_text {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #254D42;
	text-decoration: none;
}

button {
	background-color: #254D42;
	color: #FFFFFFEE;
	padding: 6px 15px;
	min-width: 108px;
	opacity: .9;
	border-radius: 6px;
	font-size: 16px;
}

button:hover {
	opacity: 1;
}


a.lnkLike {
	display: inline-block;
	border: 2px solid;
	text-decoration: none;
	width: auto;
	height: 24px;
	background-repeat: no-repeat;
	background-position: 9px 3px;
	background-size: 24px;
	background-image: url(../img/thumb-up-outline.png);
	background-color: #FFFFFF;
	border-radius: 4px;
	padding: 9px 15px 0 42px;
	color: #992A3B;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}

a.lnkLikeCheck {
	background-image: url(../img/thumb-up.png);
	background-color: #E0F2F1;
	color: #254D42;
}

a.lnkLikeTable {
		float: right;
}



	div.filtroMobile {
		width: 100vw;
		height: calc(100vh - 112px);
		margin: 0;
		/*border: 1px solid #6C7B74;*/
		border-radius: 0;
		background: #FBF4EB;
		position: absolute;
		padding: 18px 0;
		top: 112px;
		left: 0;
		z-index: 70;
		box-sizing: border-box;
		display: none;
	}

	span.spnLeyenda {
		font-size: 16px;
		font-weight: bold;
		color: #992A3B;
	}

	div.filtroMobile span {
		display: block;
		border-bottom: 1px solid #E6BE96;
		padding: 12px 24px;
	}

	div.filtroMobile label {
		display: inline-block;
		font-size: 14px;
		margin-bottom: 6px;
	}

	div.filtroMobile input,select {
		font-size: 16px;
		padding: 6px;
	}

	div.filtroMobile a {
		font-size: 16px;
	}

}