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

@import url(https://fonts.googleapis.com/css?family=Questrial|Source+Sans+Pro);

* {
margin: 0px;
padding: 0px;

}

body {
background:url(../images/back.jpg);
background-size:cover;
background-repeat:no-repeat;
}

.menuarriba {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	color:#3f4040;
	line-height : 14px;
}
.menuarriba:link { COLOR: #69727f;  font-family: 'Source Sans Pro', sans-serif; font-size: 13px; TEXT-DECORATION: none }
.menuarriba:visited { COLOR: #69727f; font-family: 'Source Sans Pro', sans-serif; font-size: 13px; TEXT-DECORATION: none } 
.menuarriba:active { COLOR: #3f4040; font-family: 'Source Sans Pro', sans-serif; font-size: 13px; TEXT-DECORATION: none } 
.menuarriba:hover { COLOR: #3f4040; font-family: 'Source Sans Pro', sans-serif; font-size: 13px; TEXT-DECORATION: none }

figure{
  margin:0px auto;
  display:table;
}

h1 {
font-family: 'Questrial', sans-serif;
font-size: 22px;
line-height: 25px;
color: #FFF;
text-align: center;
} 

h2 {
font-family: 'Questrial', sans-serif;
margin-top:20px;
margin-left:20px;
font-size: 22px;
line-height: 25px;
color: #FFF;
text-align: left;
}

h3 {
font-family: 'Source Sans Pro', sans-serif;
text-decoration:none;
font-size: 15px;
margin-left:20px;
line-height: 20px;
color: #FFF;
text-align: left;
}

p {
font-family: 'Source Sans Pro', sans-serif;
text-decoration:none;
font-size: 15px;
//margin-left:20px;
line-height: 20px;
color: #FFF;
text-align: justify;
}

.tx {
font-family: 'Source Sans Pro', sans-serif;
font-size: 15px;
line-height: 18px;
color: #FFF;
text-align: left;
}

header, section, footer, aside, nav, article, figcaption,
hgroup{
display: block;
}

select {
   background: transparent;
   width: 60px;
   padding: 1px;
   font-size: 12px;
   line-height: 1;
   border: 1;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
   }

#agrupar {
max-width:1000px;
//width: auto;
margin: 0px auto;
text-align: left;
width:auto;

}

#cabecera {
background: url(../images/back_bco.png);
border: 0px;
height: 125px;
width:auto;
}
#envoltura{
   display: table-row;
}
#logo {
float: left;
width: 200px;
padding: 15px;
margin-left: 50px;
margin-top: 5px;
}

#menu {
//float: left;
//width: 100%;
//padding: 5px;
border-bottom: 1px #69727f;
table-layout:fixed;
} 

#seccion {
float: left;
max-width:470px;
width: 470px;
height: 400px;
clear: both;
font: bold 14px #FFFFFF 'Source Sans Pro', sans-serif;
//padding: 20px 20px;
background: #69727f;
} 

#seccionint {
float: left;
//max-width:610px;
width: auto;
height: 100%;
clear: both;
font: bold 14px #FFFFFF 'Source Sans Pro', sans-serif;
padding: 20px 50px;
background: #69727f;
}

#seccionint2 {
float: left;
max-width:1000px;
width: 100%;
height: 100%;
clear: both;
font: bold 14px #FFFFFF 'Source Sans Pro', sans-serif;
//padding: 20px 30px;
background: #69727f;
}

#seccion2 {
float: left;
width: 520px;
margin: 0px;
} 

#columna {
float: left;
width: 40px;
height: 400px;
background: #69727f;
}

#barra {
width: 40px;
display:table-cell;
background-color:#69727f;
background-size:cover;
}

#pie {
background: url(../images/back_bco.png);
text-align: center;
padding: 40px;
clear: both;
font-family: 'Source Sans Pro', sans-serif;
font-size: 14px;
color: #69727f;
}

article {
background: #FFFBCC;
border: 0px;
padding: 20px;
margin-bottom: 15px;
} article footer {
text-align: right;
} time {
color: #999999;
} figcaption {
font: italic 14px verdana, sans-serif;
}

#bloque {
  max-width:100%;
  //display:table-cell;
  //display:table;
  //min-width:400px;
  margin: 0px auto;
}

#imagenc {
    width: 50%;
    height: 400px;
    background-image: url('../images/foto_home.jpg');
    background-size: cover;
    display: table-cell;
}
#fotos {
    width: 350px;
    height: 400px;
	vertical-align:top;
	background: #69727f;
    display: table-cell;
}

#forma {
  float: right;
  width: 100%;
}

input {
	margin-bottom: 10px;
}

label {
	display: block;
	vertical-align:text-top;
}

#datos {
	//padding: 10px 340px 10px 200px;
	display: table;
	margin: 0px auto;
}

input {
	width: 400px;
	height: 20px;
	padding: 4px 6px;
	font-size: 14px;
	line-height: 20px;
	vertical-align: top;
	border-radius: 4px;
}

fieldset {
	border:none;
}

button {
	padding: 10px 12px;
	background-color:#b1b7be;
	border:solid 1px #FFF;
	margin-top:20px;
	margin-bottom:40px;
	//margin-right:130px;
	font-family: 'Source Sans Pro', sans-serif;
   font-weight:300;
   font-size: 18px;
   line-height: 24px;
   color: #FFF;
   text-align: left;
}

/* styles for desktop 
.tinynav { display: none } */
a.handler { display: none }

#menu li {
display: inline-block;
list-style: none;
padding: 5px;
margin-right: 30px;
font-family: 'Source Sans Pro', sans-serif;
font-size: 13px;
color: #69727f; 
}


/* styles for mobile */
@media screen and (max-width: 920px) {
    a.handler { 
	display: block;
	float: right;
	background: url(../images/menu.png) no-repeat;
        height: 40px;
	width: 40px;
	margin: 30px 15px 0 0;
}
    #nav { 
	display: none;
	text-align: center;
 }

#menu li {
display: block;
list-style: none;
padding: 5px;
margin-right: 30px;
font-family: 'Source Sans Pro', sans-serif;
font-size: 13px;
border-bottom: 1px solid;
width:100%;
line-height:3;
}

#menu ul {
background: rgba(0,0,0,0.7);
margin: 60px 0;
position:absolute;
width:100%;
}

#fotos{
  display: table-row;
}

.menuarriba:link { COLOR: #FFFFFF;  font-family: 'Source Sans Pro', sans-serif; font-size: 15px; TEXT-DECORATION: none }
.menuarriba:visited { COLOR: #FFFFFF; font-family: 'Source Sans Pro', sans-serif; font-size: 15px; TEXT-DECORATION: none } 
.menuarriba:active { COLOR: #FFFFFF; font-family: 'Source Sans Pro', sans-serif; font-size: 15px; TEXT-DECORATION: none } 
.menuarriba:hover { COLOR: #FFFFFF; font-family: 'Source Sans Pro', sans-serif; font-size: 15px; TEXT-DECORATION: none }

}
/* styles for mobile */
@media screen and (max-width: 420px) {
   #seccion{
     width: 350px;
   }
}