@CHARSET "ISO-8859-1";

#cabecera {
	clear: both;
	height: 80px;
	background: #40B927;
	color: #FFFFFF;
	font-family: calibri;
}

#cabecera_imagen {
	clear: both;
	height: 200px;
	background: #FFFFFF;
	font-family: calibri;
	background-image: url(fondo.png);
	background-repeat: repeat;
}

#cabecera_menu {
	clear: both;
	height:50px;
	background: #256A2B;
	font-family: calibri;
	
}


#contenedor {
	width: 800px;
	margin: 10px 10px;
	background: #0A75A4;
	color: #FFFFFF;
	font-family: calibri;
	
	
}

#contenido {
	background: #0A75A4;
	color: #FFFFFF;
	font-family: calibri;
	
}

#pie {
	clear: both;
	background: #40B927;
	color: #FFFFFF;
	font-family: calibri;

}


h1 {
		position:relative;
		top: 30px;
		text-indent: 30px;
		
	}
	
h2 {	
	    position:relative;
		top: 5px;
		text-indent: 30px;
	}


h3 {
		position:relative;
		top: 20px;
		text-indent: 30px;
		
		
	}
	

h4 {
		position:relative;
		top: 5px;
		
	}
	
	
	p {
		text-align: justify;
		text-indent: 30px;
		
	}
	
	a:link {
		color: white;
		text-decoration:none;
	}

	a:visited {
		color: white;
		text-decoration:none;
	}

		
	a:hover {
		text-transform: uppercase;
		font-weight:bold;
		color:blue;
		background-color:white;
	}
	
	
	