html,*{
	margin:0;
	padding:0;
	border:0;

}
body{
	background: url(../imagenes/index/fondo.jpg) repeat-y;
	background-position:center;
	background-color: #3A84E7;
	}
#contenidotodo {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width: 900px;
	height: 450px;
	z-index:1;
	background-image: url(imagenes/index/portada.jpg);
	background-color: #3A84E7;
}
#contenidoabajo {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width: 900px;
	height: 98px;
	z-index:1;
	background-color: #000000;
	background: url(../imagenes/index/fondo.jpg) repeat-y;
}
#texto {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width: 600px;
	height: 50px;
	z-index:20;
	top: 17px;
}
#contenidoabajo1 {
	float: left;
	width: 125px;
	height: 98px;
	z-index:2;
	background-color: #3A84E7;
	background-image: url(../imagenes/index/columna1portada.jpg);
	background-repeat: no-repeat;
}
#contenidoabajo2 {
	float: right;
	width: 125px;
	height: 98px;
	z-index:2;
	background-color: #3983E6;
	background-image: url(../imagenes/index/columna2portada.jpg);
	background-repeat: no-repeat;
}
#viga {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width: 900px;
	height: 25px;
	z-index:5;
	background-image: url(../imagenes/index/vigaportada.jpg);
	background-repeat: no-repeat;
}
.estilo1{
	color: #FFFFFF;
	font-weight: normal;
	font-size: 15px;
	letter-spacing: normal;
	text-align: center;
	
}
.estilo2{
	color: #FFFFFF;
	font-weight: normal;
	font-size: 15px;
	letter-spacing: normal;
	text-align: center;
	
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #00FF00;
}
a:active {
	text-decoration: none;
}
