/* 
    Document   : opobusca.css
    Description:
        Estilos de las paginas interiores organizados por secciones
*/

/*----------------------------------------------------------------------------------------------------------------------
Pagina de resultados de busqueda  
-----------------------------------------------------------------------------------------------------------------------*/
#numerador{
	display: inline;
}

#resultados {
	width: 740px;
	float: left;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #ffffff;
	color: #000000;
}
#resultados h2 {
	margin: 0px;
	font-size: 18px;
	padding: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E9E8BC;
	margin: 0px 0px 10px 0px;
	color: #807D33;
}
#resultados h3 {
	margin: 0px;
	font-size: 18px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: #981426;
}


#controles{
	float:left;
	width:415px;
}



.selectBuscadorSizeFijo {
	font-family: "Trebuchet MS", Arial;
	width: 150px;		
}

.labelDiv{
	float:left;
	width:75px;
	text-align:right;
}

.campoDiv{

}

.combosDiv {
      float: left;
}

/* Trazador de resultados */
#resultados #trazador {
	color: #000000;
        float: left;
	margin-bottom: 10px;
	padding: 10px;
	width: 718px;
	border: 1px solid #F4F4EA;
}

#resultados #trazador #numero {
	min-height: 20px;
	color:#000000;
	font: "Trebuchet MS", Arial;
	font-size: 12px;
	font-weight: normal;
	padding: 3px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E9E8BC;
	border-right-color: #E9E8BC;
	border-left-color: #E9E8BC;
}

#resultados #trazador #paginador {
	height: 20px;
	color:#981426;
	font: "Trebuchet MS", Arial;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	background-color: #FAFAEF;
	margin-top: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E9E8BC;
	border-bottom-color: #E9E8BC;
	border-left-color: #E9E8BC;
}

#resultados #trazador #paginador a {
	color:#981426;
	font: "Trebuchet MS", Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}

#resultados #trazador #paginador a:visited {
	color:#BEBD89;
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
	font-family: "Trebuchet MS", Arial;
}

#resultados #trazador #paginador a:hover {
	color:#6F6B2D;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	font-family: "Trebuchet MS", Arial;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6F6B2D;
}


.tubusqueda {
	width: 732px;
	padding: 3px;
	font-family:"Trebuchet MS", Arial;
	font-size:10px;
	font-weight:bold;
	color:#990000;
	text-align: left;
	min-height: 30px;
}

.botonfiltrar {
	background-color: #FBFBF7;
	color:#000000;
	margin-bottom: 10px;
	padding: 2px;
	width: 734px;
	text-align: center;
	border: 1px solid #F4F3EC;
	font-size: 12px;
}
.botonfiltrar a {
	color:#000000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	/*background-color: #FFFFFF; */
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	letter-spacing: 2px;
}
.botonfiltrar a:visited {
	color:#981426;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
.botonfiltrar a:hover {
	color:#807D33;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}

/*----------------------------------------------------------------------------------------------------------------------
 Busqueda AVANZADA   
-----------------------------------------------------------------------------------------------------------------------*/
#busqavanzada {
	width: 738px;
        margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #ffffff;
	color: #000000;
        /*display: inline;*/
	font-size: 12px;
}

#busqavanzada h2 {
	font-family: "Trebuchet MS", Arial;
	font-size:14px;
	font-weight:bold;
	color:#981426;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ACAA69;
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
}

#ocultarBusqAvan {
        text-align: right;
}

.bacampo {
	width: 250px;
	float: left;
	font-weight: bold;
	text-align: center;
	display: inline;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #FAFAF1;
	font-size: 12px;
}
.bacampo2 {
	width: 195px;
	margin: 5px 0px 10px 0px;
	float: left;
	font-weight: bold;
	text-align: center;
	display: inline;
	border: 1px solid #FAFAF1;
	font-size: 12px;
}
.bacampo select, .bacampo2 select {
	font-family: "Trebuchet MS", Arial;
	font-size: 10px;
        margin-bottom: 5px;
}
.bacampo input, .bacampo2 input {
	font-family: "Trebuchet MS", Arial;
	font-size: 10px;
}

.bacampo h3{
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	font-weight:bold;
	width: 250px;
	text-align:center;
	color: #807D33;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0DB;
	margin-bottom: 5px;
	padding: 2px;
	background-color: #FAFAF1;
}

.bacampo2 h3 {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	font-weight:bold;
	width: 195px;
	text-align:center;
	color: #807D33;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0DB;
	margin-bottom: 5px;
	padding: 2px;
	background-color: #FAFAF1;
}

.bacampoBt {

	clear: both;
	/* margin-bottom: 10px;
	margin-top: 10px;
	width: 738px;*/
	text-align:center;
	padding: 10px 10px 10px 10px;
}


.botonbuscaravanzada {
	display:inline;
	font-family:"Trebuchet MS", Arial;
	font-size:10px;
	font-weight:bold;
	background-color:#F9F9F2;
	color:#FFFFFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 2px 15px 2px 15px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7D0000;
	border-right-color: #7D0000;
	border-bottom-color: #7D0000;
	border-left-color: #7D0000;
}

.botonbuscaravanzada a {
	text-decoration: none;
	color:#981426;
}
.botonbuscaravanzada a:visited {
	font-family:"Trebuchet MS", Arial;
	font-size:10px;
	text-decoration: none;
	color:#C6C697;
}
.botonbuscaravanzada a:hover {
	font-family:"Trebuchet MS", Arial;
	font-size:10px;
	text-decoration: underline;
	color:#807D33;
}

/*----------------------------------------------------------------------------------------------------------------------
  Estilo tabla resultados
-----------------------------------------------------------------------------------------------------------------------*/
.tablaresultados {
	width: 100%;
	padding: 0;
	margin: 0;
	font: normal 10px auto "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
        float: left;
}
.tablaresultados th {
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background-color: #bf2238;
	background-image: url(../images/thdegradado04.png);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #bf2238;
	border-right-color: #bf2238;
	border-bottom-color: #bf2238;
}

tr.alertapar td {
	background-color: #F9F9EF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-transform: none;
	letter-spacing: 1px;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #F6F4e1;
	border-bottom-color: #F6F4e1;
        padding-left:5px;
}

tr.alertaimpar td {
        background-color: #fff;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
        padding-left:5px;
	text-transform: none;
	letter-spacing: 1px;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #F6F4e1;
	border-bottom-color: #F6F4e1;
}
tr.alertaimpar td.icono {
        background-image: url(../images/bala_04roja2.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	padding-left: 20px;
}

tr.alertapar td.icono {
	background-image: url(../images/bala_04verde2.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	padding-left: 20px;
}

tr.oferta {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-left: 25px;
	text-transform: none;
	letter-spacing: 1px;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #F6F4e1;
	border-bottom-color: #F6F4e1;
}

tr.convocatoria {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #427400;
	padding-left: 25px;
	text-transform: none;
	letter-spacing: 1px;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #F6F4e1;
	border-bottom-color: #F6F4e1;
}

tr.oferta td {
        padding: 6px 6px 6px 6px;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #F6F4e1;
	border-bottom-color: #F6F4e1;
}

tr.convocatoria td{
	padding: 6px 6px 6px 6px;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #F6F4e1;
	border-bottom-color: #F6F4e1;
        background-image: url(../images/pruebafondo_05.png);
	background-repeat: repeat-x;
}

tr.oferta td.icono img {
        float: left;
        margin-right: 5px;
}

tr.convocatoria td.icono img{
        float: left;
        margin-right: 5px;
}

tr.convocatoria td a, tr.oferta td a, tr.alertaimpar td a, tr.alertapar td a{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
        display: block;
        color: #000000;
}

tr.oferta td.icono a, tr.convocatoria td.icono a {
        padding-left: 20px;
}

tr.oferta td a:visited, tr.convocatoria td a:visited,tr.alertaimpar td a:visited, tr.alertapar td a:visited {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
        color: #bdbca1;
	text-decoration: none;
}

tr.oferta td a:hover, tr.convocatoria td a:hover,tr.alertaimpar td a:hover, tr.alertapar td a:hover {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #981426;
	text-decoration: underline;
}


/*----------------------------------------------------------------------------------------------------------------------
        LOGIN y REGISTRO
-----------------------------------------------------------------------------------------------------------------------*/
#registro {
	width: 740px;
	float: left;
	display: inline;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #ffffff;
	color:#000000;
}

#registro h2 {
	font-family: "Trebuchet MS", Arial;
	font-size:18px;
	font-weight:bold;
	color:#000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ACAA69;
	margin-bottom: 10px;
}
#registro #campos {
	width: 350px;
	float: left;
	background-color: #ffffff;
	color:#000000;
}
#registro #faq {
	width: 380px;
	float: left;
	margin: 0px 0px 0px 10px;
	background-color: #ffffff;
	color:#000000;
}

#registro #faq #foto, #registro #foto {
	width: 370px;
	border: 5px solid #F4F3EC;
	margin: 0px 0px 10px 0px;
        float: right;
}
#registro #faq h2 , #registro h2{
	font-family: "Trebuchet MS", Arial;
	font-size: 18px;
	font-weight: bold;
	color: #8B8A4E;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ACAA69;
	margin-bottom: 10px;
	width: 100%;
	line-height: 22px;
}



.registrocampos{

  border-spacing: 0px;
  border-collapse: collapse;

}

.registrocampos .primercampo {
    padding:10px 0px 10px 0px;
    text-align: center;
}
.registrocampos select{
	width:180px;	
}

.registrocampos td, .registrocampos th {
	padding: 4px 5px 0px 0px;
	background-color: #F4F3EC;
}
.registrocampos tr {
	background-color: #978B53;
}

.registrocampos .notifyMessage {
    color:black;
    font-weight:bold;
    padding:5px;
    text-align:center;
}

#login h1, #registro h1, #contacto h1 {
	font-size: 22px;
	font-style: italic;
	color: #981426;
	line-height: 24px;
	margin-bottom: 2px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 0px;
}

.recordarpassword {
        text-align:center;
}

/*----------------------------------------------------------------------------------------------------------------------
        Estilo CUPON
-----------------------------------------------------------------------------------------------------------------------*/
#detalle {
	/*width: 740px;*/
        margin: 0px 0px 0px 10px;
	background-color: #ffffff;
	color: #000000;
}
#detalle h2 {
        /*margin: 0px 10px 0px 0px;*/
	font-family: "Trebuchet MS", Arial;
	font-size: 24px;
	font-weight: bold;
	color: #981426;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ACAA69;
}

#detalle h2 em {
        color: #333333;
        font-family: "Trebuchet MS", Arial;
	font-size:18px;
	font-weight:bold;
        display: block;
}

#detalle h3{
	font-family: "Trebuchet MS", Arial;
	font-size: 18px;
	font-weight: bold;
	color: #333333;      
}
#detalle  #detalle1 {
	width: 400px;
	float: left;
	margin: 10px 10px 0px 0px;	
	background-color: #ffffff;
	color: #000000;
        display: inline;
}
#detalle #detalle1 h2 {
	color: #000000;
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	font-weight: bold;
	background-color: #F8F8F1;
	/*width: 390px;*/
	padding: 5px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#detalle #detalle1 h3 {
	color: #807D33;
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;        
	font-weight: bold;
	background-image: url(../images/bala_01a.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 15px;
	margin: 10px 0px 0px 0px;
}

#detalle #detalle1 h3 em{
	color: #000000;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;        
	font-weight: bold;
	margin: 10px 0px 0px 0px;
}

#detalle #detalle1 a {
    color: #981426;
}

#detalle1 ul {
	margin: 10px 0px 0px 15px;
}

#detalle1 p {
        margin: 10px 0px 0px 0px;
}

#detalle  #cupon {
	width: 308px;
	font-weight: normal;
	float: left;
	margin: 20px 0px 0px 0px;
	padding: 5px;
	background-color: #F8F8F1;
	color: #000000;
	border: 1px solid #D3D2AF;
	background-image: url(../images/background04.png);
        display: inline;
        
}
#detalle #cupon h2 {
	color: #981426;
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	font-weight: bold;
	background-color: #FBFBF7;
	text-transform: uppercase;
	padding: 5px;
	border: none;
	margin-bottom: 10px;
        text-align: center;
}
.txtcupon {
        border-collapse: separate;
        border-spacing: 5pt;
}

.txtcupon td {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.txtcupon .tdLabel {
        width: 35%;
}

/*----------------------------------------------------------------------------------------------------------------------
        Estilo columnas enlaces
-----------------------------------------------------------------------------------------------------------------------*/
.general {
	width: 740px;
	float: left;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial;
	color:#000000;
	text-align: left;
}
.generaltitulo {
	width: 728px;
	float: left;
	padding: 5px;
	font-size: 18px;
	font-family: "Trebuchet MS", Arial;
	color:#981426;
	font-weight:bold;
	background-color: #FCFCF8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #F3F3E2;
	border-bottom-color: #E7E7C7;
	border-left-color: #F3F3E2;
	line-height: 18px;
}
.generallista {
	width: 740px;
	float: left;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial;
	color:#000000;
	margin: 0px;
}
.generallista ul {
	padding: 0px;
	list-style: none;
	margin: 0px;
}
.generallista ul li {
	float: left;
	line-height: 14px;
}
.generallista ul li a {
	display: list-item;
	width: 730px;
	text-decoration:none;
	font-weight: normal;
	background-image: url(../images/bala_03a.png);
	background-repeat: no-repeat;
	background-position: left 1px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #000000;
}
.generallista ul li a:visited {
	display: list-item;
	width: 730px;
	text-decoration:underline;
	font-weight: normal;
	background-image: url(../images/bala_03a.png);
	background-repeat: no-repeat;
	background-position: left 1px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #807D33;
}
.generallista ul li a:hover {
	display: list-item;
	width: 730px;
	text-decoration:underline;
	font-weight: normal;
	background-image: url(../images/bala_03a.png);
	background-repeat: no-repeat;
	background-position: left 1px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #981426;
}
.enlacesizda {
	width: 355px;
	float: left;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial;
	color: #000000;
	text-align: left;
        margin-right: 10px;
	display: inline;
}
.enlacesdcha {
	width: 365px;
	float: right;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial;
	color: #000000;
	text-align: left;
	display: inline;
}
.enlacestitulo {
	width: 340px;
	padding: 5px;
	font-size: 18px;
	font-family: "Trebuchet MS", Arial;
	color: #981426;
	font-weight: bold;
	background-color: #FCFCF8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #F3F3E2;
	border-bottom-color: #E7E7C7;
	border-left-color: #F3F3E2;
	line-height: 18px;
}
.enlaceslista {
	width: 350px;
	border-right: #E9E8BC solid 1px;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial;
	color:#000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.enlaceslista ul {
	padding: 0px;
	list-style: none;
	margin: 0px;
}
.enlaceslista ul li {
	line-height: 14px;
}
.enlaceslista ul li a {
	display: list-item;
	text-decoration:none;
	font-weight: normal;
	background-image: url(../images/bala_03a.png);
	background-repeat: no-repeat;
	background-position: left 1px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #000000;
}
.enlaceslista ul li a:visited {
	display: list-item;
	text-decoration:underline;
	font-weight: normal;
	background-image: url(../images/bala_03a.png);
	background-repeat: no-repeat;
	background-position: left 1px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #807D33;
}
.enlaceslista ul li a:hover {
	display: list-item;
	text-decoration:underline;
	font-weight: normal;
	background-image: url(../images/bala_03a.png);
	background-repeat: no-repeat;
	background-position: left 1px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #981426;
}




/*-----------------------------------

      ESTILOS DE AVISO LEGAL

-----------------------------------*/

#main {
	width: 740px;
	float: left;
	display: inline;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	background-color: #ffffff;
	color:#000000;
}

.linkEnviar {
        margin-top: 15px;
        margin-bottom: 10px;
}

.linkEnviar a{
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #4F4D20;
	padding: 4px;
}

.linkEnviar a:hover {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #000000;
}

/*minibuscador*/

.minibuscador {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	color: #4F4D20;	
	font-weight: bold;
        border-collapse: separate;
        border-spacing: 2pt;
}

.minibuscador .tdLabel {
        width: 120px;
}

.selectBuscadorHomeSizeFijo {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #505050;
	font-weight: bold;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #ECE7CA;
	margin: 0px;
	padding: 2px;
	width: 200px;	
}

/* Lista men� usuario */

#listausuario {
	margin-bottom: 50px;
	padding: 0; 
}
#listausuario ul {
        margin-bottom: 50px;
        list-style: none;
        margin: 0px; 
        padding: 0;
}

#listausuario li {
        list-style: none;
	margin: 0px 10px 0px 10px;  
        float: left; 
        width: 220px; 
        display: inline;
        border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0DB;
	padding: 2px;
	background-color: #FAFAF1;   
}

#listausuario li a {
        font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	font-weight:bold;	
	text-align:center;	    
	text-decoration: none;
	color: #981426;
}
#listausuario li a:hover {
	color: #ACAA69;
}



/* ---------------------------
       FAQ General
------------------------------ */

.faq_usuario {
	width: 720px;
	float: left;
	display: inline;
	padding: 10px;
	background-color: #ffffff;
	color:#000000;
	font-family:"Trebuchet MS", Arial;
	font-size:14px;
}
.faq_usuario a {
	color:#981426;
	font-family:"Trebuchet MS", Arial;
	font-weight: bold;
	font-size:14px;
	text-decoration:none;
}
.faq_usuario a:visited {
	color:#ACAA69;
	font-family:"Trebuchet MS", Arial;
	font-weight: bold;
	font-size:14px;
	text-decoration: underline;
}
.faq_usuario a:hover {
	color:#981426;
	font-family:"Trebuchet MS", Arial;
	font-weight: bold;
	font-size:14px;
	text-decoration: underline;
}
.faq_usuario h2 {
	font-family: "Trebuchet MS", Arial;
	font-size:24px;
	font-weight:bold;
	color:#807D33;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4C0;
	margin-bottom: 10px;
}
.faq_usuario h3 {
	font-family: "Trebuchet MS", Arial;
	font-size:18px;
	font-weight:bold;
	color:#000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ACAA69;
	margin-bottom: 10px;
	margin-top: 20px;
}



