/*  
Proyecto: GLADYS GARCETE
dise�o y construcci�n: Gustavo Antunez
E-mail: gustavoantunez@gmail.com
fecha: 03/02/2009
Mod 1: -
Mod 2: -
*/ 


/* ################# RESET ################*/

* { padding: 0; margin: 0; }

table { border-spacing: 0px;	border-collapse: collapse; }

/* CLEAR FIX */
.clearfix:after {
	content:".";
	display:block;	height:0;
	clear:both;	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
.clearfix {
	display:block;
}
* html .clearfix {
	height:1px;
}
/* ################# RESET ################*/


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; text-align: center;
	color: #A99D6D;
	background: #2A2016 url(../img/bg_body.jpg) repeat-x fixed;
}
a:link, a:visited{
	color: #FC0;
}
a:active, a:hover{
	color: #FFE786;
}

p{
	margin-bottom: 12px;
}
hr{
	height: 1px;
	border: 1px solid #3C2D1E;
	background-color: #3C2D1E;
	margin: 6px 0;
	clear: both;
}
#tracks{
	padding: 12px;
}
#tracks div{
	float: right; width: 60px;
	padding-top: 2px;
}
#tracks li {
	border-bottom: 1px dashed #A99D6D;
	padding: 6px 0;
}


li{ list-style: inside; }


h1, h2, h3, h4, h5, h6{
	font-family: "Times New Roman", Times, serif;
	color: #C4BA99;
	
	font-weight: normal;
}
h2{	font-size: 24px;}
h3{	font-size: 22px;}
h4{	font-size: 20px;}
h5{	font-size: 18px;}
h6{	font-size: 16px;}

/* ESTILOS FORMULARIOS */
input,textarea,select,option {
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input, textarea {
	font-size: 90%; padding: 5px;
	background: #C4BA99;
	border: 0;
	}

textarea { 	font-size: 100%; padding: 3px;}

input.check {}

select {
	font-size: 90%;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 6px; border: 0;
	background: #C4BA99;
}

option {	padding-right: 12px; }

.alert{ 	color: #FF4500; }

fieldset{
	padding: 12px;
	border: 1px dotted #E4E4ED;
}
fieldset:hover{
	border: 1px solid #ffd700;
}

legend{ 	
	font-size: 18px; font-weight: bold;
	letter-spacing: -1px; color: #D40C1E;
}
#formRegistro_errorloc{ color:#FF4500; padding:12px; }
/* FIN ESTILOS FORMULARIOS */


#contenedor{
	width: 800px; text-align: left;
	margin: auto;
}
#header{ 
	background: url(../img/imagenRostro.png) no-repeat; 
	height: 400px;
}
#barraUser{
	padding: 6px 0;
	color: #C4BA99; font-size: 13px;
	text-align: right;
}
#logo{
	height: 300px; text-align: right;
}
#menu_h{ 
	background: url(../img/bg_menu.png) repeat-x;
	border-top: 2px solid #C4BA99;
	border-bottom: 2px solid #8B7E52;
}

#contenido{
	padding: 12px 0 ; clear: both;
	margin-top: 20px;
}
#colLeft, #colRight{
	float: left; display: block;
}
#colLeft{
	width: 418px;
	padding-right: 12px;
}
#colRight{
	width: 370px;
}

.listado{
	clear: both; margin-bottom: 20px;
}

.listado2{
	/*float: left; display: block;*/
	color: #A99D6D;
	vertical-align: top; padding: 0 30px 0 6px;
}
.listado3{
	float: left; display: block; 
	width: 250px; margin-right: 12px;
	color: #A99D6D;
}
.listado4{
	float: left; display: block;
	margin-right: 30px; 
	width: 232px; 
	color: #A99D6D;
}

.precio{
	color: #FF9900; font-weight: bold;
}



.img1{
	padding-right: 12px; float: left;
}
.img2{
	padding-bottom: 12px;
}


.destaque1{ 
	border: 1px solid #3D2E1F;
	background: url(../img/bg_destaque1.png) repeat-x bottom;
	padding: 12px;
	margin-bottom: 12px;
	height: 220px;
}

.destaque2{ 
	background: #373324 url(../img/bg_destaque2..jpg) repeat-x; 
	padding: 12px; clear: both;
}
.destaque2 h2{
	border-bottom: 1px solid #291F15;
	padding-bottom: 12px; margin-bottom: 12px;
}

.txtCom{
	border-bottom: 1px solid #291F15;
	margin: 12px 12px 12px 0;
	padding-bottom: 12px;
}


#bottom{
	padding: 20px 0;
	color: #6C5237;
	clear: both;
}
#ID{
	float: right;
}

/* #### AGREGADOS #### */
#comentario {
	background: #8b6914;
	clear: both;	
	margin: 5px 0 5px 0;
	padding: 5px;		
}

fieldset {
	padding: 10px;
	margin: 5px 10px 10px 0;
	border: #8b6914 thin dotted;	
}

.tabla1 {
    border-top: 1px solid #8B6914;
	border-left: 1px solid #8B6914;
	width: 100%; margin: 10px auto;
}

.tabla1 td, .tabla1 th {
	border-right: 1px solid #8B6914;
	border-bottom: 1px solid #8B6914;
	padding: 6px;
}

.tabla1 th {
	background: #8B6914; color: #FFFFFF; font-weight: bold; font-size: 13px; text-align: left;
}

.tabla1 tfoot{color: #999; background: #F5FAFC; }
.tabla1 tfoot a:link, .tabla1 tfoot a:visited{color: #999; }
.tabla1 tfoot a:hover, .tabla1 tfoot a:active{color: #333; }
.tr_table1{
	color: #005985; font-size: 10px;
	background: #F8FCFD;
}

.tabla1 th  a:link, .tabla1 th a:visited{
	float: right; font-weight: normal; color: #0066CC; font-size: 11px;
}

.tabla1 th  a:hover, .tabla1 th a:active{
	color: #D40C1E;
}

.tabla2 td{
	padding: 3px;
}