/* 
Pagina de estilos principal
Basada en el libro Web Standars Solutions de Dan Cederholm y ejemplos de su sitio Simplebits.com
*/

body
{
	MARGIN: 0px; 
	COLOR: #666666;
	FONT-FAMILY: Verdana, sans-serif; 
	FONT-SIZE: 11px; 
	background-color: #EBEBE6;
	text-align: center;
}

/* links */
hr, .hide {
	display: none;
    }
a {
	COLOR: #326ea1;
	text-decoration : none;
	}
a:visited {
	COLOR: #326ea1;
	}
a img {
	border: none;
	}
a.vermas {
	padding-right: 9px;
	margin: 5px;
	font-size: 100%;
	background: url(../images/vermas.gif) no-repeat 100% 5px;
	}
ul {list-style-position: inside; margin: 0;}

/* page structure ---------------------------------------------------------- */
#central 
{
	margin: 5px auto;
	width: 700px;
	background-color: white;
	text-align: left;
}
   
#langbar
{
    position: absolute;
    top: 10px;
    margin: 5px 50%;
    padding-left: 350px;
}

/*.ie7 #langbar {margin: 5px auto;}*/
/*.gecko #langbar {margin: 5px 50%;}*/

    

#langbarenglish a, #langbarspanish a { width:70px; height:35px; padding:0; margin:0; display:block; text-indent: -1000em; text-decoration: none;  }
#langbarenglish a { background:url(../images/langbarenglish.gif) no-repeat -45px 0px; }
#langbarenglish a:hover { background:url(../images/langbarenglish.gif) no-repeat 0 0; }
#langbarspanish a { background:url(../images/langbarspanish.gif) no-repeat -45px 0px; }
#langbarspanish a:hover { background:url(../images/langbarspanish.gif) no-repeat 0 0; }


#header {
}
#logo
{
	padding: 10px 10px 10px 10px;
	background: #570C06 url(../images/back-logo.jpg) no-repeat;
	text-align: center;
	vertical-align: middle;
	border: solid 13px white;
}

#content
{
	clear: both;
	padding: 0 15px 15px 15px;
	min-height: 400px;
	}
#footer
{
	padding: 5px;
	background-color: #570C06;
	color: White;
	clear: both;
	border-top: solid 10px white; /* para dar un margin */
	
}
#footer table {font-size: 90%}
#footer a {color: white}

#exinfousuario 
{
    width: 770px;
	background: #00225B;
	clear: both;
	margin: 0px auto;	
	border: none;
	text-align: right;
}
#infousuario a, #infousuario a:visited 
{
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    color: black;
}
/* header ---------------------------------------------------------- */
/* left ---------------------------------------------------------- */
/* right ---------------------------------------------------------- */
/* navigation */

#minitabs {
	float: right;
	padding-right: 15px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#minitabs li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style: none;
}
#minitabs a {
	text-decoration: none;
	margin-left: 15px;
	letter-spacing: 1px;
	color: #666666;	
}

#minitabs a.active {
	border-bottom: solid 4px #570C06;
	color: #570C06;
}

#minitabs a:hover {
	border-bottom: solid 4px #666666;
	color: #666666;
}

/* sub nav */
#subnav 
{
	background: white url(../images/back-subnav.jpg) repeat-x top;
	border: none;
	display: block;
	clear: both;
	width: 640px;
	}
#subnav ul {
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	}
#subnav li {
	float: left;
	margin: 0px;
	padding-right: 5px;
	font-family: Georgia, Serif;
	font-size: 11px;
	width: 100px;
	}
#subnav li a {
	float: left;
	padding: 5px 12px;
	text-decoration: none;
	color: #666;
	border: none;
	}
#subnav li a:hover {
	color: #666;
	}
#subnav li a.active {
	font-weight: normal;
	color: #666;
	}

/* content */
FORM
{
	MARGIN: 0px;
}

h1
{
	font-size: 20px;
	color: #666666;
	text-decoration : none;
	font-weight: normal;
	padding-top : 0px;
	width: 100%;
	MARGIN-TOP: 0px;
	MARGIN-BOTTOM: 0px;
	letter-spacing: 2px;
}
h2, h2 a:link, h2 a:visited, a.h2, a:visited.h2  {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: normal;
	color: #570C06;
	border-bottom: solid 0px #ff9900;
	text-decoration: none;
}
h4 p, h2 p, h2 a p, h3 p, h4 a p { margin: 0px;}
H3 {
	COLOR: #666666;
	FONT-SIZE: 14px;
	FONT-WEIGHT: bold;
	MARGIN-TOP: 5px;
	MARGIN-BOTTOM: 0px;
	}
h4, h4 a:link, h4 a:visited, a.h4, a:visited.h4  {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: normal;
	color: #570C06;
	text-decoration: none;
}	
table 
{
	border-collapse: collapse; 
	FONT-SIZE: 11px; 
}
th, td {vertical-align: top;}

table.tabla
{
    width: 100%;
}

.tabla td 
{
	vertical-align: top; 
	border: 1px solid #ccc; 
	padding: 1px 5px; 
}
.tabla th 
{
	border: 1px solid #D5D5D5; 
	background: #F1F2F4 url(../images/back-th.jpg) repeat-x top; 
	color: #676767; 
	font-weight: normal; 
	text-align: center; 
	width: 2em;
}
th.orderby
{
	border: 1px solid #96D9F9; 
	background: #D8ECF6 url(../images/back-th-orderby.jpg) repeat-x top; 
	color: #676767; 
	font-weight: normal; 
	text-align: center; 
	width: 2em;
}
div.toolbar
{
	border: 1px solid black; 
	background: #94C2CE url(../images/back-toolbar.jpg) repeat-x top; 
	color: #fff; 
	height: 30px;
	vertical-align: middle;
}
.toolbar a.boton, .toolbar a.boton:hover, .toolbar a.boton:visited
{
    color: #fff; 
    padding: 2px 5px;
    margin: 2px 0px 2px 5px ;
    text-decoration: none;
    float: left;
}
.toolbar a.boton:hover
{
	border: 1px solid white; 
}
new
{
    padding-left: 15px;
    background: url(../images/new.gif) no-repeat left center;     
}
div.filterbar
{
	border-left: 1px solid #96D9F9; 
	border-right: 1px solid #96D9F9; 
	background-color: #D8ECF6; 
	color: black; 
	height: 30px;
	vertical-align: middle;
}
div.error
{
	margin: 10px 0;
	border: solid 1px red;
	color: black;
	padding: 10px 10px 10px 25px;
	background: #F2DDDD url(../images/error.gif) no-repeat left center;
}
div.info
{
	margin: 10px 0;
	border: solid 1px green;
	color: black;
    padding: 10px 10px 10px 25px;
	background: #E0F8E1 url(../images/info.gif) no-repeat left center;
    
}
span.error, .smallerror
{
	border: solid 1px red;
	color: black;
	padding: 0 5 0 25;
	background: #F2DDDD url(../images/error20.gif) no-repeat left center;
}
span.info
{
	border: solid 1px green;
	color: black;
    padding: 0 5 0 25;
	background: #E0F8E1 url(../images/info20.gif) no-repeat left center;
}
.warning
{
	margin: 10px;
	border: solid 2px yellow;
	color: black;
    padding: 20 20 20 70;
	background: #FFF1BB url(../images/warning.gif) no-repeat left center;
}


img.conborde, img.bordecito {
	border: solid 1px #CCCCCC;
	padding: 7px;
}
img.left 
{
	margin-right: 5px;
}
div.parrafo 
{
	clear: both;
}
.parrafo p {margin: 0px;}

.photogallery {margin-top: 5px; padding-left: 25px; background: url(../images/photogallery.jpg) no-repeat left center;}
.photogallerybig {font-size: 120%; margin-top: 5px; padding-bottom: 15px; padding-left: 30px; background: url(../images/photogallery.gif) no-repeat left center; }

.recommends {padding-left: 20px; background: url(../images/suggest.gif) no-repeat left center;}
.email {padding-left: 20px; background: url(../images/email.gif) no-repeat left center;}
.phone {padding-left: 20px; background: url(../images/phone.gif) no-repeat left center;}
.celestito {background-color: #F4FBFF; border: solid 1px #CAEAFF; padding: 10px;}

blockquote 
{
	width: 320px;
    margin: 0;
    padding: 0;
    font-size: 150%;
    letter-spacing: -1px;
    text-align: center;
    background: #F2FBFF url(../images/quotation-top.gif) no-repeat top left;
    font-family: Georgia, Serif;
}
blockquote .quote 
{
	margin: 0 10px 0 0;
	padding: 20px 10px 10px 20px;
	background: url(../images/quotation-close.gif) no-repeat right bottom;
}
blockquote .author 
{
	margin: 0;
	padding: 0 0 10px 0;
	color: #999;
	font-size: 80%;
	background: url(../images/quotation-bot.gif) no-repeat bottom left;
}

	       