body {
	background:#404041; 
	font-family: 'Roboto', Verdana, sans-serif
	}
header {
	color:#CBDD10;
	margin-bottom: 30px;
	}
header p {
	line-height:85px;
	}
.portfolio {
	margin-bottom:10px;
	}
.portfolio .col-lg-6 {
	margin-bottom:10px;
	}
.portfolio .col-lg-6 img {
	width:100%;
	}
	
.formulario {
	background:#444445;
	padding-bottom: 20px;
	padding-top: 10px;
	color:#bdbdbd;
	}
.formulario h4 {
	color:#CBDD10;
	font-size:22px;
	font-weight:100;
	}
.formulario label {
	font-size:12px;
	}
.formulario .form-control {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #4B4A4C;
    border: none;
	border-radius:0;
	color: #a9a8a8;
}
.formulario .form-control:focus {
    border-color: #cbdb2a;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(203, 219, 42);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(203, 219, 42);
}
.formulario .btn { 
	width: 48%; 
}

.alert {
	color:#C00;
	padding: 10px 0 0;
	}
.alert.success {
	color:#090;
	}


.btn {
	background:#cbdb2a;
	color:#404041;
	border-radius:0;
	text-transform:uppercase;
	}
footer { 
	background: white; 
	color: #404041; 
	font-size: 12px; 
	position: relative;
	}
footer .top {
	background: #939598; 
	padding: 5px 0; 
	}
footer .bottom {
	padding: 10px 0;
	font-size:11px;
	}
footer #afip { 
	position: relative;
    right: 0;
    float: right;
    top: -10px;
	}