/* Christopher Ll. 11/07/2017 */

html { height: 100%; margin: 0; padding: 0; }
body {
	font-family: 'Barlow', sans-serif;
    font-size: 12.5pt;
    margin-top: -1.5em;
    background-color: white;
}
#container {
    background-color: white;
	min-width: 900px;
	/*min-height: 773px;*/
    max-width: 900px;
	max-height: 900px;
    margin: 1.6em auto; /*Centrar container*/
}


#menu_nav{background-image:url(../img/menu_nav.png); width: 900px; height: 800px;}

#header{background-image: url("../img/header.png"); width: 900px; height: 118px;}
#header1{background-image: url("../mod1/img/header.png"); width: 900px; height: 118px;}
#header2{background-image: url("../mod2/img/header2.png"); width: 900px; height: 118px;}
#header3{background-image: url("../mod3/img/header3.png"); width: 900px; height: 118px;}
#workA{background-image: url("../img/contenido.png"); width: 875px; height: 656px;}
#workA2{background-image: url("../img/contenido.png"); width: 875px; height: 3500px;}
#footer{background-image: url("../img/footer.png"); width: 900px; height: 69px;}

.btnfooter1{background-image: url(../img/nav_ant.png); width: 13px; height: 19px; left: 342px; top: 0px; }
.btnfooter2{background-image: url(../img/nav_contenido.png); width: 40px; height: 37px; left: 428px; top: 0px;}
.btnfooter3{background-image: url(../img/nav_sig.png); width: 13px; height: 19px; left: 480px; top: 0px;}

.txt1{color: #192947;}

.btnLl{transition: opacity .25s ease-in; cursor: pointer;}
.btnLl:hover{opacity:0.7; filter:alpha(opacity=70);}

.fondo{
	width:100%;
	height:100%;
	background-color: #F2F2F2;
  	/*filter:alpha(opacity=0);
  	-moz-opacity: 0.0;
  	opacity: 0.0;*/
}

.fondo2{
	width:100%;
	height:100%;
	background-color: #000000;
  	filter:alpha(opacity=10);
  	-moz-opacity: 0.9;
  	opacity: 0.9;
}

.bRadius
{
	-moz-border-radius: 35px;
	border-radius: 35px;
}
