/* CSS Document */

/*...........................
	html
............................*/
* {
	margin: 0;
	padding: 0;
	border: none;
	}


body{
	background:#eeeeee;
	font:normal 12px Arial, Helvetica, sans-serif;
	padding-top:20px;
	}	
h2{
	color:#fff;
	font-size:24px;
	}

h3{
	color:#4073AD;
	font-weight:bold;
	font-size:19px;
	}
h4{
	color:#4073AD;
	font-weight:bold;
	font-size:16px;
	font-style:italic;
	}	
	
/* Clases tiles */
.p_relative{
	position:relative;
	}

a:link {
 	color: #4073AD;
 	text-decoration: none;
	}
a:visited {
 	text-decoration: none;
 	color: #4073AD;
	}
a:hover {
 	text-decoration: underline;
 	color: #4073AD;
	}
a:active {
 	text-decoration: none;
	}	
p{ 
	margin-bottom:20px;
	}
table {	
	border-collapse: collapse;
	}

img{
	border:0;
	}	
	
#wrapper{
	width:910px;
	margin:0 auto;
	}
#header{
	height:128px;
	background: url(../images/logo_sesion.gif) left  no-repeat #373737;
	margin-bottom:96px;
	}
#title{
	float:right;
	margin-top:56px;
	margin-right:10px;
	}
#box_login{
	background:#373737;
	width:395px;
	height:246px;
	margin:0 auto;
	padding:22px 22px;
	
	}
#box_login input{
	background: url(../images/bg_input_sesion.gif);
	height:31px;
	font-size:19px;
	float:left;
	width:390px;
	margin-bottom:18px;
	border:1px solid #2e2e2e;
	
	}
#box_login div{
	font-size:19px;
	color:#FFFFFF;
	width:180px;
	
	
	}							
	
	
/*...........................
	 BUTTONS STYLES
............................*/	

.buttons a, .buttons button{
    display:block;
	width:50%;
    margin-left:0 auto;
    background-color:#f5f5f5;
    border:2px solid #c6c6c6;
    border-top:2px solid #c6c6c6;
    border-left:2px solid #c6c6c6;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
	float:left;
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
.bt-log{
	width:392px;
	margin:0 auto;
	}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:2px solid #c6c6c6;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:3px solid #c6c6c6;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* ENVIO */

button.envio, .buttons a.envio{
    color:#565656;
}
.buttons a.envio:hover, button.envio:hover{
    background-color:#333333;
    border:1px solid #565656;
    color:#FFF;
}
.buttons a.envio:active{
    background-color:#529214;
    border:1px solid #565656;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}	