/* CSS Document */

div {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* --- RESET */


#contenedor_inicio {
	background-image:url(images/bg_transparentoso.png);
	width:700px;
	height:620px;	
}

#transparente_top {
	background-image:url(images);
	height:300px;
	width:1000px;
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: 0px;
}

#menu {
	height:36px;
	width:1000px;
	margin-top: 0px;
}

#top-menu {
	background-image:url(images/);
	height:250px;
	width:726px;
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: 20px;
}


#seccion_bottom {
	background-image:url(images/seccion_bottom.png);
	width:726px;
	background-position:top;
	background-repeat: no-repeat;
	padding-bottom:0px;
}

#contenido {
	background-repeat: no-repeat;
	width:1000px;
	height:100%;
	float:center;
	-moz-box-shadow: 3px 3px 10px #CCC;
	-webkit-box-shadow: 3px 3px 10px #CCC;
	box-shadow: 3px 3px 10px #CCC;
	overflow:auto;
	background-color: #FFFFFF;
}

#contenido2 {
	width:680px;
	height:100%;
	float:center;
}

#cont-scroll {
	position: absolute;
	top: 285px;
	height: 300px;
	margin-top: 0px;
	width: 760px;
	margin-left: -380px;
}

#cont-scroll2 {
	position: absolute;
	height: 415px;
	margin-top: 0px;
	width:1000px;
	margin-left: -500px;
	background-color: #FFFFFF;
	left: 50%;
	top: 340px;
}

#contenedor2 {
	width:980px;
	margin-top: 10px;
	background-image: url(images/caja-blanca.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
#barra {
	width:1000px;
	margin-top: 10px;
	}

#footer {
	width:1000px;
	margin-top: 410px;
	}
	
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0 0 10px 0;
	margin:0 20 20px 0;
}

.textito {
	font-size: 12px;
	font-family: calibri;
	line-height:20px;
}

.textito2 {
	font-size: 14px;
	font-family: calibri;
	line-height: 20px;
	font-weight: bold;
}


.textoazul{
	color: #2c65b9;
	font-weight: bold;
	font-size: 20px;
	font-family: calibri;
	text-align: center;
}

#textos {
	float:none;
	width:800px;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

img a {
	border:0;
	outline:none;
	text-decoration:none;
}
