@charset "utf-8";
/* CSS Document */

html, body, div, span, h1, h2, h3, h4, h5, p, a, img, form, table, tr, td, fieldset, ul, li, ol {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
/*	font-weight: normal;*/
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}
body {
	background:#ced5dd;
}
.centrado {
	width:913px;
	margin-left:auto;
	margin-right:auto; 
}
.posicion {
	position:relative;
}
.posicion-1 {
	position:absolute;
	top:-48px;
	left:37px;
}
.posicion-2 {
	position:absolute;
	top:-48px;
	left:179px;
}
.posicion-enlace {
	position:absolute;
	top:-41px;
	left:418px;
}
.enlace-1 a {
	font-size:15px;
	color:#fff;
	text-decoration:none;
}
.enlace-1 a:hover {
	text-decoration:underline;
}
.posicion-enlace-2 {
	position:absolute;
	right:61px;
	top:-331px;
}
.enlace-2 a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#22314e;
	text-decoration:none;
	font-weight:bold;
}
.enlace-2 a:hover {
	text-decoration:underline;
}
.estilo-texto {
	color:#3397d6;
	font-size:13px;
	text-align:center;
	padding-top:10px;
	padding-bottom:50px;
}
.negrita {
	font-weight:bold;
}
