@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900');

*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
body,
html
{
	height:100%;
	width:100%;
}
body
{
	background: #d22423 url(back.jpg) center center no-repeat;
	background-size:cover;
	text-align: center;
	padding-top: 100px;
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h1
{
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-size: 30px;
	background: #024fa1;
	padding: 25px 15px;
	margin: 5px 0 0 0;
	font-weight:300;
	position:relative;
}
h1:after
{
	display:block;
	content:"";
	position:absolute;
	bottom:-20px;
	left:50%;
	margin-left:-30px;
	border-top:20px solid #024fa1;
	border-right:30px solid transparent;
	border-left:30px solid transparent;
}
h1 b
{
	font-size:35px;
	display: block;
	margin-bottom: 20px;
}
.logo
{
	width: 200px;
	margin-bottom: 20px;
}
p
{
	font-size: 30px;
	color: #333333;
	margin-top: 25px;
	font-weight: 400;
}
.datos{
	background:rgba(255, 255, 255, 0.56);
	margin-top:0;
	font-size: 20px;
    line-height: 25px;
	padding: 30px 10px 20px 10px;
	font-weight:400;
	color:#333333;
	margin-bottom:5px;
}
.linea-top
{
	display: block;
	border-bottom: 2px dotted #d22423;

}
.linea
{
	display: block;
	border-bottom: 2px dotted #d22423;

}
.colweb
{
	background: #fff;
	overflow: hidden;
	border-radius: 20px;
	width: 90%;
	max-width: 300px;
	margin: 20px auto;

}
.colweb img{
	width: 100%;
}
.colweb p
{
	font-size: 20px;
	font-weight: 600;
}

@media only screen and (max-width : 450px)
{
	h1, h1 b{
    font-size: 25px;
	display: block;
		}
	.datos{
		font-size: 17px;
    	line-height: 22px;
		}

}
