@charset "utf-8";

#contenedor {
	width: 900px;
	height: 675px;
	background: url(images/findex.jpg);
	margin: auto;
}

#cabecera {
	height:80px;
	background: url(images/tituloindex.png);
}

#centro-iz {
	float: left;
	width:265px;
	height:320px;
}

#centro-de {
	float: left;
	width:265px;
	height:320px;
}

#dodec {
	float:left;
	width:370px;
	height:320px;
}

#video {
	float: left;
	height: 205px;
	width: 310px;
	margin-left: 70px;
	margin-right: 120px;
	background: url(images/vmes%20-%20copia.png);
	padding-top: 10px;
}

#imgvid {
	float: left;
	height: 108px;
	background: url(images/vmes.jpg);
	width: 179px;
	margin-right: auto;
	margin-left: 70px;
	margin-top: -15px;
}


#documento {
	float: left;
	height: 72px;
	width: 335px;
	background: url(images/docsem.png);
	padding-top: 25px;
	padding-right: 10px;
	padding-left: 10px;
}

#recomendado {
	float: left;
	height: 93px;
	width: 335px;
	background: url(images/recsem.png);
	padding-top: 25px;
	padding-right: 10px;
	padding-left: 10px;
}

#requisito {
	float: left;
	height: 15px;
}

#foro {
	float: left;
	width: 405px;
	padding-right: 5px;
}

#contador {
	float: left;
	width: 80px;
}

#librov {
	float: left;
	width: 405px;
	padding-left: 5px;
}

#pie {
	clear: left;
	text-align: center;
}

.textoblanco {
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}

a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
body {
	background-image: url(images/fondo.gif);
	background-repeat: repeat;
}
