/* CSS Document */

/*********************************************
*          Estilos Generales de WTA
**********************************************/
h2{
	text-align:center;
	font-family:Verdana;
	margin-bottom:60px;
	margin-top:80px;
	text-decoration:underline;
}

/************* Fin Generales de WTA *************/




/*********************************************
*          Estilos header
**********************************************/

.main-content{
	background-color:#eee;
}

/************* Fin header *************/


/*********************************************
*          Estilos header
**********************************************/

.header_wta{
	background-image:url(../imgs/wta/wta_header.png) ;
}

/************* Fin header *************/

/*********************************************
*     Estilos Seccion 1 (Explicacion WTA)
**********************************************/

.section_content_1 {
    background-image: url("../imgs/manos_fondo_1.png");
    background-repeat: no-repeat;
    min-height: 505px;
	background-position-y: 60px;
	background-size:contain;
}
.section_content_1 h2{
	font-size:45px;
	margin:80px auto 40px;
	font-family:"Arial Black" !important;
}
.section_content_1 h2:first-child{
	margin-top:0px;
}
/* -------------- Fin Estilos Seccion 1 (Explicacion WTA) -------------- */


/*********************************************
*          Estilos Seccion 2 (Galeria)
**********************************************/

.section_content_2 {
    background-color: black;
    padding-top: 40px;
    padding-bottom: 40px;
	/*margin-bottom:40px;*/
	margin-top:40px;
}
.galeria {
	padding:0 !important;
}
.row.container.section_content_2 {
    padding-left: 0;
    padding-right: 0;
}
.miniatura.galeria {
    padding: 0;
}
/************* Fin Estilos Seccion 2 (Galeria) *************/


/*********************************************
*          Estilos Estilos Seccion 3
**********************************************/

.section_content_3 {
    background-image: url("../imgs/euwta_background.png");
    background-size: cover;
    padding: 0 20px;
}
.wtae_logo{
	padding-top: 350px;
	padding-bottom: 350px;
	width:350px;
}


/************* Fin Estilos Seccion 3 *************/



/*********************************************
*          Estilos Seccion 4
**********************************************/


.section_content_4 {
	color:#fff;
	background-color:#333;
	padding-bottom:100px;
}

.section_content_4 h2 {
	font-family:Verdana;
	margin-bottom:40px;
	margin-top:80px;
}


/************* Fin Estilos Seccion 4 *************/


/*********************************************
*          Estilos Seccion 5
**********************************************/

.section_content_5 {
    background-image: url("../imgs/manos_fondo_2.png");
    background-repeat: no-repeat;
    min-height: 505px;
	background-position-y: 0px;
	box-shadow: 0px 5px 15px rgba(0,0,0,0.5) !important;
}
.section_content_5,
.section_content_6 {
	color:#fff;
	background-color:#333;
	padding-bottom:10px;
}


/************* Fin Seccion 5 *************/



/*********************************************
*          Estilos Seccion 6
**********************************************/


.catalogo {
    width: 100px;
    border: solid 2px;
}

.catalogo.big {
    width: 180px !important;
    border: solid 2px;
}
.exposiciones {
	margin-bottom: 50px;
}
/************* Fin Estilos Seccion 6 *************/


/*********************************************
*********************************************
*********************************************
*********************************************
************** E S T I L O S ****************
*********************************************
************** M O V I L E S ****************
*********************************************
***************** W T A *********************
*********************************************
********************************************/


@media (max-width:400px){


/* -------------- Estilos Seccion 3 -------------- */
.wtae_logo {
	padding-top: 50px;
	padding-bottom: 50px;
	width:200px;
}

h2, .pdf h3 {
	font-size:26px;
	margin-bottom:15px;
}
.pdf h3 {
	font-size:45px;
	padding-bottom:30px;
	padding-top:30px;
}
.form-horizontal input#nombre {
	margin-bottom: 17px;
}
.wta_header{
	width:200px !important;
	height:auto !important;
}


}