@import url('/css/main.css');
 

/**** Publicidad ****/
#publi_listado_2 {
background-color:silver ;
float: right;
width: 120px;
height: 600px;
margin-bottom: 10px; 
}

#publi_listado_3 {
clear: left;
float: left;
margin-top: 8px !important;
margin-top: -33px;
width: 160px;
height: 70px;
background-color: black;
}


/***** Fotos *****/

h2 {
font-family:Arial,Helvetica,sans-serif;
color: #666;
font-size: 12pt;
}

h2 img {
vertical-align: middle;
}

h5 {
font-family:Tahoma,Helvetica,sans-serif;
color: #666;
font-size: 11pt;
font-weight: bold;
margin-top: 10px; 
}

#fotos {
float: left;
}

#fotoppal img{
border: 1px solid silver;
width: 420px;
height: 312px;
padding: 3px;
}

/******* Filtros *******/
#col_izq {
float: left;
}

#filtros {
margin: 3px 5px 0 5px;
padding: 0 0 5px 0;
width: 30%;         
}

#filtros  fieldset {
float: left;
}

#filtros  select {
background-image: url('/images/input_bkg.gif');
background-position: top center;
background-repeat: repeat-x;
border:1px solid gray;
width: 100px;
margin: 0 0 10px 5px;
color: gray;
padding 1px;
}

#filtro_delete li {
padding: 1px;
margin-right: 3px;
float:left;
display: inline;
border: 1px solid #CCC;
line-height: 1.1em;
}

.activo {
background-position: left bottom;
}


/******** Tabla ********/
#listado {
margin-left: 5px;
float: left;
width: 800px;
min-height: 450px;
}

table {margin: 0; padding: 0; border-collapse: collapse; width: 100%;}
td {padding: 6px 4px; border-bottom: 1px solid #EEE;}
td + td + td {color: #666; border-left: none;}
td a {color: #444; text-decoration: none; text-align: right;}
td a:hover {color: #444;}
tfoot th {text-align: right;}
th a {color: #F06; text-decoration: none; font-size: 1.1em;}
th a:visited {color: #F69;}
th a:hover {color: #F06; text-decoration: underline;}
thead tr, tfoot tr {color: #555; font-size: 1.2em; font-weight: bold; color: #666} 
tr {font: 12px sans-serif; background: #F8F8F8; color: #666;}  
th {text-align: left;border-bottom: 2px solid #CCC;padding: 4px 4px;background: #DDD}
tr .equip {font-size: 8pt; vertical-align: top;}
tr .equip img {margin-right: 10px;vertical-align: top; float: left} 
tr .par {background: #FFF}
tr .sup {border-bottom:0}




/*******************/

#slider {
width: 400px;
}

#data {
font-family:Tahoma,Helvetica,sans-serif;
width: 220px;
height: 208px;
float: left;
margin-left: 15px;
font-size:10pt;
color: #666;
}

ul {
list-style-type:none;
}

#data li {
padding-bottom: 7px;
}

#equip {
clear: left;
font-family:Tahoma,Helvetica,sans-serif;
width: 640px;
float: left;
margin-left: 15px;
font-size:8pt;
color: #666;
margin-bottom: 10px; 
}

#equip p{
margin: 0;
padding: 0;
clear: both;
font-size:8pt;
line-height: 1.6em;
}

#equip li {
padding-top: 5px;
}

#data_vendedor {
float: left;
margin: 10px 0 0 13px;
padding: 2px;
width: 220px;
height: 165px;
border: 1px solid #aaa;
}

#data_vendedor p {
font-size: 9pt;
line-height: 1.6em;
padding: 5px 2px 0 4px;
color: #666;
}

#tit_vendedor {                             
font-family : Arial,Helvetica,sans-serif; 
font-size: 12pt;
font-weight: bold;
line-height: 26px;
background-image: url('/images/vendedor_bkg.gif');
background-position: top left;
background-repeat: repeat-x;
border: 1px solid #aaa;
padding-left: 2px; 
width: 216px;
height: 26px;
color: #666;
}

#tit_vendedor img{
vertical-align: middle;
}

.precio {
font-size:15pt; 
color: red;
}


#resultado {
color: red;
font-size: 8pt;
}

/******** Forms *********/

.forms {
float: left;
}

.forms form { 
background: none;
padding-left: 5px;
font-weight: normal;   
}

.forms select {
background-image: url('/images/input_bkg.gif');
background-position: top center;
background-repeat: repeat-x;
border:1px solid gray;
margin: 0 0 10px 5px;
color: #444;  
padding 1px;
}

.forms input {
background-image: url('/images/input_bkg.gif');
background-position: top center;
background-repeat: repeat-x;
border:1px solid gray; 
width: 100px;
margin: 0 0 10px 5px;
color: #444;
padding 1px;
}

.forms .button {
width: 86px;
height: 21px;
line-height: 21px;
padding-bottom: 3px;
background-image: url('/images/generic_btn_bkg.gif');
background-position: top center;
background-repeat: no-repeat;
color: white;
border: 0;
}

.forms img {
margin-left: 3px;
border: 1px solid silver;
vertical-align: middle;
}

.forms label {
font-weight: normal; 
margin-right: 0.5em;
float: left;
text-align: right;
color: gray;
width: 125px;
border:0;
}

.forms .radio {
background: none;
text-align: left;
width: 25px;
color: #444;
border: 0;
vertical-align: top; 
}

.forms fieldset {
padding: 0 0 10px 10px;
border:1px solid silver;   
background-color: #eee;
display: block;
margin: 10px 0 20px 0;
}

.forms p {
border: 0;
/*clear: both;*/ 
}

.forms legend {
background-color: #fff;
border: 1px solid #ccc;
font-weight: bold;
padding: 0.2em 0.5em;
color:#555;
margin-top: -10px !important;
margin-top: 0px ;
}

.forms label.error {
vertical-align: top;
font-size: 8pt;
color: red;
float: none;
margin-left: 10px;
width: 100px;
display: inline;
border:0;
}

.forms .error {
border: 1px dotted red; 
}

.forms .errorcaptcha {
border: 0;
padding-top: 5px;
font-size: 8pt;
color: red; 
}