
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 00px;
}
.centrar {
	text-align:center;
	margin:auto;
	font-family: Tahoma, Geneva, sans-serif;
}
/*.img-rounded{ width: 60%; margin-bottom:15px;margin-top: 6%; margin-bottom: 10%}
.img{width: 100%;}
.servicios{font-size: 1.5em; font-weight: 600; font-family: 'Ubuntu', sans-serif;}
h2{font-size: 1.5em; font-weight: 600; font-family: 'Ubuntu', sans-serif;}
h1{font-weight: 700; font-family: 'Ubuntu', sans-serif;color:#B21818;}
.footer{margin-top: 10%}
p, ul li{
font-family: 'Ubuntu', sans-serif;
font-weight: 300; 
font-size:16px;
}*/
.formulario {
	background-color:#fa5f33;
	padding:15px;
	margin:10px;
	box-sizing:border-box;
	color:#fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.titulo {
	font-size:22px;
	font-weight:700;
	text-align:center;
}
.centrado {
	text-align:center;
}
.subrayado {
	width:90%
		display:inline-block;
	border-bottom:1px solid white;
	padding-bottom:5px;
}
.img-thumbnail {
	border: 0px solid #ddd;
	border-radius: 0px;
}
