@charset "utf-8";
/* CSS Document */
/* generales */
body{
	background-color:#FFFFFF;
	/*background:url(../Imagenes/) bottom center no-repeat #FFFFFF;	*/	
}
a:link {
	color: #FF9500;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9500;
}
a:hover{
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: line-through;

}


/* ----------------------------------------------- */
#wrap{
	width:100%;
	height:100%;
}
#pagina{
	width: 960px;
	margin: 0 auto;
	
}
.logo{
	height: 301px;
	width: 683px;
	margin: 0 auto;
	padding-top: 100px;
}
.contenido{
	border-top: #000000 dotted 1px;
	margin-top: 20px;
	padding: 20px 0 0 0;
	width: 700px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
		
}
.contenido p{
	
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;
	text-align:center;

}
