/*!
 * Temporalito Bootstrap3
 * Licencia: Apache License v2.0.
 * Para detalles, see http://www.apache.org/licenses/LICENSE-2.0.
 * Diseño y codigo: www.scoomadesign.com
 */

body {
	font-family: 'Roboto', sans-serif;
	margin-top: 50px;
	margin-bottom: 50px;
	background: none;
}

.contacto {
	font-size:16px;
	font-weight:600;
}

.consttext {
	font-size:30px;
	font-weight:300;
	margin-top:30px;}

h1 {
	font-size:29px;
	text-align:center;
	margin-bottom:30px;
	font-weight:300;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
	}

.iconpic {
	float:left;
	margin-right:10px;
	margin-bottom:20px;}
	
.iconpicbottom {
	float:left;
	margin-right:10px;
	margin-bottom:100px;}

.black {
	background:#000;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.4);
	box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.4);}
	
.white {
	color:#FFF;
	padding-top:40px;
	padding-bottom:40px;}

.full {
 	background: url(../images/bg_full.jpg) no-repeat center center fixed; 
 	-webkit-background-size: cover;
 	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}