/*Estilo general*/
html {
	background: url(../img/fondo.jpg) repeat;
}
body {
	width:800px;
	margin: 10px auto;
	text-align: center;
	position: relative; 
}
p {
	margin: 8px 0;
}
#shadow_container {
	padding: 0 5px;
	background: url(../img/sombras_laterales.jpg) repeat-y;
}
#header, #footer, #shadow_container {
	width:790px
}
#main_column, #right_column {
	float: left;
	text-align: left;
}
/*Fin estilo general*/

/*Estilo layout*/
#main_column {
	width: 580px;
}
#right_column {
	width: 200px;
	padding: 0 5px;
}
/*Fin estilo layout*/

/*Estilo de las sombras de arriba*/
#top_shadows {
	width: 800px;
	height: 5px;
	overflow: hidden;
}
#topleft_shadow, #topright_shadow {
	width: 5px;
	background-repeat: no-repeat;
}
#topleft_shadow, #topcenter_shadow, #topright_shadow {
	height: inherit;
	float: left;
}
#topleft_shadow {
	background-image: url(../img/sombra_sup_izq.jpg);
}
#topcenter_shadow {
	width: 790px;
	background: url(../img/sombra_top.jpg) repeat-x;
}
#topright_shadow {
	background-image: url(../img/sombra_sup_der.jpg);
}
/*Fin estilo de las sombras de arriba*/

/*Estilo de las sombras de abajo*/
#bottom_shadows {
	width: 800px;
	height: 5px;
	overflow: hidden;
}
#bottomleft_shadow, #bottomright_shadow {
	width: 5px;
	background-repeat: no-repeat;
}
#bottomleft_shadow, #bottomcenter_shadow, #bottomright_shadow {
	height: inherit;
	float: left;
}
#bottomleft_shadow {
	background-image: url(../img/sombra_inf_izq.jpg);
}
#bottomcenter_shadow {
	width: 790px;
	background: url(../img/sombra_abajo.jpg) repeat-x;
}
#bottomright_shadow {
	background-image: url(../img/sombra_inf_der.jpg);
}
/*Fin estilo de las sombras de abajo*/

/*Estilo del header*/
#header {
	margin: 0px auto;
	padding: 0;
	text-align: left;
	height: 220px;
	background-color: #FFFFFF;
}
#headertop_container {
	width: 764px;
	height: 45px;
	padding: 7px 13px;
	padding-bottom: 0;
}
#header_left, #header_right {
	width: 382px;
}
#header_left, #header_right, #header_left a, .header_bullet {
	float: left;
}
#header_right {
	text-align: right;
}
.header_text a, .header_text a:visited {
	text-decoration: none;
	color: #866F78;
}
.header_text a:hover {
	text-decoration: underline;
}

#flash, .flash_object {
	height: 110px;
}
#flash {
	width: 790px;
	text-align: center;
	z-index: 0;
}
.flash_object {
	width: 780px;
}
.header_text {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #866F78;
}
.header_bullet {
	border: none;
	margin: 1px 2px 0 0;
}
#bullet_mapa {
	margin-left: 8px;
}
/*Fin estilo del header*/

/*Estilo de la barra derecha*/
.bubble_top, .bubble_bottom {
	background-repeat: no-repeat;
}
.bubble_top {
	height: 32px;
	width: 181px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 17px 0 0 19px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../img/bubble_top.jpg);
}
.bubble_bottom {
	height: 31px;
	width: 200px;
	background-image: url(../img/bubble_bot.jpg);
}
.bubble_content {
	width: 140px;
	padding: 0 30px;	
	font: normal 11px Arial, Helvetica, sans-serif;
	background: url(../img/bubble_mid.jpg) repeat-y;
}
.bubble_content a, .bubble_content a:visited {
	text-decoration: none;
	font-weight: bold;
}
.bubble_content a:hover {
	text-decoration: underline;
}
.stamp_caption a, .stamp_caption a:visited, .bubble_content ul a, .bubble_content ul a:visited {
	color: #254D42;
}
.stamp_desc {
	width: auto;
	overflow: hidden;
	color: #808080;
}
.stamp_image {
	padding: 2px;
	margin: 2px auto;
	border: 1px solid #CCCCCC;
}
.image_item {
	margin-top: 12px;
}
.first_image_item, .image_item {
	text-align: center;
}
.bubble_content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bubble_content ul li {
	margin: 0;
	padding-bottom: 10px;
}
.bubble_content ul li a {
	padding-left: 15px;
	background: url(../img/bolita.gif) no-repeat 0 1px;
}
/*Fin estilo de la barra derecha*/

/*Estilo del footer*/
#footer {
	padding: 20px 0;
	background-color: #FFFFFF;
	overflow: hidden;
	clear: left;
}
#footer, #footer a, #footer a:visited {
	color: #866F78;
	text-decoration: none;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
#footer a:hover {
	text-decoration: underline;
}
#bottom_nav {
	width: 100%;
	text-align: center;
}
/*Fin estilo del footer*/