﻿body 
{
 color :Black;
 font-size : 12px;
 font-family :Arial;

}

.header1{background: url(images/logo_asocana.jpg) no-repeat;}
.header2{background: url(images/enc_izquierdo.jpg) no-repeat;}

.watermark
{
    color: Silver;
    border: 1px solid Black;
}

.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=60);
	/*opacity:0.7;*/
}

.modalPopup {
	background-color:#ffffff;
	/*border-width:3px;
	border-style:solid;
	border-color:Gray;*/
	padding:3px;
}

/************************************************************************
* 
* Rollover buttons
*
************************************************************************/

.buttonsmall, .buttonsmall-ovr
{
    background: #f2f2f2;
    border: 1px solid #CCCCCC;
    color: #000000;
    height: 20px;
    font-weight: normal;
    font-size: 12px;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 1px;
    text-decoration: none;
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.buttonsmall:hover
{
    text-decoration: underline;
    background: url(images/background_button_small-ovr.gif) repeat-x;
}
.buttonsmall-ovr
{
    text-decoration: underline;
    background: url(images/background_button_small-ovr.gif) repeat-x;
}

.linkbutton, .linkbutton-ovr
{
    color: #006600;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.linkbutton:hover
{
    color: #00CC00;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
    cursor: hand;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

A A:visited A:active A:hover A:link
{
text-decoration:none;
border-style:none;
}

IMG
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}


/*botones*/
.btnInicio,btnInicio:hover
{
	background: url(images/home.jpg) no-repeat;
	height:50px;
    width:50px;
}

.btnInicio:hover
{
	background: url(images/home_f2.jpg) no-repeat;
}

.tables
{
    color: #000000;
    background-color: Transparent;
    font-family: Arial;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
}

.filas
{
    color: #000000;
    background-color: #E3EAEB;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}

