@import url('reset.css');
@import url('font-awesome.css');
@import url('font-roboto.css');
@import url('font-fjallaone.css');
@import url('estilos_encabezado.css');
@import url('estilos_formularios.css');
@import url('estilos_footer.css');

*, html {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	box-sizing: border-box;
	outline: none;
}

body {
	font-family: 'Roboto-Regular';
	font-size: 1em;
	color: #5F5F5F;
}

/* Inicio Estilos generales */
.wrapper {
	width: 97.5%;
	max-width: 1326px;
	margin: 0 auto;
}

.display_table {
	display: table;
	width: 100%;
}
.display_tCell {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}
.display_inline {
	display: inline-block;
	vertical-align: middle;
}

.tLeft { text-align: left; }
.tCenter { text-align: center; }
.tRight { text-align: right; }
/* 
.titulo {
	position: relative;
	color: #30445D;
    border-bottom: solid 1px #DDDDDD;
    padding: 12px;
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
}*/
.titulo_h2,
.subtitulo_h2 {
	position: relative;
}
.titulo_h2 h2 {
	padding: 0 15px;
	display: inline-block;
	position: relative;
	line-height: 1.65em;
	background: #FFFFFF;
	z-index: 1;
}
.subtitulo_h2 h2 {
	padding: 0 15px;
	display: inline-block;
	position: relative;
	font-size: 1.25em;
	line-height: 1.55em;
	background: #FFFFFF;
	z-index: 1;
}
.titulo_h2 h2 span {
	text-transform: uppercase;
}
.subtitulo_h2 h2 span {
	font-size: 1.875em;
}
.titulo_h2 hr,
.subtitulo_h2 hr {
	position: absolute;
	width: 100%;
	top: 50%; left: 0;
	z-index: 0;
}
.borde { 
	border: solid 1px #DDDDDD;
}
.contenedor {
	padding: 15px;
}
hr {
	border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(221, 221, 221, 0), rgba(221, 221, 221, 1), rgba(221, 221, 221, 0));
}
a {
	color: #008FD9;
    text-decoration:none;
}

h2 {
	font-size: 1.5em;
	font-family: 'Roboto-Light';
}
h2 span {
	display: block;
	font-size: 2.0833333333em;
	font-family: 'FjallaOne-Regular';
	color: #243882;
}
h3 {
	font-family: 'FjallaOne-Regular';
	color: #243882;
	text-transform: uppercase;
	font-size: 1.25em;
}
h4 {
	font-family: 'FjallaOne-Regular';
	color: #5F5F5F;
	text-transform: uppercase;
	font-size: 1em;
}
/* Termino Estilos generales */
h2#sin_resultados{
    padding:20px;
}
/* Inicio estilos de Aviso de Privacidad y Politicas */
article.Avisos {
    margin-top: 60px;
    font-size: 0.875em;
    text-align: justify;
    line-height: 1.25;
}
article.Avisos img.tCenter {
    width: 100%;
}
article.Avisos h2 {
    font-family: 'FjallaOne-Regular';
    text-transform: uppercase;
    color: #243882;
    text-align: center;
    margin: 15px 0;
}
article.Avisos p {
    margin: 15px 0;
}
article.Avisos p strong {
    font-family: Roboto-Medium;
}
article.Avisos ul {
    margin-left: 15px;
    list-style: square;
}
article.Avisos ol {
    list-style: upper-roman;
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}
article.Avisos ul li strong,
article.Avisos ol li strong {
    font-family: "Roboto-Medium";
}
/* Termino estilos de Aviso de Privacidad y Politicas */
 .container {
     /*max-width: 1024px;
     margin: 0px auto;
     margin-top: 5px;
     margin-bottom: 30px;*/
     margin: 0px auto 0px auto;
 }
 .comment {
     float: left;
     width: 100%;
     height: auto;
 }
 .commenter {
    float: left;
 }
 .commenter img {
     width: 35px;
     height: 35px;
 }
 .comment-text-area {
     float: left;
     width:100%;
     height: auto;
 }
 .textinput {
     float:left;
     width: 100%;
     min-height: 75px;
     outline: none;
     resize: none;
     border: 1px solid #CCCCCC;
     border-radius: 5px;
 }
/* Terminó estilo para textarea */
@media screen and (max-width: 667px) {
	h2 {
		font-size: 1.125em;
	}
	h2 span {
		line-height: 1;
	}
}