


/* ///////////////////// EMPIEZA DATOS CONTACTO */
#contacto {
	float: left;
	width: 159px;
	height: 165px;
	background-color:#CCDAE1;
	padding: 320px 5px 5px 5px;
}

#contacto p{
	text-align:right;
	margin-right:5px;
}

#contacto a{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000;
	text-decoration:underline;

}

#contacto a:hover {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000;
	text-decoration:none;

}
/* ///////////////////// EMPIEZA CONTENIDOS*/
#contenidos { 
	float: right;
	padding: 0;
	margin: 0;
	width: 715px;
	height: 490px;

}

#contenidos a{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #742828;
	text-decoration:underline;

}

#contenidos a:hover {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000;
	text-decoration:none;

}
#columna01 { 
	float: left;
	padding: 0;
	margin: 0;
	width: 370px;
	height: 490px;
	
}


#columna02 { 
	float: right;
	padding: 0;
	margin: 0;
	width: 345px;
	height: 490px;
}

#columna02 h1{ 
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #742828;
	width: 320px;
	border-bottom: 1px solid #742828;
	margin-left: 10px;
	margin-top: 15px;
}

#columna02 p {
	background-color: #CCDAE1;
	padding: 10px;
}

#columna02 img {
	float:right;
	margin: 5px;
}