*{
	margin:0px;
	padding:0px;
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
}

html, body {
	margin:0px auto;
	padding:0px;
	text-align:center;
	background: url(../imgs/interfaz/fondo_pag.jpg);
	scrollbar-face-color: #006699 && #FFCC99; 
	scrollbar-shadow-color: #DEEBF5; 
	scrollbar-highlight-color: #DEEBF5; 
	scrollbar-3dlight-color: #5F8ABD; 
	scrollbar-darkshadow-color: #5F8ABD; 
	scrollbar-track-color: #F5F5F5; 
	scrollbar-arrow-color: #006699;
}

#contenedor_total{
	margin:0px auto;
	padding:10px 25px 15px 25px;
	width:700px;
	text-align:left;
	background:#FFFFFF;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}



/* ----------------------------------------------------------- */
/* ---------------------------- HOME ------------------------- */





/* ----------------------------------------------------------- */
/* ---------------------------- INTERNAS ---------------------- */

#interna_header{
	padding:0px 0px 10px 0px;
	clear:both;
}


/* ---------------------------- BOTONES ARRIBA DEL BANNER ---------------------- */

#botones_superior{
	height:30px;
	clear:both;
}

#botones_izq{
	float:left;
}

#botones_der{
	width:128px;
	height:28px;
	display:block;
	float:right;
	background:url(../imgs/interfaz/fondo_btnes_sup.jpg) top right no-repeat;
	padding:1px 0px 1px 30px;
}

.enviar_amigo{
	height:30px;
	width:200px;
	display:block;
	background:url(../imgs/botones/amigo2.jpg) no-repeat;
	padding:0px 0px 0px 30px;
	line-height:30px;
}

.boton_der_inicio{
	width:20px;
	height:28px;
	display:block;
	background:url(../imgs/botones/home.jpg) no-repeat;
	margin:0px 0px 0px 15px;
}

.boton_der_mapa{
	width:26px;
	height:28px;
	display:block;
	background:url(../imgs/botones/mapa.jpg) no-repeat;
	margin:0px 0px 0px 15px;
}

.boton_der_contacto{
	width:26px;
	height:28px;
	display:block;
	background:url(../imgs/botones/contacto.jpg) no-repeat;
	margin:0px 0px 0px 15px;
}

.boton_der_amigo{
	width:20px;
	height:28px;
	display:block;
	background:url(../imgs/botones/amigo.jpg) no-repeat;
	margin:0px 0px 0px 15px;
}


/* ---------------------------- BANNER ---------------------- */

#interna_banner{
	height:98px;
	clear:both;
	background:
}

#interna_menu{
	height:60px;
	clear:both;
	background:url(../imgs/interfaz/fondo_menu.jpg) bottom center no-repeat;
}


/* ---------------------------- ROTULO CON EL NOMBRE DE LA SECCION ---------------------- */

#rotulo{
	height:84px;
	clear:both;
	background:url(../imgs/interfaz/fondo_rotulo.jpg);
	margin:0px 0px 20px 0px;
}

#rotulo_izq{
	width:290px;
	height:84px;
	float:left;
}

#rotulo_der{
	width:390px;
	height:73px;
	display:block;
	float:right;
	margin:11px 0px 0px 0px;
}

/* ----------------------------------------------------------- */
/* ---------------------------- INTERNA MENU ------------------------- */

.interna_btn{
	height:42px;
	display:block;
	float:left;
}


/* ----------------------------------------------------------- */
/* ---------------------------- CONTENIDO ------------------------- */


#contenedor_contenido{
	margin:0px 10px 0px 10px;
	padding:0px;
	clear:both;
}

#contenedor_cols{
	margin:0px;
	padding:0px;
	clear:both;
}

.columna{
	float:left;
	margin:0px 0px 0px 0px;
}

.columna_titulo_marco{
	border:1px solid #CCCCCC;
	background:#FFFFFF;
	padding:2px;
	clear:both;
}

.columna_titulo{
	font: 12px "trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	background:url(../imgs/interfaz/fdo_enc_col.jpg);
	clear:both;
	padding:3px 5px 3px 5px;
	border:1px solid #CCCCCC;
}

.columna_cuerpo{
	border-top:none;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	padding:20px 15px 20px 15px;
	clear:both;
}

.columna_cuerpo li{
	font: 11px "trebuchet MS", Arial, Helvetica, sans-serif;
	margin:10px 0px 10px 20px;
	padding:0px 0px 0px 0px;	
}

/* ----------------------------------------------------------- */
/* ---------------------------- GENERALES ------------------------- */

.sin_lista{
	list-style-type:none;
	float:left;
}

.centrar{
	margin:0px auto;
	clear:both;
}

.invisible{
	display:none;
}

.clear{
	clear:both;
}

.fila_verde {
	font: 11px "trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	padding:5px 5px 5px 8px;
	vertical-align: top;
	background: url(../imgs/interfaz/fondo_msg.jpg);
	border-top: 0px solid #CCCCCC;
	border-right: 0px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	border-left: 0px solid #FFFFFF;
}

.fila_blanca {
	font: 11px "trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	padding:5px 5px 5px 8px;
	vertical-align: top;
	border-top: 0px solid #CCCCCC;
	border-right: 0px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	border-left: 0px solid #FFFFFF;
}

.fondo_verde1{
	background:url(../imgs/interfaz/fondo_verde01.jpg);
}

.fondo_verde2{
	background:url(../imgs/interfaz/fondo_msg.jpg);
}

img{
	border:none;
}

h4, h4 a, #albumTitleEditable, #imageTitle{
	font: 18px "trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #336600;
	padding: 10px 10px 5px 0px;
}


p{
	font: 11px "trebuchet MS", Arial, Helvetica, sans-serif;
}

li{
	font: 11px "trebuchet MS", Arial, Helvetica, sans-serif;
}



/* ----------------------------------------------------------- */
/* ---------------------------- ZENPHOTO ---------------------- */


.album{
	margin: 0px 30px 12px 0px;
    padding: 0px;
	float: left;
	width: 120px;
	height:170px;
	display:block;
	line-height:105%;
}

.carpeta_thumb{
	width:120px;
	height:90px;
	display:block;
	border: 1px solid #CCCCCC;
	padding:0px;
	margin:0px 0px 10px 0px;
}

.carpeta {
	width:120px;
	height:90px;
	display:block;
	margin:0px;
	background:url('../imgs/fotos/carpeta.gif') no-repeat;
}

.carpeta img{
	border:none;
}

.albumdesc {
	font: 10px "trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 12px;
}

.album_titulo{
	font: 11px "trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height: 12px;
	margin:0px 0px 5px 0px;
}

.albumdesc small{
	font: 9px "trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 12px;
	margin:0px 0px 5px 0px;
}



/* ----------------------------------------------------- */
/* ------------- conjunto de fotos ------------------- */

/* Image Thumbnails
------------------------------ */

.imagen_thumb{
	width:130px;
	height:150px;
	display:block;
	float:left;
	margin:20px 20px 20px 0px;
}

.imagethumb {
	width:120px;
	height:90px;
	display:block;
	border: 1px solid #CCCCCC;
	padding:5px;
	clear:both;
}

.imagedesc{
	font: 10px "trebuchet MS", Arial, Helvetica, sans-serif;
	clear:both;
	color:#999999;
}


/* Page Navigation
------------------------------ */

ul.pagelist {
	clear: both;
	padding: 5px 0px 5px 0px;
	margin: 20px 0 0 0;
	list-style-type: none;
	text-align:center;
	background:#CCCCCC;
}
ul.pagelist li {
	display: inline;
}
ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 4px;
}
ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #748da0;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink {
	color: #294550;
	cursor: default;
}
.pagenav {
	clear: both;
}
.disabled_nav {
	visibility: hidden;
}


/* Image Navigation
------------------------------ */

.imgnav {
	width:450px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	color:#666666;
}

.imgnav .imgprevious a, .imgnav .imgnext a {
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#666666;
	display: block;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	text-decoration:underline;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}




/* ----------------------------------------------------------- */
/* ---------------------------- BIRD PRODUCTS ------------------------- */

.lista_productos{
	height:225px;
	width:430px;
	display:block;
	overflow-y:hidden;
	overflow-x:auto;
	clear:both;
}



/* ----------------------------------------------------------- */
/* ---------------------------- FOOTER ------------------------- */


#contenedor_footer{
	margin:0px 0px 0px 0px;
	padding:20px 0px 20px 0px;
	clear:both;
	text-align:center;
}

.footer_vinculo{
	clear:both;
	margin:0px auto;
	padding:0px 0px 5px 0px;
	text-align:center;
}

.footer_txt{
	clear:both;
}

.foot_sin_lista{
	list-style-type:none;
	display:inline;
}




/* ----------------------------------------------------------- */
/* ---------------------------- MAPA DE CHECKLIST ------------------------- */

#marcador{
	width:34px;
	height:39px;
	display:none;
}

#mapa{
	width:310px;
	height:256px;
	padding:20px 5px 20px 5px;
}



