html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 	margin: 0; 	padding: 0; 	border: 0; 	outline: 0; 	font-size: 100%; 	vertical-align: baseline; 	background: transparent; } body { 	line-height: 1; } ol, ul { 	list-style: none; } blockquote, q { 	quotes: none; } blockquote:before, blockquote:after, q:before, q:after { 	content: ''; 	content: none; } /* remember to define focus styles! */ :focus { 	outline: 0; } /* remember to highlight inserts somehow! */ ins { 	text-decoration: none; } del { 	text-decoration: line-through; } /* tables still need 'cellspacing="0"' in the markup */ table { 	border-collapse: collapse; 	border-spacing: 0; }

body {
	padding-top: 6em;
	font-family: 'Dosis', sans-serif;
	color: #6f6f6f;
	line-height:200%;
	}
.header {
	margin-top: -6em;
	background: #fefefe;
	position: fixed;
	z-index: 100;
	}
	.header .al{
		text-decoration: none;
		font-size: 1em;
		color: #21527A;
		}
		.header .al:hover{
			color: #6f6f6f;
			}
.cont {
	float: left;
	clear: right;
	width: 80%;
	padding: 2em 10% 2em 10%;
	border-bottom: solid #cccccc 1px;
	}
	.cont a{
		text-decoration: none;
		color: #21527A;
		}
		.header a:hover{
			color: #6f6f6f;
			}
.azul {
	background-color:#21527A;
	color:#93a4bb;
	}
	.azul h3{
		color: #ffffff;
		}
	.azul .dtcd {
		font-size: 2em;
		color: #ffffff;
		}
	.azul hr {
		border: solid 1px #93a4bb!important;
		}
	input {
		border: 1px solid #296699;
		padding: 0.5em 2% 0.5em 2%;
		float: left;
		clear: right;
		width: 96%;
		font-family: 'Dosis', sans-serif;
		font-size: 1em;
		margin-top:1em;
		}
	textarea{
		border: 1px solid #296699;
		float: left;
		clear: right;
		width: 96%;
		font-family: 'Dosis', sans-serif;
		font-size: 1em;
		padding: 0.5em 2% 0.5em 2%;
		margin-top:1em;
		height:4em;
		}
	button{
		float: right;
		background: #1a4262!important;
		font-size: 1.5em;
		font-family: 'Dosis', sans-serif;
		color:#ffffff;
		padding: 0.5em 2em 0.5em 2em;
		margin-top: 1em;
		border: solid 1px #296699;
		}
		button:hover{
			background: #15354e!important;
			}
	li{	font-size: 1em;
		list-style-type: none;	
		}
		li:before{
			content:">  ";
			color:#21527A;
			}
	.linkext {
		font-size: 1em;
		float:right;
		text-decoration: none;
		}
.coll{
	float: left;
	clear: right;
	width: 35%;
	margin-right: 5%;
	}
.colr{
	float: left;
	clear: right;
	width: 55%;
	margin-left: 5%;
	}
p 	{
	font-size: 1em;
	}
.txtazul{
	color:#21527A;
	font-size: 2em;	
	}
h3	{
	margin-bottom:0.5em;
	font-family: 'Oxygen', sans-serif;
	font-size: 3em;
	color: #21527A;
	}