/* ---------------------------------------------
/*  Estilo momentos
/* -------------------------------------------*/


#pantalla{ 
position: absolute;
z-index: 5;
margin: auto;   
width: 530px; 
/*height: 225px; */
/*background: url(../images/blank.gif);*/
/*background: url(../images/blank.gif) top left no-repeat;*/
/*background-color: #000000;  */
border: 0px solid; 
/*left:50%;   */
/*margin-left:-250px; */
/*top:50%; */
/*margin-top:-150px; */
}

#cuerpo{ 
background: url(/images/momentos/portada.jpg);
position: absolute;
width: 525px;
height: 604px;
/*padding-top: 19px;*/
}

#texto2{
	font-family: Verdana,Trebuchet, "Trebuchet MS", helvetica, arial, verdana, sans-serif;
	padding: 0px 10px 0px 10px;		
	margin: 0px;
	font-size: 13px;
	list-style:none;
}
#texto{ 
position: absolute;

/*-moz-opacity: 50%;*/
/*filter: Alpha(opacity=50);*/
/*background: url(../images/blank.gif);*/
color: #382C16;
/*background-color: #ffffff;*/
width: 310px;
height: 450px;
/*height: 17px;*/
left: 175px;
top: 60px; 
}
#texto A:hover, #texto A:active, #texto A.active{
	background-color:#73614f;
	color: #000000;
	text-decoration:none;
}
#texto A{
	
	color: #382C16;
	text-decoration: underline;
}
#enlaces A:hover, #enlaces A:active, #enlaces A.active{
	background-color:#73614f;
	color: #000000;
	text-decoration:none;
}
#enlaces A{
	
	color: #382C16;
	text-decoration: underline;
}

