@import url('menu.css');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, select, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
}

a{text-decoration: none; color:  #777777;}
a:link{text-decoration: none;color:  #777777;}
a:hover{ text-decoration:none; color: #004a80;}
/*a:active{text-decoration: none;color:  #000;}
a:visited{text-decoration: none;color:  #000;}*/


body{
	background: url(../img/bg_body.jpg) repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777777;
	line-height: 18px;
}

.clear{clear: both; margin: 0px; padding: 0px;}
.floatL{float: left;}
.floatR{float: right;}
p{margin:0px 0px 15px 0px;}


/******************** CONTENEDORES ************************/
.contenedor_general{
	background: transparent;
	margin: 0px auto 0px auto;
	width: 938px;
	position: relative;
}

/*** TOP ***/
.cont_top{
	height: 136px;
	overflow: hidden;
	background: transparent;
	/*border: 1px solid #000;*/
}
.header_izq{
	height: 296px;
	width: 280px;
	margin: 0px;
	/*border: 1px solid #000;*/
}
.header_der{
	height: 296px;
	width: 658px;
	margin: 0px;
	/*border: 1px solid #000;*/
}
.header_izq2{
	height: 180px;
	width: 280px;
	margin: 0px;
	/*border: 1px solid #000;*/
}
.header_der2{
	height: 180px;
	width: 658px;
	margin: 0px;
	/*border: 1px solid #000;*/
}

.call{
	color: #005eae;
	padding: 10px 15px 0px 0px;
	float: right;
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	text-align:center;
	background-image: url(../img/idioma.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

/**** Cuerpo ****/
.col1{
	width: 280px;
	background: #f6f8f9;
	vertical-align: top;
	/*border: 1px solid #000;*/
	border-top: 1px solid #fff;
}
.col2{
	width: 658px;
	background: white;
	/*border: 1px solid #000;*/
	border-top: 1px solid #fff;
}

.cont_cuerpo{
	margin: 30px 30px 30px 50px;
	overflow: hidden;
	vertical-align: top;
}

h1{
	font:normal 30px/30px Georgia;
	/*display: block;*/
	color: #004a80;
}
h1 strong{
	font-weight: normal;
	color: #32312f;
}
h1 span{
	font: bold 14px Arial;
	color: #58585a;
	display: block;
}

.color{
	color:#4f4f4f;
}

#lista{
	margin: 0px;
	padding: 0px;
}
#lista ul{
	list-style:none;
	padding:0px;
	margin: 10px 0px 10px 30px;
}
#lista li{
	list-style:none;
	display:block;
	background: url(../img/arrow.jpg) no-repeat 0 6px;
	padding-left: 15px;
	margin-bottom: 5px;
}

/****** internas ******/

.img{
	float: left;
	padding: 3px;
	background: #dddddd;
	margin: 0px 15px 5px 0px;
}
h2{
	font:normal 18px/20px Georgia;
	color: #32312f;
	display: block;
	margin-bottom: 10px;
}

/****** contacto *****/
.mapa{
	background: #dddddd;
	padding: 5px;
	float: left;
	margin-left: 20px;
	overflow: hidden;
}


/**** footer ********/
.footer{
	background: url(../img/bg_footer.jpg) no-repeat top left;
	font:normal 11px/18px Arial;
	color: #797979; 
}
.footer a{
	color: #fff;
	font:normal 11px/55px Arial;
	text-align: center;

}
.blue{
	color: #36C;
	font:normal 11px Arial;
	text-align: center;

}

.footer a:hover{

	text-decoration: underline;
	color: #fff;
}
.footer p{
	margin: 10px 0px 15px 0px;
}
