/* ///////////////////// 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 ANIMACION*/
#contenidos { 
	float: right;
	padding: 0px;
	margin: 0px;
	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: 434px;
	height: 490px;
	border-left: 1px solid #742828;
}

#texto {
	width: 434px;
}

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

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


#furgo { 
	width: 434px;
	padding-top: 67px;

	
}

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




/* ///////////////////// TERMINA PRINCIPAL */
