


@charset "utf-8";
/* CSS Document */

/*reseteado*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, center, u, b, i {
	margin: 0;   
	padding: 0;   
	border: 0;   
	outline: 0;   
	font-weight: normal;   
	font-style: normal;   
	font-size: 100%;   
	font-family: inherit;  

}
	
body {
	line-height: 1;
	height: 100%;
}
	
:focus {
	outline: 0;	
}
	
ol, ul, li {
	list-style: none;
}
	
table {
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote:before, blockquote:after, q:before, q:after {   
	content: "";  
}
	
blockquote, q {
	quotes: "" "";
}
	
hr {
	margin: 0;   
	padding: 0;   
	border: 0;   
	color: #000;   
	background-color: #fff;   
	height: 1px;
}

a {
	text-decoration: none;
	color: inherit;
}

/*-----------------------*/


body {	
	background-image: url(imagenesweb/background_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	background-color: #C0650C;
	height: 100%;
	color: #802800;
}

#header {
	background: #F0ECD6;
}

#logo {
	width: 600px;
	height: 200px;
}

#contenedor {
	margin: 0px auto;
	width: 1024px;
    min-height: 100%;
	height: auto !important;	
}

#content {
	padding-top: 20px;
	height: 400px;
	background-image: url(imagenesweb/content_bg.jpg);
	background-repeat: no-repeat;
}

#formulario {
	width: 500px;
	height: 180px;
	margin: 0px auto;
	text-align: left;
}

#usuario {
	text-align: left;
	margin-top: 55px;
	height: 1px;
	width: 100%;
	padding-left: 50px;
}

#contrasinal {
	text-align: left;
	margin-top: 30px;
	padding-left: 50px;
}

#contrasinal_r {
	text-align: left;
	margin-top: 14px;
	padding-left: 50px;
}

#mail {
	text-align: left;
	margin-top: 13px;
	padding-left: 50px;
}

#usuario a, #contrasinal a, #contrasinal_r a, #mail a  {
	font-family: Verdana, Helvetica;
	font-size: 14px;
	color: #802800;
	margin-right: 12px;
}

.enviar {

	margin-top: -12px;
	float: right;
	margin-right: 160px;
}

.cancelar {


	margin-top: 20px;
	float: right;
	margin-right: 65px;
}

input {        
    height: 15px; 
    width: 240px; 
	color: #802800;
	background: #ebdec1;
	border: 0px;
	padding-left: 2px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.naranja {
	color: #C0650C;
}
		
#navcontenedor {
	margin-bottom: 30px;
}

#rightcontent {
	overflow: hidden;
	width: 870px;
	height: 640px;
	margin: -80px auto 0 auto;
	border: none;
	background: #FBC654;
}
	
#formulario1 {
	padding: 0px;
	z-index: 50;
	text-align: left;
	margin: -145 50 100 70;
}

#formulario3 {
	padding: 0px;
	z-index: 51;
	text-align: left;
	margin: -117 20 100 252;
}

#hack {
	padding: 0px;
	z-index: 100;
	position: absolute;
	/*nos posicionamos en el centro del navegador*/
	top: 0%;
	left: 15%;
}

p,h1,pre {
	font-family: Verdana, Helvetica;
	font-size: 10px;
	margin: 0px 10px 0px 10px;
}		
		
.pre_m12 {
	font-family: Verdana,Helvetica;
	font-size: 14px;
	color: #8E3E0C;
	margin-right: 8px;
}	
		
.pre6 {
	font-family: Verdana,Helvetica;
	font-size: 10px;
	color: #802800;
}
	
.boton {
	margin-left: 310px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	background: #C0650C;
	padding: 4px;
	text-decoration: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 	
}

.boton:hover {
	font-size: 12px;
	background: #C0650C;
	padding: 3px;
	text-decoration: none;
	padding: 4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius : 3px; 	
}       

