/*
RESET CSS
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-size: 100%;
}
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;
}

/*
ESTILOS GENERALES
*/
body{
width: 100%;
background-color: white;
}
a{
color: black;
font-weight: 700;
text-decoration: none;
}
/*
INICIALIZAR FUENTES
*/
body{
font: normal 100% Helvetica, Arial, sans-serif;
background: url("encabezado.jpg") no-repeat white;
background-size: auto 100vh;
font-weight: 400;
font-style: normal;
font-size: 1.1em;
line-height: 1.58;
letter-spacing: -.003em;
text-align: justify;
color: #58595b;
font-family: arial;
margin-top: 15px;
margin-bottom: 10px;

}
p{
font-size: 0.875em;
}
p{
font-weight: 400;
font-style: normal;
font-size: 1.1em;
line-height: 1.58;
letter-spacing: -.003em;
text-align: justify;
color: #58595b;
font-family: arial;
margin-top: 15px;
margin-bottom: 10px;
}
strong{
font-weight: bold;
}
.content{
width: 85%;
text-align: center;
margin: 0 auto;
}

ul, ol{
margin: 3% 0 5% 5%;
text-align: left;
}
ul{
list-style-type: disc;
}
ol{
list-style-type: decimal;
}

h1{
font-size: 2em;
color: #234c5f;
text-align: right;
margin-bottom: 10px;
}

h2{
font-size: 1.3em;
margin-bottom: 20px;
margin-top: 30px;
font-weight: bold;
}


/* FORMATO */
.formato{
display: block;
margin-top: 20px;
text-align: left;
}
.formato p{
font-size: 0.9em;
text-transform: uppercase;
color:#234c5f; 
}
label, .input{
display: block;
}
label{
display: none;
}
.input{
width: 90%;
font-size: 1em;
line-height: 1.2;
padding: 0 10px;
color: #666666;
border: solid 1px #e6e6e6;
height: 50px;
margin-top: 5px;
}
textarea.input{
font-size: 1em;
overflow: auto;
rezise: vertical;
outline: none;
min-height: 20px;
padding: 10px;
}
.contenedorboton{
margin-top: 10px;
text-align: center;
}
.boton{
justify-content: center;
align-items: center;
min-width: 180px;
border-radius: 2px;
background:red;
color: white;
font-size: 1em;
text-transform: uppercase;
height: 35px;
}
button{
outline: none;
border: none;
}

/* SECCION */
.seccion{
}
.seccion .logo{
width: 100px	;
height: auto;
}

.seccion .mas{
width: 8vw;
height: auto;
margin-top:10vh;
}
.col1, .col2{
width: 100%;
}

.seccion .col1 img, .seccion .col2 img{
width: 90%;
height: auto;
padding: 5%;
}
.centrar{
text-align: center;
}

/* LANDING */
.landing{
height: 100vh;
}
.landing .logo{
margin-top: 10vh;
width: auto;
height: 50vh;
}
.landing h1{
display: none;
}

/* PRESENTACION */
.presentacion{
text-align: justify;
padding: 5% 0 5% 0;
}

/* PROGRAMAS */
.programas{
text-align: justify;
padding: 5% 0 5% 0;

}

/* EQUIPO */
.equipo{
text-align: justify;
padding: 5% 0 5% 0;

}
/* CONTACTO */
.contacto{
text-align: justify;
padding: 5% 0 5% 0;
}

/* FORMATO ENVIADO */

.formatoEnviado{
border: solid 1px #e6e6e6;
padding: 25px;
}
.formatoEnviado p{
font-size: 1em;
}
p.mensaje{
color:#ef4537;
}



/* ESPECÍFICO PARA EL ESCRITORIO */

@media screen and (min-width: 1024px){

p{
font-size: 1em;
}


.seccion .logo{
width: 300px; 
height: auto;
}

.landing .logo{
width: 25vw; 
height: auto;
}

.seccion .mas{
width: 3vw;
}

.seccion{
}

.col1, .col2{
width: 50%;
float: left;
}


}



/* para Jquery */

#1presentacionContenido{
display:none;
}
#1presentacionProgramas{
width: 0%;
display: none;
}


