﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    background-color: #FFFFFF;
	background: url(../images/background_mloin.jpg);
	margin-top:70px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9pt;
	}
.login1 {
	background:url(../images/loging2.png) no-repeat;
	width:963px;
	height:481px;
	margin:auto;}

.loginbox { 
	float:right; 
	margin-top:160px; 
	margin-right:110px;
	 width:280px; 
	 height:65px;
}
 .CellLabel
 {
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica;
    background:transparent;
 }

.bigrounded {
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.button{ /*background: #C92522;/*#E31E24;/*url(/Images/bts.png) no-repeat;*/
       /*  border:none; 
		font-size:11px;
		
		font-weight:bold;
		color:White;*/
		display: inline-block;
	    zoom: 1; /* correccion para internet 7 */
	    *display: inline;
	    vertical-align: baseline;
	    margin: 0 2px;
	    outline: none;
	    cursor: pointer;
	    text-align: center;
	    text-decoration: none;
	    font: 14px/100% Arial, Helvetica, sans-serif;
	    padding: .8em 2em;
	    text-shadow: 0 1px 1px rgba(0,0,0,.3);
	    -webkit-border-radius: .5em; 
	    -moz-border-radius: .5em;
	    border-radius: .5em;
	    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	    box-shadow: 0 1px 2px rgba(0,0,0,.2);
	}
.button:hover {
    text-decoration: none;
}
.button:active {
    position: relative;
    top: 1px;
}
.button_bg {
    color: #faddde;
    border: solid 1px #980c10;
    background: #d81b21;
    background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
    background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.button_bg:hover {
    background: #b61318;
    background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
    background: -moz-linear-gradient(top,  #c9151b,  #a11115);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.button_bg:active {
    color: #de898c;
    background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
    background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}
.button_size {
    font-size: 12px;
    /*padding: .4em 1.5em .42em;*/
    padding: 2px 0 1px 0; 
}	
.tbSearch
        {
        	
        	FONT-SIZE: 8pt;
        	COLOR: #000000;
        	FONT-FAMILY: Arial, Helvetica;
        	font-weight:normal;
        	background-color:#EFF3FB;
   }
