@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: #4779af 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: 25px;
	background: #0e3f94;
	padding: 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 #0e3f94;
	border-right:30px solid transparent;
	border-left:30px solid transparent;
}
h1 b
{
	font-size:35px;
}
.logo
{
	width: 200px;
	/*margin-bottom: 20px;*/
}
p
{
	font-size: 30px;
	color: #0e3f94;
	margin-top: 25px;
	font-weight: 400;
}
.datos{
	background:#fefefe;
	margin-top:0;
	font-size:18px;
	padding: 30px 10px 20px 10px;
	font-weight:400;
	color:#333;
	margin-bottom:5px;
}
.linea-top
{
	display: block;
	border-bottom: 2px dotted #94bd37;

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

}
.colweb
{
	margin-top: 20px;
}
.colweb p
{
	font-size: 20px;
	font-weight: 600;
}
