/*
Estilos
*/

body {
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
}
a {
	color: #0066FF;
	margin: 0px;
}
a:hover {
	color: #0066FF;
	text-decoration: underline;
	margin: 0px;
	}
	
/*
Encabezados
*/
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 28px;
	font-weight: bold;
	margin: 0px;
	}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 24px;
	margin-top : 3px;
	margin-bottom : 3px;
	height: 52px;
	background-image:url(../img/fondo-top.gif)
}
h3 {
	font-family: "MS Reference Sans Serif";
	color : #666666;
	font-size : 11px;
	margin-top : 3px;
	margin-bottom : 3px;
}
.titulo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-size : 28px;
	font-weight: bold;
	margin: 0px;
	}
/*
Cabecera: el menú donde el usuario edita sus datos y el menú de navegación. 
*/
.cabecera {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-size : 15px;
	margin: 1px;
	padding: 1px;
	font-weight: bold;
}
.cabecera a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color : #FFFFFF;
}
.cabecera a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color : #0066FF;
}
.menusup {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-size : 13px;
	font-weight: bold;
	margin: 1px;
	padding: 1px;
}

menusup a {	
	text-decoration: underline;
	margin: 0px;
	color: #0066FF;
	}
	
menusup a:hover {	
	text-decoration: underline;
	margin: 0px;
	color: #FFFFFF;
}

/*
Contenido central */

.Slogan {
	padding: 10px;
	font-family: "Georgia";
	font-weight: 100;
	color : #999999;
	font-size : 12px;
	margin: 0px;
	background-color: #EAEAEA;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 13px;
	margin: 1px;
	padding: 1px;
}
p a {	
	text-decoration: underline;
	margin: 0px;
	color: #0066FF;
	}
p a:hover {	
	text-decoration: underline;
	margin: 0px;
	color: #0066FF;
	}
.bordefino {
	border: 1px solid #D9E3F2;
}
.subrayado {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #758EBD;
}
