@import "galeria.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, 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: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
}

a{text-decoration: none;color:  #53666e;}
a:link{text-decoration: none;color:  #53666e;}
a:hover{ text-decoration:none; color: #53666e;}
a:active{text-decoration: none;color:  #53666e;}
a:visited{text-decoration: none;}

body{
	font-family: Arial, "Trebuchet MS" !important;
	font-size: 11px;
	color: #53666e;
	line-height: 16px;
	background-image:  url(../img/bg_body.jpg);
	background-repeat: repeat;
	background-position: top left;
}
p{margin:0px 0px 15px 0px;padding: 0px;}
.clear{clear: both; margin: 0px; padding: 0px; height: 1px}

/******************** CONTENEDORES ************************/
.contenedor{
	background: url(../img/bg_top.jpg) repeat-x top left;
	margin: 0px auto 0px auto;
	/*width: 977px;*/
	overflow: hidden;
}

.contenido{
	margin: 0px auto 0px auto;
	width: 768px;
	overflow: hidden;
	position: relative;
	/*border: 1px solid #000;*/
}

/******************* TOP **************************/
.top{
	height: 96px;
	overflow: hidden;
	position: relative;
}
/****** menu *****/
.bg_menu{
	height: 31px;
	background: url(../img/bg_menu.jpg) repeat-x top left;
}

/************** cuerpo **********************/
.cont_cuerpo{
	background: #fff;
	overflow: hidden;
	position: relative;
}
.cont_anima{
	background: url(../img/bg_anima.jpg) repeat-x top left;
	height: 202px;
	position: relative;
	margin-bottom: 3px;
}
.cont_flash2{
	margin: 0px auto 0px auto;
	width: 900px;
	overflow: hidden;
	height: 202px;
	background: url(../img/bg_anima2.png) no-repeat top right;
}
.cont_flash3{
	margin: 0px auto 0px auto;
	/*width: 900px;*/
	overflow: hidden;
	height: 202px;
	background: url(../img/bg_anima3.png) no-repeat top right;
}
.cont_flash{
	margin: 0px auto 0px auto;
	width: 900px;
	overflow: hidden;
	height: 202px;
	background: url(../img/bg_anima.png) no-repeat top right;
}
#margenes{
	padding: 15px 10px 10px 0px;
}
h1{
	font: normal 24px/35px Arial;
	color: #1c1c1c;
	letter-spacing: 1px;
}
.img{
	float: left;
	border: 1px solid #aeb6ba;
	margin-right: 15px;
	margin-bottom: 5px;
	padding: 3px;
}


/*********** galeria **********/
.bg_galeria{
	background: url(../img/bg_galeria.jpg) repeat-x top left;
	height: 128px;
	overflow: hidden;
}

/*********** interna-itinerario **********/
.col_itinerario{
	float: left;
	width: 49%;
	overflow: hidden;
	padding:10px 15px 10px 0px;
}
.col_itinerario h2 a{
	font: bold 14px/30px Arial;
	color: #1c1c1c;
	/*letter-spacing: 1px;*/
}
.col_itinerario h2 a:hover{
	font: bold 14px/30px Arial;
	color: #1c1c1c;
	text-decoration: underline;
	/*letter-spacing: 1px;*/
}
.col_itinerario p{margin:0px 0px 7px 0px;padding: 0px;}
.imgitine{
	float: left;
	border: 1px solid #aeb6ba;
	margin-right: 7px;
	padding: 3px;
}
/******** formulario *********/
input{
	height: 16px;
	padding-left: 3px;
	float: left;
	background: #7b929c;
	border: none;
	font:normal 11px Arial;
	color: #fff; 
}
.input180{
	width: 180px;
	margin-bottom: 7px;
}
.input30{
	width: 30px;
	margin-bottom: 7px;
	margin-right: 5px;
}
textarea{
	height: 80px;
	padding-left: 3px;
	background: #7b929c;
	border: none;
	font:normal 11px Arial;
	color: #fff; 
	width: 295px;
}
.enviar{
	font:bold 11px Arial;
	color: #fff; border: 1px solid #566f79;
	padding: 0px 10px 10px 10px;
	cursor: pointer;
	height: 20px;
	margin-top: 10px;
}