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

body {
	padding:0px;
	margin:0px;
	background:#000 url(../img/fondo_img.jpg) top center no-repeat;
}


/*Formato de registro*/
.registro input {
width:200px;
}

.registro input:focus, .registro textarea:focus {
background:#000;
}

input:focus, .registro textarea:focus {
background:#000;
}

.registro input, textarea {
border-top:1px dotted #000;
border-left:1px dotted #000;
border-bottom:1px dotted #000;
border-right:1px dotted #000;
color:#fff;
background:#333;
font-size:20px;
}

input, textarea {
border-top:1px dotted #000;
border-left:1px dotted #000;
border-bottom:1px dotted #000;
border-right:1px dotted #000;
color:#fff;
background:#333;
font-size:14px;
}

.registro fielfset {
	position:relative;
	float:left;
	margin: 1em 0;
	padding:1em;
	border:0px;
	backface-visibility:transparent;
}

.registro label {
	display:block;
	
}
.registro input {
	width:200px;
	margin-left:0px;
}

/*Elementos de cuerpo*/

#box_container {
	background:url(../img/fondo-transp.png);
	border-radius:10px;
	width:215px;
	height:auto;
	position:relative;
	left:50%;
	margin-left:-200px;
	margin-top:150px;
	padding:20px;

}

#box_container2 {
	background:url(../img/fondo-transp.png);
	border-radius:10px;
	width:900px;
	height:auto;
	position:relative;
	left:30%;
	margin-left:-200px;
	margin-top:40px;
	padding:20px;

}

#box_container3 {
	background:url(../img/fondo-transp.png);
	border-radius:10px;
	width:700px;
	height:auto;
	position:relative;
	left:30%;
	margin-left:-200px;
	margin-top:50px;
	padding:20px;

}

p,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6c6c6c;
}