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

.contenedor {
	height: 100%;
	width: 100%;
	margin: 0 auto;
}

.contenido {	
	width:800px;
	margin:0 auto;
	background-color:#ffffff;
}

.banner {
	width:800px;
	height:auto;
	padding:0;
}

.informacion {
	width:800px;
	height:auto;
}

.texto {
	width:400px;
	height:auto;
	padding-bottom:20px;
	float:left;
}

.video {
	width:400px;
	height:auto;
	padding-bottom:20px;
	float:left;
}

.videojavier {
	width:auto;
	height:auto;
}

.formainfusionsoft {
	width:auto;
	height:auto;
}


/*-- ETIQUETAS H1, H2, H3, H4, H5, H6 Y P -- */

h1 {
	font-family:Impact;
	font-size: 35px;
	color:#CC0000;
	text-align: center;
	letter-spacing:-1px;
}

h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color:#333;
	text-align: center;
	text-shadow:1px 1px 0 white; /*"sombra" texto*/
}

.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#333;
	text-align: center;
}
	
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#1a1a1a;
	text-align:left;
	text-shadow:1px 1px 0 white; /*"sombra" texto*/
}

ul {
	list-style-image: url("../imagenes/flechalista.png");
}

h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
	text-align:left;
	text-shadow:1px 1px 0 white; /*"sombra" texto*/
}

