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


html, body { 
	font-family: Verdana, Geneva, sans-serif ;
	color: #222222;
	font-size:10px;
	background-image:url(../imagenes/background7.png);
	background-repeat:repeat;
	background-position:100;
	}

#contenedor {
	width:853px;
	height:auto;
	margin:0px auto;
	}
	
#header {
	width:853px;
	height:150px;
	padding-bottom:20px;
	float:left;
}

#video {
	width:853px;
	height:auto;
	margin:0px auto;
	}

#contenido {
	width:853px;
	height:auto;
	}
	
#titulo1 {
	width: 600px;
	height:auto;
	margin:  50px auto 10px;
	font-size:24px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	}
	
#titulo2 {
	width: 600px;
	height:auto;
	margin: 10px auto 20px;
	font-size:24px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	}
	
#linea {
	width: 853px;
	height:auto;
	}
	
#tabla1 {
	width: 853px;
	height:auto;
	margin-bottom:30px;
	}
	
#rectangulo {
	width: 853px;
	height:80px;
	background-image:url(../imagenes/barra.png);
	background-repeat:no-repeat;
	}
	
#contacto {
	width: 853px;
	height:auto;
	padding-top:30px;
	text-align:center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#CCC;
	}
	
#descarga {
	width:853px;
	height:80px;
	font-size:18px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#CCC;
	}
	
#descarga2 {
	width:853px;
	height:80px;
	font-size:18px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#CCC;
	}
	
#footer {
	width: 853px;
	height:auto;
	text-align:center;
	margin-top:40px;
	margin-bottom:40px;
	}
	
