/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body, html{
	height:100%;
}

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #cccccc url(bg_grad.jpg) fixed;
}

/******* hyperlink and anchor tag styles *******/

#links{
	color: transparent;
}

#links img{
    float: none;
    padding: 0 0 0 0;	
	border: 0px;
}

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 112px;
	left: 20px;
	right: 20px;
	width: auto;
	background-color: #ffffff;
	overflow: automatico;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 12;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 13;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 20px;
	right: 20px;
	width: auto;	
}

#pageNav, #barra {	
	width:184px;
}

#content{
	padding: 0px 10px 0px 5px;
}

#contenedor, #fila {
	vertical-align: top;
	width: 100%;
	border: 0px;
}

#contenedor {
	display: table;
}

#fila {
	display: table-row;
}

#barra, #cuerpo {
	display: table-cell;
	vertical-align: top;
	overflow: hidden;
	height: auto;
}

#barra {
	float: left;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	padding: 0px;
	font: small Verdana,sans-serif;}
}

#cuerpo {
	width: auto;
}

#visor {
	vertical-align: top;
	width: 100%;
	overflow:auto;
	border: 0px;
	min-height: 600px;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 13px 0px 8px 3px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
	width: 451px;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image: url(glbnav_background.gif);
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
	z-index: 10;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
	z-index: 11;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 50;
	width: 895px;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image: url(glblnav_selected.gif);
	text-decoration: none;
}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
	width: 958px;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 10px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
	overflow:auto;
	border-bottom:1px solid #ccd2d2;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}

#navegador{
	float:left;
	vertical-align: top;
}

#buscar{
	float:right;
	vertical-align: top;
}

#titulo{
	float:left;
	width:100%;
	padding-bottom: 5px;
}

/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 5px;
	font-size: 80%;
	text-align: justify;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 160% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: right;
	padding: 10px 0px 5px 10px;
}


/************** featuresm styles *****************/

.featuresm{
	padding: 0px 0px 10px 5px;
	font-size: 80%;
	text-align: justify;
	height: 200px;
}
html>body .featuresm {height: auto;}

.featuresm h3{
	font: bold 1605% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.featuresm img{
	float: inherit;
	padding: 0px 0px 0px 0px;
}

/************** feature2 styles *****************/

.feature2{
	padding: 0px 0px 0px 5px;
	font-size: 80%;
	text-align: justify;
	height: 200px;
}
html>body .feature2 {height: auto;}

.feature2 h3{
	font: bold 160% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature2 img{
	float: left;
	padding: 0px 10px 0px 0px;
}
.feature2 adv{
	font-size: 90%;
	color: #909090;
	font: small Verdana,sans-serif;
}
.feature2 hadv{
	color: #21536A;
	font-size: 150%;
	font-weight: bold;
}

/*************** news style ******************/

.news {
	padding: 0px 0px 0px 0px;
	font-size: 80%;
	text-align: justify;
}

.news_list {
	text-align: left;
}

.news_list_right {
	text-align: left;
	padding: 0px 0px 0px 0px;
}

.news img {
	float:none;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
}

.news h3{
	font: bold 145% Arial,sans-serif;
	color: #000000;
}

.news p {
	padding: 0px 0px 0px 10px;
}

.news a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.news a.capsule:hover{
	text-decoration: none;
}

/*************** story styles ******************/

.story {
	padding: 0px 0px 0px 5px;
	font-size: 80%;
	text-align: justify;
}

.story h3{
	font: bold 145% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 0px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: none;
}

.story img {
	float: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
}

td.storyRight{
	padding-right: 12px;
	text-align: justify;
}

.storyLeft {

	padding: 0px 10px 0px 0px;
	text-align: justify;

}
.storyLeft img {

	float: left;
	padding: 0px 10px 0px 0px;
}
.storyCenter {

	padding: 0px 10px 0px 0px;
	font-size: 80%;
	text-align: justify;

}
.storyCenter img {

	float: none;
	padding: 0px 0px 0px 0px;
}
.storyCenter h3{
	font: bold 145% Arial,sans-serif;
	color: #000000;
}

.storyCenter p {
	padding: 0px 0px 0px 0px;
}

.storyCenter a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.storyCenter a.capsule:hover{
	text-decoration: none;
}

.story2 {
	padding: 10px 0px 0px 5px;
	font-size: 80%;
	text-align: justify;
}


.story2 h3{
	font: bold 145% Arial,sans-serif;
	color: #000000;
}

.story2 p {
	padding: 0px 0px 0px 0px;
}

.story2 a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story2 a.capsule:hover{
	text-decoration: none;
}

.story2 img {
	float: none;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.storydcha {

	padding: 0px 0px 0px 5px;
	font-size: 80%;
	text-align: justify;

}
.storydcha img {

	float: right;
	padding: 0px 0px 0px 5px;
	
}
.storydcha h3{
	font: bold 145% Arial,sans-serif;
	color: #000000;
}

.storydcha p {
	padding: 0px 0px 0px 0px;
}

.storydcha a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.storydcha a.capsule:hover{
	text-decoration: none;
}

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 5px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

#sectionLinks2 {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	color: #21536A;
}

/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 50px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
	border-bottom: 1px solid #cccccc;
}

#advert img{
	display: block;
}

/********************* end **********************/
.autor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
}

/******************* ventana ********************/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../web_archives/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../web_archives/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/******************* estilos ********************/
.Estilo1 {
	font-size: 140%
}
.Estilo2 {
	color: #000000;
	font-size: 155%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.Estilo3 {
	color: #666666;
	font-size: xx-small;
}
.Estilo4 {color: #333333}
.Estilo5 {
	color: #21536A;
	font-weight: bold;
}
.Estilo6 {font-size: x-small}
.Estilo7 {
	font-size: 125%;
	font-weight: bold;
}
.pendiente {
	color: #FF9900;
	font-weight: bold;
}
.reservado {
	color: #FF0000;
	font-weight: bold;
}
.entrega {
	color: #005FA9;
	font-weight: bold;
	}
.foto {
	text-align:center;
	}