body 

{

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

}

#portada

{

	width: 100%;

	height: 500px;

	margin: 35px 0px 0px 0px;

	text-align:center;

	background-image: url(images/portada.png);

	background-position: center;

	background-repeat: no-repeat;

}

#contenido

{

	width: 725px;

	height: 460px;

	text-align: left;

}

.direccion

{

	float: left;

	font-family: gulim;

	font-weight: bold;

	font-size: 14px;

	color: #FF6600;

	padding-left: 35px;

	padding-top: 15px;

}

.direccion A

{

	font-family: Arial;

	font-size: 11px;

	color: #FF7711;

	text-decoration: none;

}

.direccion A:hover

{

	font-family: Arial;

	font-size: 11px;

	color: #FF7700;

	text-decoration: underline;

}

.footer

{

	float: center;

	font-family: tahoma;

	font-size: 12px;

	color: #CCCCCC;

	padding-left: 35px;

	padding-top: 80px;

}

.footer A

{

	font-family: tahoma;

	font-size: 12px;

	color: #CCCCCC;

	text-decoration: none;

}

.footer A:hover

{

	font-family: tahoma;

	font-size: 12px;

	color: #CCCCCC;

	text-decoration: underline;

}


