@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:8px;
	background:#000;
	}
.contenedor{
	width:1000px;
	margin:0 auto;
	height:700px;
	background:url(../images/ella.jpg) no-repeat left;
	}
.caja_derecha{
	width:619px;
	float:right;
	
	
	}
.texto{
	font-size:10px;
	color:white;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	margin:0;
	float:left;
	width:100%;
	background:#333;
	padding:8px 0;
	}
.texto a{
	color:white;
	text-decoration:none;
	}
.texto a:hover{
	color:#666;
	text-decoration:underline;
	}
a img{
	border:0;
	}