@charset "utf-8";
/* CSS Document */

body {
	background: url(images/fondo.gif) repeat;
}

#contenedor {
	width: 900px;
	height: 675px;
	background: url(images/fenlace.jpg);
	margin: auto;
}

#cabecera {
	height:100px;
	background: url(images/titulorec.png) center no-repeat;
}

.texto {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: justify;
}

.texto-cen {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}

#css {
	width: 60px;
	height: 90px;
	float: left;
	margin-top: 30px;
}

#dodec {
	float: left;
	width: 800px;
	height: 120px;
	margin: auto;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

