body {
	text-align: center;
	background-color: #EBEBEB;
	overflow: scroll;
	//overflow: auto;	
}

/* index.html */

#img_portada{
	margin-top: 5%;
}

.links_img{
	outline: none;
}

.img_links{
	border: 0;
}

/* Generales */

.clear{
	clear: both;
}

.links_texto{
	text-decoration: none;
	font-family: helvetica;
	color: #8b8b8b;
	font-size: 11pt;
	outline: none;
}

#cont_main{
	width: 950px;
	margin: auto;
}

/* Izquierdos */

#sub_cont_izq{
	float: left;
	width: 200px;
	text-align: left;
}

#header_izq{
	height: 90px;
}

#boton_main{
	position: relative;
	top: 63px;
	left: 30px;
}

#boton_main_link{
	color: #585858;
	font-size: 13pt;
}

#submenus{
	position: relative;
	left: 30px;
	line-height: 27px;
}

/* Derechos */ 

#sub_cont_der{
	float: right;
	width: 750px;
	text-align: left;
}

#contenedor_galeria{
	margin-top: 180px;
	width: 596px;
}

#tabla_gal_sitio{

}

#div_botones_galeria{
	text-align: right;
}

.cont_thumb_sitio{
	width: 143px;
	height: 93px;
}

.img_gal_sitio{
	cursor: pointer;
	border: none;
}

.img_boton_galeria{
	cursor: pointer;
}

#img_flecha_left{
	visibility: hidden;
}

#contenedor_foto{
	margin-top: 100px;
}

#div_foto{
	text-align: center;
}

#div_botones_foto{
	text-align: right;
}

#caption{
	font-family: helvetica;
	color: #8B8B8B;
	font-size: 9pt;
}

#div_bio{
	width: 400px;
	font-family: helvetica;
	font-family: helvetica;
	color: #8b8b8b;
	font-size: 11pt;
	text-align: justify;
	position: relative;
	top: 100px;
	left: 100px;
}

#div_contacto{
	width: 650px;
	font-family: helvetica;
	font-family: helvetica;
	color: #8b8b8b;
	font-size: 11pt;
	text-align: center;
	position: relative;
	top: 100px;
	line-height: 22px;
}

#div_links{
	width: 650px;
	font-family: helvetica;
	font-family: helvetica;
	color: #8b8b8b;
	font-size: 11pt;
	text-align: center;
	position: relative;
	top: 100px;
	line-height: 20px;
}

#span_volver{
	position: relative;
	top: -10px;
	cursor: pointer;
}


