/*------------------------------ Estilos Basicos ------------------------------*/

*{
	font-family: helvetica;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

body{
	background: url(../images/style/body_bg.gif) repeat-x #f9f9f8;
	font-size: 12px;
	color: #4b4b4b;
	padding: 0px;
	margin: 0px;
}

h1{ 
	font-size:  22px;
	font-weight: normal;
	margin-bottom: 15px;
	color: #716d66;
}

h2{
	font-size:  20px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #716d66;
}

h3{
	font-size:  18px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #9a958c;
}

h4{
	font-size:  14px;
	font-weight: bold;
	color: #9a958c;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

p{
	font-size: 12px;
	text-align: justify;
	margin-bottom: 15px;
	line-height: 25px;
}

a{
	color: #515152;
}

strong{
	font-weight: bold;
	color: #102048;
}

em{
	font-style: italic;
}

#wrapper{
	width: 965px;
	margin: 0px auto;
}


.wrapper{
	width: 965px;
	margin: 0px auto;
}

/*------------------------------ Header ------------------------------*/

#header{
	padding-bottom: 0px;
}

#header div{
	float: right;
	text-align: right;
	font-size: 18px;
	color: #787466;
}

/*------------------------------ Menu ------------------------------*/

#menu{
	padding: 0px;
	padding-top: 23px;
	margin-top: 0px;
}

#menu li {
	background: url(../images/style/button_right.gif) no-repeat right top;
	display: block;
	padding: 0px 10px 0px 0px;
	height: 33px;
	float: left;
}

#menu li a{
	color: #716e68;
	font-size: 14px;
	padding-right: 10px;
}

#menu li a img{
	margin-right: 10px;
}
#menu li a:hover{
	color: #102048;
}

#menu li.menu_actual a{
	color: #102048;
}

ul.lang_sel{
	background: url(../images/style/lang_bg.gif) no-repeat;
	float: right;
	text-align: center;
	width: 170px;
	padding-top: 7px;
	padding-bottom: 5px;
	margin-right: 15px;
}

ul.lang_sel li {
	display: inline;
	margin-right: 10px;
}

ul.lang_sel li a{
	color: white;
	font-size: 12px;
}

ul.lang_sel li a:hover{
	color: #102048;
}

/*------------------------------ Content ------------------------------*/


#lat{
	margin-left: 771px;
	width: 194px;
	background: url(../images/style/lat_bg.gif);
	margin-top: 29px;
	*margin-top: -4px;
}

#lat #sup{
	background: url(../images/style/roma_in.gif);
	height: 14px;
}

#lat #inf{
	background: url(../images/style/roma_out.gif);
	height: 14px;
}

#lat h2{
	text-align: center;
	background: url(../images/style/h2_bg.gif);
	font-size: 14px;
	padding: 5px 22px 5px 15px;
}

#content{
	float: left;
	padding-bottom: 10px;
	overflow: hidden;
	width: 741px;
	padding-top: 15px;
}


embed{
	border: 5px solid #ddd7cd;
	z-index: -10000;
}

img.head_img{
	margin-bottom: 15px;
	border: 5px solid #ddd7cd;
}

#recorrido{
	border: 5px solid #ddd7cd;
}

div.slash{
	height: 32px;
	padding: 10px 0px;
	background: url(../images/style/slash.gif) center center no-repeat;
}

#home_3_col{
	width: 100%;
}

#home_3_col td{
	width: 33%;
	vertical-align: top;
}

#home_3_col td#gallery{
	text-align: center;
}

#home_3_col td img{
	border: 3px solid #ddd7cd;
	margin-right: 3px;
	margin-left: 3px;
}

img.img_gal{
	border: 3px solid #ddd7cd;
	margin-right: 3px;
	margin-left: 3px;
}

img.img_news{
	border: 3px solid #ddd7cd;
	float: left;
	margin-right: 10px;
}

#home_3_col td#news img{
	float: left;
	margin-right: 5px;
}


div.enlace_int{
	background: url(../images/style/enlace_int.gif) center center no-repeat;
	width: 202px;
	height: 19px;
	padding-left: 40px;
	padding-top: 10px;
	text-align: center;
}

#colas{
	text-align: center;
	padding: 0px 15px;
}


table#part{
	width: 95%;
	margin: 15px;
	background-color: #ece2d5;
	border: 1px solid #d6cdbf;
}

table#part tr{
	border: 1px solid #d6cdbf;
}

table#part td{
	padding: 5px 5px;
}

table#part tr.alter{
	background: #f1ece6;
}

table#part tr.head_table{
	color: #f1ede7;
	font-weight: bold;
	font-size: 14px;
	background: #c8b392;
}

td#news p{
	margin-bottom: 0px;
}

td#video object{
	z-index: -1000;
}

img#poster_programa{
	float: left;
	margin-right: 10px;
}

table#doc{
	width: 100%;
}

table#doc td.img{
	width: 90px;
}

table#doc p{
	line-height: 18px;
	margin-bottom: 10px;
}

img.poster_lat{
	margin-bottom: 10px;
}

p.foment{
	text-align: center;
	padding-right: 10px;
}

div.clear{
	clear: both;
	margin-bottom: 8px;
}

div.map{
	height: 300px;
}

/*------------------------------ Footer ------------------------------*/


#footer{
	background: #c4c4c4;
	border-top: 1px solid #adadad;
	padding-top: 5px;
	clear: both;
	margin-top: 10px;
}

#footer p{
	text-align: center;
	font-size: 10px;
	margin-bottom: 0px;
}

