@charset "utf-8";

#contenedor {
	width: 900px;
	height: 675px;
	background: url(images/fquienes.jpg);
	margin: auto;
}

#cabecera {
	height:100px;
	background: url(images/titcont.png) center no-repeat;
}

#centro-iz {
	float: left;
	width:450px;
	height:450px;
}
#centro-iz2 {
	float: left;
	width:450px;
	height:300px;
	padding-top: 150px;
	background-image: url(images/qsomsl.png);
}

#centro-de {
	background:url(images/dodec.png) center no-repeat;
	float: left;
	width:450px;
	height:450px;
}
#centro-de2 {
	float: left;
	width:450px;
	height:450px;
}


#documento {
	float: left;
	height: 450px;
	width: 335px;
	margin-top: 40px;
}

#creative {
	float: left;
	height: 31px;
	width: 144px;
	padding-top: 179px;
	padding-left: 56px;
}

#menu {
	float: left;
	height: 150px;
	width: 200px;
}

#css {
	width: 60px;
	height: 90px;
	float: left;
	margin-left: -4px;
	margin-top: 30px;
}

#dodec {
	float: left;
	width: 800px;
	height: 120px;
	margin: auto;
}

p {
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}

h1 {
	font: bold 24px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align:center;
}

.sombra {
	text-shadow: 2px 2px 3px #000;
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
body {
	background: url(images/fondo.gif) repeat;
}

