@charset "UTF-8";
/* CSS Document */

/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

a
{
	text-decoration: none;
    color: inherit;
    cursor: pointer;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section
{
	display: block;
}

html
{
	-webkit-font-smoothing: antialiased !important;
}

section
{
	width:100%;
}

body, p
{
	line-height: 1;
	font-family: 'Open Sans', sans-serif;

}

h1, h2, h3, h4
{
	font-family: 'Open Sans', sans-serif;
}

ol, ul
{
	list-style: none;
}

blockquote, q
{
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after
{
	content: '';
	content: none;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

.img100
{
	width:100%;
}

/* ESTILOS GENERALES */

header,
.wrapped,
footer
{
	width:100%;
}

header
{
	
}


.wrapped
{
	
}

/* CABECERA */

.bloq_top, .bloq_cabecera
{
	position:relative;
	width:100%;
	margin:auto;
}

.bloq_top
{
	background:#A92151;
}

.bloq_cabecera
{
	background:#FFF;
}

.cont_top
{
	position:relative;
	width:100%;
	max-width:1200px;
	padding:15px 25px;
	box-sizing:border-box;
	margin:auto;
}

.cont_cabecera
{
	position:relative;
	width:100%;
	max-width:1200px;
	padding:35px 25px;
	box-sizing:border-box;
	margin:auto;
	z-index: 30;
}

.cont_logo_cabecera
{
	position:relative;
	width:200px;
}

.cont_enlaces_cabecera
{
	position:relative;
	color:#FAFAFA;
}

.enlaces_social_cab
{
	position: absolute;
    top: 0;
    right: 0;
}

.enlaces_social_cab li
{
	display:inline-block;
}

.enlaces_social_cab li a
{
	padding:0 3px;
	font-size:15px;
}

.enlaces_social_cab li a:hover
{
	color:#580220;
}

.enlaces_telefono_cab i
{
	margin-right:8px;
}

.enlaces_telefono_cab span
{
	font-size:14px;
	font-weight: 600;
}

.bloq_menu
{
	position:relative;
	width:100%;
	margin:auto;
	background:#111;
}

.cont_menu
{
    position: absolute;
    bottom: 30px;
    right: 0;
}

.caja_menu
{
	width:100%;
}

.menu_main
{
	position:relative;
	display:block;
	text-align:center;
}

.menu_main li
{
	display:inline-block;
}

.menu_main li a
{
	font-size:13px;
	text-transform:uppercase;
	padding:10px 8px;
	box-sizing:border-box;
	color:#FAFAFA;
	font-weight:700;
	display:block;
	-webkit-transition: ease-out 0.2s;
    -moz-transition: ease-out 0.2s;
    -o-transition: ease-out 0.2s;
    transition: ease-out 0.2s;
}

.menu_main li a:hover
{
	color: #BD1622;;
	-webkit-transition: ease-out 0.2s;
    -moz-transition: ease-out 0.2s;
    -o-transition: ease-out 0.2s;
    transition: ease-out 0.2s;
}

.menu_responsive
{
	display:none;
	width:320px;	
}

@media only screen and (max-width : 980px) {

.menu_main
{
	display:none;	
}

.menu_responsive
{
	display:block;	
	width:100%;
}

.cont_menu
{
    right: auto;
    left: 25px;
    bottom: 36px;
    width: 95%;
}

.cont_logo_cabecera
{
    padding-left: 75px;
}
	
}

@media only screen and (max-width : 550px) {

.cont_enlaces_cabecera
{
    position: relative;
    right: 0;
    top: 0;
    color: #FAFAFA;
    text-align: center;
	margin-bottom: 10px 0;
}

.enlaces_social_cab
{
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 19px;
}

.enlaces_social_cab li a
{
    padding: 0 8px;
    font-size: 20px;
}

.enlaces_telefono_cab span
{
    font-size: 20px;
}

.enlaces_secciones_cab li a
{
    font-size: 20px;
    font-weight: 600;
}

.cont_logo_cabecera
{
    width: 100%;
	max-width:270px;
    text-align: center;
	padding: 0;
	margin:auto;
	margin-bottom:20px;
}

.cont_logo_cabecera img
{
    width: 100%;
}

.cont_menu
{
    right: 0;
    left: 0;
    bottom: 0;
    position: relative;
	width:100%;
}

.cont_cabecera
{
    padding-bottom:10px;
}
	
}


/* FOOTER *******************************************************************************************************************************/

footer
{
	background:#333;
	border-top: solid 5px #ccd414;
}

.bloq_pie, .bloq_copy
{
	position:relative;
	width:100%;
}

.bloq_copy
{
	background:#222;
}

.cont_pie, .cont_copy
{
	position: relative;
    width: 100%;
    padding: 15px 25px 15px;
    box-sizing: border-box;
    max-width: 1200px;
    margin: auto;
}

.row_pie, .row_copy
{
	position:relative;
	width:100%;
	text-align:center;
	margin: 12px 0;
}

.row_pie li, .row_copy li
{
	display:inline-block;
}

.row_pie li a
{
	padding: 4px;
    color: #FAFAFA;
    font-size: 13px;
    font-weight: 400;
	-webkit-transition: ease-out 0.2s;
    -moz-transition: ease-out 0.2s;
    -o-transition: ease-out 0.2s;
    transition: ease-out 0.2s;
}

.row_pie li a:hover
{
	color:#999;
	-webkit-transition: ease-out 0.2s;
    -moz-transition: ease-out 0.2s;
    -o-transition: ease-out 0.2s;
    transition: ease-out 0.2s;
}

.row_copy li a
{
	padding: 4px 10px;;
    color: #FAFAFA;
    text-transform: uppercase;
    font-size: 16px;
	-webkit-transition: ease-out 0.2s;
    -moz-transition: ease-out 0.2s;
    -o-transition: ease-out 0.2s;
    transition: ease-out 0.2s;
}

.row_copy li a:hover
{
	color:#a92051;
	-webkit-transition: ease-out 0.2s;
    -moz-transition: ease-out 0.2s;
    -o-transition: ease-out 0.2s;
    transition: ease-out 0.2s;
}

.row_copy span
{
    color: #FAFAFA;
    display: block;
    font-size: 13px;
    padding: 3px 0;
    font-weight: 600;
}

.row_copy span a
{  
    font-weight: 700;
}

.row_copy span a:hover
{
    text-decoration:underline;
}

@media only screen and (max-width : 730px) {

.row_pie li
{
    display: block;
}

.row_pie li a
{
    padding: 4px 0;
    display: block;
    width: 230px;
    margin: auto;
    font-size: 16px;
}
	
}

@media only screen and (max-width : 880px) {

.cont_copy
{
	padding-bottom:54px;
}
	
}

/* ********************************** */
/* VENTANA MENSAJES */
/* ********************************** */

.VentanaDeMensajes
{
	position: absolute;
    top: 35%;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    padding: 50px 20px;
    box-sizing: border-box;
    text-align: center;
    background: #FAFAFA;
    border: solid 1px #CCCCCC;
    font-size: 20px;
	z-index:20;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
}

.BotonCierreAviso
{
	display:none;
}

.TextoDelMensaje
{
	font-size: 15px;
    letter-spacing: 0.2px;
    color: #5C5C5C;
}

.btn-suscripcion
{
    text-align: center;
    padding-top: 35px;
}

.btn-suscripcion input
{
	font-size: 18px;
    border: none;
    font-family: inherit;
    text-transform: uppercase;
    padding: 3px 24px;
    letter-spacing: 0.5px;
    background: #D8D8D8;
    color: #555;
	cursor:pointer;
}

.btn-suscripcion input:hover
{
    background: #ccc;
    color: #333;
}

/* ********************************** */
/* VENTANA POPS */
/* ********************************** */

#ct-suscrip, #ct_registro_usu, #ct-login-usr, #ct-loss-pass, #ct-logout-usr, #ct-cambio-pswd, #inserta-comentario
{
	display:none;	
}

/* ********************************** */
/* BARRA POLÍTICA COOKIES */
/* ********************************** */

.ct-caja-cookies
{
	position: fixed;
	z-index: 10;
	bottom: 0;
	left: 0;
	width:100%;
	background: #333;
}

.caja-cookies
{
	position: relative;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	max-width: 1000px;
	margin: auto;
}

.caja-cookies span
{
	font-size: 13px;
	text-align: center;
	display: block;
	color: #FAFAFA;
	font-weight: 300;
	line-height: 140%;
	margin-bottom: 10px;
}

.ct-buttons-cookies
{
	position: relative;
	width: 200px;
	margin: 8px auto;
	text-align: center;
	background: #666;
	padding: 5px;
	box-sizing: border-box;
	color: #FFF;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .5px;
}

.ct-buttons-cookies:hover
{
	cursor:pointer;
}