@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background:url(../images/back.jpg) center top no-repeat;
}

#contenedor {
	width: 1025px;
	text-align: left;
	margin: auto;
}

/*header*/
#header {
	float: left;
	width: 1025px;
	background-image: url(../images/bg_header.jpg);
	height: 424px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #cc0033;
}


#header .animacion{
	float: left;
	width: 1025px;
	position: relative;
	z-index: 0;
	top: -30px;
}

#header .animacion_quienes{
	float: left;
	width: 1025px;
	position: relative;
	z-index: 0;
	top: -70px;
}

#header .logo{
	float: left;
	position: relative;
	z-index: 4;
	top: 50px;
	left: 40px;
}

#header .menu{
	float: right;
	position: relative;
	z-index: 2;
	top: 25px;
	margin-right: 20px;
}

a.link_head:link {
	color: #333333;
	text-decoration: none;
	font-size: 15px;
	
}
a.link_head:visited {
	color: #333333;
	text-decoration: none;
	font-size: 15px;
	
}
a.link_head:hover {
	color: #666666;
	text-decoration: none;
	font-size: 15px;
}
a.link_head:active {
	color: #333333;
	text-decoration: none;
	font-size: 15px;
}

#header p.link_head{
	padding:0;
	display: block;
}

.separador{
	font-size: 14px;
	margin-right: 5px;
	margin-left: 5px;
	

}


/*fin header */

/* contenido */

#contenido {
	float: left;
	width: 1025px;
}
#col_1 {
	float: left;
	width: 588px;
	padding-top: 50px;
	padding-left: 40px;
	padding-right: 50px;
	padding-bottom: 50px;
}

#col_1 .titulo {
	color: #CC0000;
	font-size: 17px;
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 7px;
}

#col_1 .titulo2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 4px;
	font-weight: bold;
}
#col_1 p.texto {
	color: #333333;
	display: block;
	margin-bottom: 20px;
	line-height: 25px;
	margin-top: 15px;
}

#col_1 ul.lista{
	list-style-type: none;
	color: #333333;
	padding-left: 0px;
	display: block;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	line-height: 20px;


}

#col_2 {
	float: left;
	width: 347px;
	background-image: url(../images/bg_tabs.jpg);
}

#col_2 input.formcontacto {
	width: 250px;
	
}

#col_2 textarea.formcontacto {
	width: 250px;
	
}

#col_2 .letra_chica {
	font-size: 10px;
	
}

#col_2 .titulo_contacto{
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: block;
	padding-bottom: 7px;
	margin-bottom: 15px;

	
}
/* fin del contenido */

/* footer */
#footer {
	float: left;
	width: 1025px;
	height: 55px;
	background-color: #E0E0E0;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 30px;
	margin-bottom: 30px;
}

#footer .links_foot{
	display:block;
	padding:0;
	width: 1025px;
	height: 19px;
	text-align: center;
	margin-top: 20px;

}

a.link_2:link {
	color: #333333;
	text-decoration: none;
	
}
a.link_2:visited {
	color: #333333;
	text-decoration: none;
}
a.link_2:hover {
	color: #666666;
	text-decoration: none;
}
a.link_2:active {
	color: #333333;
	text-decoration: none;
}

/* fin footer */

