/*CSS GENERAL*/

@import "../../include/css/fonts.css";


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

body{
	background-image: url('../img/bg_inicio.jpg');
	
}

#all {
	width: 1250px;
	height: auto;
    margin: auto;
	/*background-color:#8dd242;*/
	
}

#maindiv{
	float:left;	
	width: 1024px;
	height:100%;
	padding: 0px;
	margin: 0px;
}

#header{
	position:absolute;
	width: 1024px;
	height: 100px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	z-index:4;
}

#slidshow{
	float:left;
	width: 1024px;
	height:100%;
	margin-left: 120px;
}




#cuadros {
	float:left;
	width: 1024px;
	height: auto;
	margin: 0 auto;
	margin:560px 0px 30px 90px;
	z-index:2000;
	position:absolute;
	/*background:#0F0;*/
}

#cuadro1, #cuadro2, #cuadro3{  
	float: left;
	font-size:12px;
	margin: 20px 1px 100px 33px;
	width: 200px;
	height: 260px;
	background-color: #eee;
	box-shadow: 4px 4px 0px 0px #2e3a48;
	border-radius: 0px 0px 5px 5px;
}
#cuadro4{
	
	float: left;
	margin:1px 1px 1px 1px;
	margin-left: 39px;
	margin-top:20px;
	width: 240px;
	height: 190px;
	background-image: url('../img/backcom.jpg');
	box-shadow: 4px 4px 0px 0px #2e3a48;
    border-radius: 0px 0px 5px 5px;
}

#cuadro5{
	
	float: left;
	margin:1px 1px 1px 1px;
	margin-left: 39px;
	margin-top:20px;
	width: 240px;
}

#cuadro6{
	float: left;
	font-size:12px;
	margin: 20px 1px 100px 33px;
	width: 200px;
	height: 260px;
	background-color: #eee;
	box-shadow: 4px 4px 0px 0px #2e3a48;
	border-radius: 0px 0px 5px 5px;
}

#texto1 ,#texto2,#texto3{
	font-family: "Lato-Regular";
	color:#38495a;
	width:190px;
	/*background-color:#000;*/
	margin-left:5px;
	margin-top:5px;
	margin-right:10px;
}

#texto4{
	font-family: "Lato-Regular";
	color:#38495a;
	width:220px;
	height:170px;
	/*background-color:#000;*/
	margin-left:5px;
	margin-top:15px;
	margin-right:10px;
}



#imagenticket1 {
	float:left;
	margin-left:150px;
	margin-top:-40px;
}


#footer{
	float:left;
	width: 1024px;
	height: 30px;
	margin: 400px 0px 0px 0px;
	background:#0F0;
}

#firma {
float:right;
margin: 170px 0px 0px 0px;
}


#video-background {
    height: 50%;
    position: fixed;
    width: 50%;
}