/* CSS Document */

body{

	font-family: Verdana, Arial, sans-serif;

	background-color: #fff;

	margin:0px; 

	padding:0px;

}







.idioma{

	width:700px; 

	height:22px;

	background-color:black; 

	text-align:right; 

	color:lightgrey; 

	font-size:10px; 

	padding-top:5px;

}

.idioma a:link, a:active{

	color:lightgrey;

	text-decoration:none;

}



.idioma a:visited {

	color:lightgrey;

	text-decoration:none;

}



.idioma a:hover{

	color:white;

	font-weight:bold; 

	text-decoration:none;

}



.contenido{

	width:700px; 

	border-top:4px solid #f90;

}



.textos{

	text-align:justify;

	width:350px;



}



.tittle{

	padding-left:15px;

	padding-bottom:5px;

	font-size:12px;

}

.seccion{

	padding-left:50px;

	width:380px;

	padding-right:20px;

	text-align:justify;

	color:#333;

	font-size:10px;

}

		

.seccion a:link, a:visited, a:active{

	color:#333;

	font-size:10px;

	text-decoration:none;

}

		

.seccion a:hover{

	color:#000;

	text-decoration:underline;

}



.fotos{

	color:#333;

	font-size:10px;

}



.bordeFotos { border:4px solid #f90;	}



.direccion{

	width:690px; 

	background-color:black; 

	text-align:center; 

	color:white; 

	font-size:10px; 

	padding:5px;

}



.direccion a:link, .direccion a:visited {

	color:#fff;

	text-decoration:none;

}



.direccion a:hover, .direccion a:active {

	color:#fff;

	text-decoration:underline;

}

