/* CSS Document */



/* ESTRUCTURA GENERAL */

body {
	margin:0;
	background-color:#024359;
	}
	
#continente{
	margin:0 auto;
	width:100%;
	height:100%;
	}

#menu{
	width:960px;
	height:50px;
	}

#cabecera_home{
	width:960px;
	height:370px;
	}
	
#cabecera{
	width:960px;
	height:130px;
	}

#submenu{
	width:960px;
	height:50px;
	background-color:#6ac53d;
	font-family:Calibri;
	font-size:16px;
	color:#FFFFFF;
	}
	
#linea_roja{
	width:960px;
	height:10px;
	background-color:#cb0000;
	}
	
#linea_amarilla{
	width:960px;
	height:10px;
	background-color:#ffd200;
	}
	
#linea_azul{
	width:960px;
	height:10px;
	background-color:#0069f7;
	}

#cuerpo{
	width:960px;
	height:100%;
	background-color:#FFFFFF;
	}
	
#bloque_home{
	width:860px;
	height:auto;
	padding-top:30px;
	padding-bottom:30px;
	}
	
#bloque{
	width:860px;
	height:auto;
	padding-top:50px;
	padding-bottom:50px;
	font-family:Calibri;
	font-size:15px;
	}

#pie{
	width:860px;
	height:auto;
	padding-top:50px;
	padding-bottom:50px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#6ac53d;
	}

h1 {
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin-top:0;
	margin-bottom:0;
	color:#cb0000;
	}
h2 {
	font-size:15px;
	font-family:Calibri;
	font-weight:normal;
	margin-top:0;
	margin-bottom:0;
	color:#024359;
	}
h3 {
	font-size:28px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin-top:0;
	margin-bottom:0;
	color:#6ac53d;
	}

h4 {
	font-size:28px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin-top:0;
	margin-bottom:0;
	color:#ffd200;
	}
	
h5 {
	font-size:28px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin-top:0;
	margin-bottom:0;
	color:#0069f7;
	}

.azul14 {
	color:#024359;
	font-size:14px;
	font-family: Calibri;
	}
	
.azul15 {
	color:#024359;
	font-size:15px;
	font-family: Calibri;
	}

.azul24 {
	color:#024359;
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
.verde15 {
	color:#6ac53d;
	font-size:15px;
	font-family: Calibri;
	font-weight:bold;
	}
	
a {
	font-family:Calibri;
	font-size:16px;
	color:#FFFFFF;
	text-decoration:none;
	}
a:active {
	} 
a:visited {
	color:#024359;
	} 
a:link {
	} 
a:hover {
	color:#024359;
	}
	
#nueva a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#024359;
	font-weight:bold;
	}
#nueva a:active {
	text-decoration:none;
	} 
#nueva a:visited {
	text-decoration:none;
	} 
#nueva a:link {
	text-decoration:none;
	} 
#nueva a:hover {
	text-decoration:underline;
	}
	
#nueva2 a {
	font-family:Calibri;
	font-size:15px;
	color:#ffd200;
	font-weight:bold;
	}
#nueva2 a:active {
	text-decoration:none;
	} 
#nueva2 a:visited {
	text-decoration:none;
	} 
#nueva2 a:link {
	text-decoration:none;
	} 
#nueva2 a:hover {
	text-decoration:underline;
	}


/* ACCIONES MENÚ PRINCIPAL */

#menu ul{
	list-style-type:none;
	margin-left:-40px;
	margin-top:-15px;
	*margin-top:0;
	_margin-top:0;
	}
	
#menu ul li{
	width:240px;
	float:left;
	}

#menu ul li a{
	line-height:50px;
	display:block;
	text-indent:-5000px;
	overflow:hidden;
	}

/* Botones estado normal */
#menu #home a{background:url(images/m_home.gif) no-repeat top left;}
#menu #afirmaciones a{background:url(images/m_afirmaciones.gif) no-repeat top left;}	
#menu #quien a{background:url(images/m_quien.gif) no-repeat top left;}
#menu #contactame a{background:url(images/m_contactame.gif) no-repeat top left;}		

/* Botones estado over */	
#menu #home a:hover{background:url(images/m_home.gif) no-repeat top center;}
#menu #afirmaciones a:hover{background:url(images/m_afirmaciones.gif) no-repeat top center;}	
#menu #quien a:hover{background:url(images/m_quien.gif) no-repeat top center;}
#menu #contactame a:hover{background:url(images/m_contactame.gif) no-repeat top center;}		

/* Botones estado en página */
#home #menu #home a{background:url(images/m_home.gif) no-repeat top right;}
#afirmaciones #menu #afirmaciones a{background:url(images/m_afirmaciones.gif) no-repeat top right;}	
#quien #menu #quien a{background:url(images/m_quien.gif) no-repeat top right;}
#contactame #menu #contactame a{background:url(images/m_contactame.gif) no-repeat top right;}




