
/* ///////////////////// 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*/
#animacion { 
	float: right;
	padding: 0;
	margin: -125px 0 0 0;
	width: 715px;
	height: 490px;
}

.titulos {
	color: #FFB900;
	margin-left: 10px;
	margin-right:10px;
	font-family: Tahoma;
	font-size: 16px;
	margin-bottom: 2px;
	margin-top: 0px;
}	

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

/* ///////////////////// EMPIEZA bienvenida*/

#bienvenida { 
	position: relative;
	width: 672px;
	height: 113px;
	top: 91%;
	left: 6%;
	background-color: #899CA3;

}

#bienvenida p{
	text-align: justify;
	padding: 0 5px 5px 5px;
}

.bienve {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #742828;
	font-weight:bold;
}


/* ///////////////////// TERMINA bienvenida */