BODY {
	margin: 0px;
	background-color: #1F1F1F;
	background-image: url(img_interfaz/01_fondo_ppal_1.png);
}

.footer_box {
	width: 640px;
	height: 123px;
	border: 1px solid #333333;
	background-color: #272727;
}

.footer_box_2 {
width: 100%;
height: 120px;
background-image: url(img_interfaz/01_fondo_footer_1.png);
 background-position: center;
 margin-top: 20px;
}


/* Fuentes */


.fuente_1 {
	 color:#a6a5a5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom:4px;
}


.fuente_2 {
	 color:#555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom:4px;
}



.fuente_3 {
	 color:#dbdbdb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	 line-height: 17px;
	  
	
}



/* Enlaces */


a.enlace1:link {
	color: #a6a5a5;
	text-decoration: none;
	
}
a.enlace1:visited {
	color: #a6a5a5;
	text-decoration: none;
	
}
a.enlace1:hover {
	color: #a6a5a5;
	text-decoration: underline;
}
a.enlace1:active {
	color: #a6a5a5;
	text-decoration: none;
}



/* Formulario */

.fuente_formulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #dbdbdb;
	text-align:right;
}

.form_campo_1 {
	 width: 270px;
	 height: 22px;
	background-color: #ededed;
	border: 1px solid #828282;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	
	color: #555555;
}


.form_campo_2 {
	 width: 400px;
	 height: 161px;
	background-color: #ededed;
	border: 1px solid #828282;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
		color: #555555;
}


.form_boton {
	 width: 150px;
	 height: 22px;
	border: 1px solid #585858;
	background-color: #282828;
	 padding-bottom: 3px;
	 color: #CCCCCC;
	
		
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
		color: white;
		 
}

/* Links */



ppp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #d6d6d6;
	line-height: 18px;
}



