/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.placas{
	position: relative;
	padding: 10px;
}
.tema_actual{
	background-color: #333;
	position: absolute;
	bottom: 20px;
	height: 70px;
	width: 90%;
	margin-left: 5%;
	opacity: .7;
}

.tema_texto{
	position: absolute;
	bottom: 20px;
	height: 70px;
	width: 90%;
	margin-left: 5%;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 20px;
	color:#FFF;	
	padding: 20px;
}

.contacto-form,.contacto-enviado{
	padding: 15px;
}

.contacto-form input, .contacto-form textarea{
	background-color: #DBDBDB;
	color:#969696;
}
.btn-violeta,.btn-violeta:hover{
	background-color: #500f77;
	color:#FFF;	
}

.container{
	width: 520px;

}


.tit{
	  padding-top: 15px;
	  font-family: inherit;
	  font-size: 16pt;
	  padding-left: 15px;
}