BODY
{
    background: #b0b0b0;
    color: #0f0f0f;
    MARGIN: 0px;
    PADDING-BOTTOM: 20px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 100px;
    text-align: center;
    background-attachment: fixed;
	scrollbar-arrow-color:  #232D32;
	scrollbar-face-color: #9DB1C1;
	scrollbar-track-color: #D6DEE4;
	scrollbar-highlight-color: #C8D3DD;
	scrollbar-3dlight-color: #DCE3E9;
	scrollbar-shadow-color: #75919F;
	scrollbar-darkshadow-color: #465964;
}

@media (max-width: 600px) {
    #main {
      -webkit-flex-direction: column;
      flex-direction: column;
    }
}

.top
{
   display:inline;
   float:left;
   width:auto;
   height:auto;
   margin:5px;
}

#logo {
	display:block;
	width:150px;
	height:auto;
	float:right;
	margin:5px;
	text-align:right;
}

#logo img {
	width:130px;
	height:auto;
}


#main {
    display: flex;
    width: 100%;
    min-width: 300px;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap-reverse;
}

#contenido
{
   display:block;
   width: 90%;
   height: auto;
   min-width: 300px;
   min-height: 300px;	
   padding: 10px;
   margin-top: 10px;
   margin-bottom: 10px;
   margin-left: auto;
   margin-right: auto;
   border: 3px silver outset;
   background-color: white;
   text-align: left; 
   -moz-box-shadow: 14px 14px 14px #918d80;
	-webkit-box-shadow: 14px 14px 14px #918d80;
	box-shadow: 14px 14px 14px #918d80;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-o-border-radius:12px;
	-khtml-border-radius:12px;
	border-radius:12px;
}


#buscar
{
   width: 300px;
   height: auto;
   margin:10px;
   align:right;
}


#buscar fieldset legend
{
   display:none;
}


.caja ul.iconos 

{
   width: 150px;
   height: auto;
   margin:5px;
   padding:0px;

}

.caja .iconos li

{
   display: inline;
   padding:0px;
   width: 33px;
   height: auto;
   margin:1px;

}


#izquierda
{  
   flex: 1;
   width: auto;
   min-width:160px;
   height: auto;
   padding: 10px;
   margin-top: 10px;
   margin-bottom: 10px;
   margin-left: auto;
   margin-right: auto;
   background-color: white;
   text-align: left; 
   
}



#izquierda .caja 
{
   width: 180px;
   height: auto;
   padding: 0px;
   margin-bottom: 10px;
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   background-color: white;
   text-align: left; 
   
}



.caja fieldset
{
   width: 100%;
   height: auto;
   padding: 0px;
   margin: 0px;
   border: none;
}

.caja legend
{
   display:block; 
   margin:0px;
   padding:0px; 
   width: auto;
   height: auto;
   border-right: #a5a7aa outset 1px; 
   border-bottom: #a5a7aa outset 1px; 
   border-top: white outset 1px; 
   border-left: white outset 1px; 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 12pt;
   font-weight:bolder;
   background-color:black; 
   color: white; 
   list-style: none;
}


#derecha .caja 
{
   width: 95%;
   height: auto;
   padding: 0px;
   margin: 0px;
   background-color: white;
   text-align: left; 
   
}



.panelmenu
{
   clear:both;
   width: 100px;
   height: auto;
   float: left;
   display:block; 
   margin: 0px;
   padding: 1px;
   background-color:none;
   border: 1px;
}


.panelmenu li 
{
   float:left;
   display:block; 
   margin:2px;
   width: 140px;
   height: auto;
   border-right: #a5a7aa outset 1px; 
   border-bottom: #a5a7aa outset 1px; 
   border-top: white outset 1px; 
   border-left: white outset 1px; 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 12px;
   font-weight:bolder;
   background-color:black; 
   color: white; 
   list-style: none;
}

.panelmenu li a
{
   display:block; 
   text-decoration: none;
   color: black;
   background-color:#f5f7f9;
   padding:5px;
   font-weight:100;
}

.panelmenu li a:hover
{
   display:block;
   background-color: #f0f0f0; 
   color: #c00000;
   font-weight:bolder;
   border 2px black dotted;
}

.indice fieldset
{
   display:block;
   float:left;
   width:320px;
   height:auto;
   min-height:250px;
   margin-top:15px;
   border: none;
   padding: 12px;
        -moz-box-shadow: 4px 4px 4px #918d80;
	-webkit-box-shadow: 4px 4px 4px #918d80;
	box-shadow: 4px 4px 4px #918d80;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-o-border-radius:12px;
	-khtml-border-radius:12px;
	border-radius:12px;

}


.indice legend
{
   background-color:#aac0c0;
   width:300px;
   color: black;
   font-size:14pt;
   font-weight:bolder;

}




#player
{
   float: left;
   display:block;
   width: 250px;
   height: auto;
   padding: 0px;
   margin: 10px;
   background-color: white;
   text-align: left; 
}


#derecha
{
   float: left;
   width: 700px;
   height: auto;
   padding: 5px;
   margin-top: 10px;
   margin-bottom: 10px;
   margin-left: auto;
   margin-right: auto;
   background-color: white;
   text-align: left; 
   
}

#centro
{
   flex: 3;
   display:flex;
   flex-flow: row wrap;
   width: auto;
   height: auto;
   padding: 10px;
   margin-top: 10px;
   margin-bottom: 10px;
   margin-left: auto;
   margin-right: auto;
   border: 2px silver dotted;
   background-color: white;
   text-align: left; 
   
}






.msg
{
   background-color: yellow;
   border: 1px #c0c0c0 dotted;
   font: message-box;
   padding: 4px;
   FONT-SIZE: 10pt;
   
}

.tip
   {
   background-color:#FaFac0;
   border: yellow 2px solid;
   padding: 10px;
   margin: 10px;
   font: message-box;
   font-size:10pt;
   font-color:#101010;
   }



#searchbox
{
    overflow-x:hidden;
    overflow-y:scroll;
    position:absolute;
    width:300;
    height:120;
    top:300;
    left:120;
    border: 1px red dotted;
    BACKGROUND-COLOR: #00c0c0;
    font: message-box;
    z-index: 100;
    display: none;

}

#searchbox a:visited
{
color:white;
    font: small-caption;
}

#searchbox a:hover
{
color:yellow;
    font: small-caption;
}

.buscar td
{
font-size: smaller;
    BACKGROUND-COLOR: #0000c0;

}


textarea, input
{

color: BLACK;
}

#paises li
{
    FONT: menu;
    float:left; 
    display:inline;
    margin-right: 15px;
}

#quickmenu
{
    margin-left: 10px;   
    margin-right: 10px; 
    margin-bottom: 25px;  
    margin-top: 5px;
    width: 800px;
    height: auto;
    text-align: left;
    clear: right;
}

#quickmenu .encabezado 
{
    width:500px;
    height: auto;
    clear: right;
    font-weight:bolder;
    border-bottom: 5px black dotted;
    margin-left: 150px; 
    margin-right; 10px;
    margin-top; 50px;
    margin-bottom; 2px;  
    FONT-FAMILY: Georgia, arial, helvetica;
    FONT-SIZE: 15pt;
    text-align: left;
}



#quickmenu .menu ul 
{
    float:right; 
    width:500px;	
    PADDING-LEFT: 5px;
    PADDING-right: 5px;
    border-right: 1px silver solid;
    clear:left;
}

#quickmenu .Menu li
{
    FONT: menu;
    float:right; 
    display:inline;
    margin: 5px;
}


#quickmenu .Menu li a
{
    color:black;	
}


#quickmenu .Menu li A:hover
{
    border-right: 1px silver solid;
    border-bottom: 1px silver solid;

}

.blogs ul
{ 	
   display:inline; 
   float: left;
   clear: left;	
   margin: 5px;
   width: 650px;	
   height: auto;
   font: tahoma;
   font-size: 10pt;
}

.blogs li
{
   display:inline; 
   float: left;
   margin: 5px;
   width: 660px;	
   padding: 5px;
   border: 1px silver solid;
   TEXT-DECORATION: none;
   list-style: none;
   font-size: 12pt;
}

.blogs .titulo
{
    FONT-WEIGHT: bolder;
    border: 0px;	
    font-size: 12pt;
    TEXT-DECORATION: none;
}

.blogs img
{
   display:inline; 
   clear:left;
   float:left;
   margin-left: auto;
   margin-right: auto;
   height: auto;
   width: 90px;
   margin: 5px;
   padding: 5px;

}

.blogs .comentario
{
   display:inline; 
   float:left;
  width: 480px;
  height: auto; 
  margin-left: auto;
  margin-right: auto;
 
}

h1, .titulo
{
margin-left: auto;
margin-right: auto;
margin-top: 20px;
margin-bottom: 20px;
clear:both;
width: 50%;
height: auto;
border-top: 2px silver dotted;
border-bottom: 2px silver dotted;
FONT-WEIGHT: bolder;
font-size: 1.5em !important;
text-align: center;
padding: 5px;

}



.Texto
{
    COLOR: #0f0f0f;
    FONT-FAMILY: tahoma, arial, helvetica;
    FONT-SIZE: 14pt;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none;
    font-strech: 10;
    text-align:justify;
    margin:20px;
}

.listado
{
    width: 95%;
    min-width: 280px;
    height:auto;
    margin-top:5px;
    background-color: #ffffff;
    border-collapse:collapse;
    border: 2px #0f0f0f solid;
    FONT-FAMILY: ARIAL;
    FONT-SIZE: 10pt;;
}


.listado td strong
{
    color:#f00000; 
}


.listado .header
{
    background-color: #800000 !important; 
    color: white !important; 
    font-family: ARIAL !important; 
    font-size:10pt !important; 
    padding:8px !important; 
}


.listado tr:nth-child(odd)
{
    background-color: #889ece;
    color: #202020; 
    FONT-FAMILY: ARIAL;
    FONT-SIZE: 10pt;
}

.listado tr:nth-child(odd) td
{
    padding:5px;
}

.listado tr:nth-child(odd) A
{
    COLOR: #202020; 
}

.listado tr:nth-child(odd) A:hover
{
    color: #2020f0; 
}


.listado tr:nth-child(even)
{
    background-color: white; 
    COLOR: #202020; 
    FONT-FAMILY: ARIAL;
    FONT-SIZE: 10pt;
    padding:5px;
}

.listado tr:nth-child(even) td
{
    padding:5px;
}


.listado tr:nth-child(even) A
{
    color: #202020; 
}

.listado tr:nth-child(even) A:hover
{
    color: #2020f0; 
}

.nota
{
    font-name:tahoma;	
    font-size:8pt;
    color: #0f0f0f;
    text-align:right;
}


DIVx 
{
border: 5px black solid;
}

DIV .SearchML 
{
float:left;
clear:left;
margin-left:25px;
margin-right:25px;
margin-top:0px;
margin-bottom:0px;
padding:0px;
height:auto;
width:360px;
}

.SearchML ul
{
width:auto;
height:auto;
padding:0px;
margin:0px;
}

.SearchML li
{
   display:inline; 
   float:left;
   width:100px; 
   height: 200px;
   background-color:#f5f7f9; 
   padding:5px; 
   margin-top: 5px;
   margin-bottom: 5px;
   margin-left: 5px;
   margin-right: 0px; 
   text-align: left; 
   font-size: small;
   color: #221111;
   border-right: #a5a7aa solid 1px; 
   border-bottom: #a5a7aa solid 1px; 
   filter: alpha(opacity=100); 
   opacity: 1;
}

.SearchML li A:visited img
{
   filter: alpha(opacity=50); 
   opacity: .5;
}

.SearchML li A:link img
{
   filter: alpha(opacity=50); 
   opacity: .5;
}
.SearchML li a:hover img
{
   filter: alpha(opacity=100); 
   opacity: 1;
}

.foto
{
margin-right: 30px;
margin-left: 30px;
padding:10px;
float:left;
clear: left;
width: 300px;

}

#piepag
{
width: 940px;
height: auto;
clear:left;
padding-top:60px;
margin: 5px;
text-align:right;
}

#anunciotop
{
float:left;
clear: right;
width: 300px;
height: 350x;
margin: 15px;
}


#datosml
{
float:left;
width: 400px;
height: auto;
margin: 5px;
padding: 15px;
background-color:#dde5ef; 
border: 1px #c0c0c0 dotted;
}

.listprod
{
float:left;
width: 300px;
height: auto;
margin: 5px;
padding: 5px;
   text-align: left; 
   font-size: x-small;
   color: #221111;


}

.listprod li
{
   list-style: none;
   padding-top: 5px;
   padding-bottom: 5px;
   border-bottom: #a5a7aa solid 1px; 
}



.listprod .titulo
{
   text-align: left; 
   font-size: small;
   font-family: tahoma;
   FONT-WEIGHT: bolder;
   TEXT-DECORATION: none;
   border: 0px;
}

.topword
{
float:left;
width: 300px;
height: auto;
margin: 5px;
padding: 0px;
   text-align: left; 
   font-size: small;
}

.topword li
{
   display:inline; 
   float:left;
   width:60px; 
   height: auto;
   background-color:#f5f7f9; 
   padding:0px; 
   margin-top: 5px;
   margin-bottom: 5px;
   margin-left: 5px;
   margin-right: 0px; 
   text-align: left; 
   font-size: small;
   color: #221111;
   border-right: #a5a7aa solid 1px; 
   border-bottom: #a5a7aa solid 1px; 
   filter: alpha(opacity=100); 
   opacity: 1;
}

.topword li A
{
   display:block;
   padding: 5px;
   color: black;
   filter: alpha(opacity=50); 
   opacity: .5;
   text-decoration: none;
}

.topword li A:hover
{
   background-color:#c00000; 
   color:#ffffff;
   filter: alpha(opacity=100); 
   opacity: 1;
   text-decoration: none;
}




.widget
{
    border: 2px silver dotted;
    width:95%;	
    height:auto;
    PADDING: 10px;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;	
    text-align: center;
}

.widget li
{
    FONT: menu;
    display:inline;
    margin: 5px;
}


a.Ntooltip {
   position: relative; /* es la posici�n normal */
   text-decoration: none !important; /* forzar sin subrayado */
   color:#101010 !important; /* forzar color del texto */
   background-color:#FaFac0;
   font-weight:bold !important; /* forzar negritas */
   margin-left:2px;
   border: yellow 1px solid;
   font: message-box;
   font-size:10pt;
   padding:1px;
}

a.Ntooltip:hover {
z-index:999; /* va a estar por encima de todo */
background-color:#800000; /* DEBE haber un color de fondo */
text-align:center;
color:yellow !important;
}

a.Ntooltip span {
display: none; /* el elemento va a estar oculto */
}


a.Ntooltip:hover span {
display: block; /* se fuerza a mostrar el bloque */
position: absolute; /* se fuerza a que se ubique en un lugar de la pantalla */
top:2em; left:2em; /* donde va a estar */
width:250px; /* el ancho por defecto que va a tener */
padding:5px; /* la separaci�n entre el contenido y los bordes */
background-color: #0080C0; /* el color de fondo por defecto */
color: yellow; /* el color de los textos por defecto */
text-align: justify;
font: message-box;
border: yellow 2px dotted;
}

#navegar
{
  display:block;
  float:left;
  clear:both;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  margin-top:30px;
  margin-bottom:30px;
  font-size:14pt;
}

#navegar li
{
  display:inline;
  list-style:none;
  background-color: #c0c0c0;
  border: 1px black inset;
  color: black;
  font-weight:bolder;
	
}

#navegar li .seleccion
{
   color:white;
   background-color: #ba0000;
   
}

#navegar li A
{
   padding:3px;
   background-color:#c0c0c0;
   color:black;
   text-decoration:none;   
}

#navegar li A:hover
{
   background-color:#a80000;
   color:white;
   
}

.pagination {
	text-align:center;
	padding:10px;
}





