@charset "utf-8";
/* RESET */
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*      END OF RESET  */
body{
	background-color:#215370;
/*	background-image:url(background.jpg); */
	background-position:center;
	background-repeat:repeat-y;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	}
.contenedor{
	width:776px;
	margin-right:auto;
	margin-left:auto;
}
.contenido{
	background-color:#FFFFFF;
	padding:15px;
	font-size:13px;
}
.contenido h1{
	font-size:22px;
	color:#0067AC;
	margin:0px 0px 15px 0px;
}
.contenido h2{
	color:#9DA813;
	font-size:14px;
	margin:15px 0px 15px 0px;
}
.contenido p{
	text-align:justify;
	margin-left:5px;
	}
.contenido .preview{
	padding:10px 15px 20px 20px;
	float:right;
}
.footer{
	font-size:10px;
	color:#FFFFFF;
	background-color:#1A3D51;
	padding:10px;
}
.footer a:link{
color:#FFFFFF;
text-decoration:underline;
}
.footer a:visited{
color:#FFFFFF;
text-decoration:underline;
}
.footer a:hover{
color:#FFFFFF;
text-decoration:none;
}