/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#676767;
}
body {
	background-color: #439531;
	margin: 0px;
	padding:0px;
	background:url(../images/bkg.jpg);
}

a, a:link, a:visited, a:active{
	color:#AE3A98;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	color:#368F0E;
	text-decoration:underline;
}	
h1{
	padding:0px;
	margin:0px;
	font-size:20px;
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	color:#4A4A4A;
	margin-bottom:5px;
	font-weight:normal;
}
hr{
	border:0px;
	border-top:1px #BAB8B8 solid;
	border-bottom:1px #fff solid;
	background:none;
	margin:8px 0px;
	padding:0px;
	height:2px;
}
p{
	padding:3px 0px;
	margin:5px 0px;
}
.violeta{
	color:#A82A90;
}

.gris{
	color:#8C8C8C;
}
.gris_oscuro{
	color:#676767;
}
#contenedor_principal{
	width:842px;
	background-color:#FFFFFF;
	margin:auto;
	position:relative;
}
#contenedor{
	width:832px;
	background-color:#EDEDED;
	margin:auto;
}
#menu{
	height:131px;
	background-color:#FFFFFF;
}
#cabecera{
	height:285px;
}
#contenido{
	margin:5px 43px;
	text-align:justify;
}
#lateral_izq{
	width:462px;
}
#lateral_der{
	width:260px;
	border-left:2px #BAB8B8 solid;
	margin-left:10px;
	padding-left:10px;
}
#pie{
	margin-top:20px;
	background-color:#FFFFFF;
	color:#585858;
	text-align:center;
	font-size:11px;
}
#pie .copy{
	color:#21683B;
}
#pie a, #pie a:link, #pie a:visited{
	color:#7D7D7D;
	text-decoration:none;
	font-weight:normal;
}
#pie a:hover, #pie a:active{
	color:#A953BB;
}

.izquierda{
	float:left;
}
.derecha{
	float:right;
}
.clear{
	clear:both;
}

.img_der{
	margin-left:5px;
	margin-bottom:3px;
}
.img_izq{
	margin-right:5px;
	margin-bottom:3px;
}

.thumbail{
	width:73px;
	height:48px;
	background:url(../images/bkg_galeria.jpg) center center no-repeat;
	padding:3px;
	margin-left:1px;
	margin-bottom:1px;
}

#contenedor_galeria{
	width:429px;
	height:223px;
	background:url(../images/bkg_galeria_g.png) center center no-repeat;
	padding-left:19px;
	padding-right:12px;
	padding-top:14px;
	padding-bottom:12px;
}

.cuadro_tour{
	background:url(../images/cuadro_med.png) top center repeat-y;
	width:140px;
	padding:0px;
	margin:auto;
	margin-right:10px;
	text-align:center;
}
.cuadro_tour_top{
	background:url(../images/cuadro_top.png) top center no-repeat;
	height:8px;
}
.cuadro_tour_foot{
	background:url(../images/cuadro_foot.png) bottom center no-repeat;
	height:8px;
}
#rate-list
{
	overflow:auto;
	width:455px;
	height:350px;	
	padding-right:15px;
}
#titulo{
	font-size:18px;
	text-decoration:none;
}
#titulo a{
	text-decoration:none;
	
	padding:0px;
	margin:0px;
	font-size:20px;
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	color:#4A4A4A;
	margin-bottom:5px;
	font-weight:normal;
}
#titulo a:hover{
	text-decoration:underline;
	
	padding:0px;
	margin:0px;
	font-size:20px;
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	color:#4A4A4A;
	margin-bottom:5px;
	font-weight:normal;
}


