@charset "utf-8";
body {
	margin-top:10px;
	background-color:#000000;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
.caja1 {
	height: 526px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.caja2 {
	float:left;
	height: 700px;
	width: 900px;
	background-image:url(img/background.jpg);
	background-color:#000;
}
.video {
	float:left;
	width:320px;
	height:240px;
	margin-bottom:10px;
}
.titulo {
	float:left;
	width:548px;
	height:126px;
	margin-top:10px;
	margin-left:10px;
}
.texto {
	float:left;
	width:300px;
	height:auto;
	padding:10px;
	text-align: center;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 70px;
	background-repeat:no-repeat;
}

.der {
	float:right;
	width:320px;
	height:auto;
	margin:10px;
}

.iconos {
	float:left;
	width:320px;
	height:auto;
	text-align: right;
}

.info {
	float:right;
	width:295px;
	height:285px;
	margin-top:10px;
	margin-right:10px;
	text-align: left;
}
.abajo {
	float:left;
	width:900px;
	height:86px;
}

.subtitulo {
	color:#900;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}
.subtitulo2 {
	color:#FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}
a {
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	color: #FFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
