body {
	scrollbar-face-color: Navy;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #808080;
	scrollbar-darkshadow-color: #808080;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #CBD8D4;

}
A  {
	font-weight : normal;
	text-decoration:none;
	color:#0000ff;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

A:Visited  {
	font-weight : normal;
	text-decoration:none;
	color: Purple;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

A:link  {
	font-weight : normal;
	text-decoration:none;
	color:#0000ff;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

A:Active  {
	font-weight : normal;
	text-decoration:none;
	color:#000099;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

A:Hover  {
	font-weight : bold;
	text-decoration: underline;
	color: #FF7000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}
.v1neno
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: Black;
	font-weight : normal;
	text-align: justify;
}
.v1nebo
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: Black;
	font-weight : bold;
	text-align: justify;
}
.v2neno
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #2E3192;
	font-weight : normal;
	text-align: justify;
	margin-right: 5%;
	margin-left: 5%;
}
.v2nebo
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2E3192;
	font-weight: bold;
	text-align: justify;
	margin-left: 1%;
}
.v1azbo
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: Navy;
	font-weight : bold;
	text-align:center;
}
.v2azbo
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: Navy;
	font-weight : bold;
	text-align:center;
}
.v3azbo
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16px;
	color: Navy;
	font-weight : bold;
	text-align : center;
}
.corporativa_normal
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	color: #2E3192;
	font-weight : normal;
}
.letra_grande
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 24px;
	color: #2E3192;
	font-weight : normal;
	text-align : center;
}
.fondo_form
{
	background-color: #F3EDE7;
}
.boton
{
	background-color: #2E3192; /*#848284; /* #a90533*/
	color:            #ffffff;
	border-bottom:    #223F5A 2px outset;
	border-left:      #808080 2px outset;
	border-right:     #223F5A 2px outset;
	border-top:       #808080 2px outset;
	font-family:      verdana, arial;
	font-size:        8pt;
	height:           20px;
	font-weight:      bold;
	cursor:           pointer;
}
.titulo_mod
	{
	color : White;
	font-size : 10px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-align : center;
	height : 20px;
	background-image : url(images/tbl_th.png);
}
.titulo_fondo_normal
	{
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color: #AAEDFA
	}
.vendida {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #2E3192;
	font-weight : normal;
	text-align: justify;
	margin-right: 5%;
	margin-left: 5%;
	background : url(../images/vendida_y_entregada.gif) no-repeat center top ;
}


.tab-button	 {
	 font-family: Verdana;
	 font-size: 12px;
    /*width: 100px;*/
    height: 20px;
    font-weight: normal;
    background: #e0e0e0;
    border-top: 1px solid buttonhighlight;
    border-left: 1px solid buttonhighlight;
    border-bottom: 2px solid buttonshadow;
    border-right: 2px solid buttonshadow;
    cursor: pointer;
    padding-top: 2px;
    padding: 3;
}

/****************************************************
 ESTILOS PARA IMAGENES EN MINIATURA
****************************************************/
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}