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

body, p, h1, h2, h3, h4, h5, div, span, a, input, textarea, select, option, form, li {
font: 15px 'Roboto';
font-weight: 100;  	
color: #ffffff; 
margin: 0; 
padding: 0;
line-height: 25px;
list-style: none;
}

body {
	background-color: #ff7f32;
	background-image:url(../fondo.jpg);
	background-position: 100% 0%;
	background-repeat: no-repeat;
}

/*reset de: img*/

img {
	border: none;
	margin: 0; 
	padding:0; 
}


/*Contenedor*/

	#contenedor {
	height: 950px;
	width: 584px;
	position: absolute;
	margin-top: 120px;
	margin-left: 120px;
	}
	
	#logo {
	height: 188px;
	width: 409px;
	}
	
	#columna {
	height: 564px;
	width: 370px;
	margin-left: 205px;
	margin-top: 119px;
	}
	
	.negrita {
	text-align: left;
	font: 15px 'Roboto';
	font-weight: 900; 	
	color: #ffffff; 
	margin: 0; 
	padding: 0;
	line-height: 25px;
	list-style: none;
	}
	
	.italica {
	text-align: left;
	font: 15px 'Roboto';
	font-style:italic;
	font-weight: 100; 	
	color: #ffffff; 
	margin: 0; 
	padding: 0;
	line-height: 25px;
	list-style: none;
	}
		
	#mail {
	text-align: left;
	font: 15px 'Roboto';
	font-weight: 100; 	
	color: #ffffff;
	text-decoration: underline;
	}
	
	.derechos {
	text-align: left;
	font: 11px 'Roboto';
	font-weight: 100; 	
	color: #ffffff; 
	margin: 0; 
	padding: 0;
	line-height: 16px;
	list-style: none;
	}
	
	#mdg {
	text-align: left;
	font: 11px 'Roboto';
	line-height: 16px;
	font-weight: 100; 	
	color: #ffffff;
	text-decoration: none;
	}
	
