a 		{ color: #ff8e8e; text-decoration: none; }
a:hover 	{ color: orange; text-decoration: dashed 1px; }
a:link      	{ color: #ff8e8e   /*#4b33d7*/ }
a:visited 	{ color: #ff8e8e} 
a:active  	{ color: gray }

body 
{
margin: 0px auto;
background-image: url(img/paloma_de_fondo.jpg);
}
#caja_principal 
{

position: abolute;
/*background-color: white;*/
height: 450px;
width:  620px;
margin: 0px auto;
border: 1px dotted white;
border-top: 7px ridge white;
border-bottom: 7px ridge white;
}

#caja_intro 
{
width: 620px;
height: 450px;
}
#skip
{

padding-top: 2px;
float: center;
position: relative;
margin: 0px auto;
width: 620px;
height: 12px;
text-align: ;
font:  9px "Bitstream Vera Sans", Arial, Verdana, /*sans-serif*/; letter-spacing: 3px;
color: white;
}

