body{
	border:0px solid white;
	//background-image: url('../images/bg.png');
	//background-repeat: repeat-x;
	background-color:rgb(31,26,23);
	font-family:verdana;
	color:white;
	width:100%;
}

#contenedor{
	border:0px solid white;
	width:1000px;

	margin:auto;
}

#cabecera{
	border:0px solid white;
	position:relative;
	width:100%;
	
}

#efecto{
	border:0px solid white;
	position:absolute;
	width:100%;
	height:300px;
	top:0px;
	left:0px;
	z-index:800;
}

#efectodiv{
	border:5px solid yellow;
	position:absolute;
	width:230px;
	height:180px;
	top:210px;
	left:70%;
	z-index:900;
}

#conten{
	border:0px solid white;
	float:left; 
}

#conten-cabecera{
	border:0px solid white;
	width:1000px;
	height:100px;
	z-index:1000px;
}

#conten-cabecera div{
	border:1px solid transparent;
	width:398px;
	float:left;
}

#conten-cabecera img{
	float:left;
}

#conten-conten{
	border:0px solid white;
	width:1000px;
	height:;
	float:left;
}

#lado-izquierdo{
	border:0px solid white;
	width:300px;
	float:left;
	margin-top:-40px;
}

#lado-izquierdo div{
	border:0px solid white;
	width:49.7%;
	float:left;
}

.titulo{
	color:yellow;
}

#lado-izquierdo ul{
	list-style:disc;
	padding:0;
	padding-left:20px;
}

#lado-izquierdo ul li{
	color:#1A7093;
	font-size:.9em;
	
}

#lado-derecho{
	border:0px solid white;
	width:690px;
	float:left;
	margin-top:0px;
	z-index:0;
}


#abajo{
	border-top:1px solid #ACB7C7;
	text-align:center;
	font-size:0.8em;
	width:100%;
	height:70px;
	float:left;
	margin-top:20px;
}

#abajo a:link{
	color:#ACB7C7;
}

#abajo a:visited{
	color:#ACB7C7;
}