/* CSS Document */

body{
	background-color:white;
	color:#999999;
}
 

#principalb{
	width:700px;
	height: 700px;
}

 
#titulob{
	width:700px;
	height: 25px;	
}

#titulob2{
	width:700px;
	height: 25px;
	text-align: center;	
}

#photo{
	width:700px;
	height: 467px;
	
}

#flechas{
	width:700px;
	height: 20px;
	text-align: center;
	padding-top: 10px;
}

#caption{
	width:700px;
	height: 20px;
	
}


#index{
	width:700px;
	height: 10px;
	text-align: center;
	text-decoration: none;
	font-size:x-small;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

#index a:hover {
color: #FF6600;
text-decoration:underline;
}

#index a:active{
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

#index a:visited{
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
}

h1{
	color: #FF6600;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: medium;
}


a:link	{
	text-decoration: none;
	color: #999999;
}

a:visited {
	text-decoration: none;
	color: #CCCCCC;
}	  

a:hover {
	text-decoration: none;
	color: #999999;
}		  

a:active {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}		  
