html, body {
	background-color: #FFFFFF;
	margin: 0px;
	font-family: "Arial";
	clear: both;
}

#up {
	background-color: #FFF;
	height: auto;
	float: left;
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


#cont_menu {
	height: 79px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	clear: none;
	float: none;
	background-color: #009a3c;
}

#menu {
	height: 80px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: none;
	float: none;
	text-decoration: none;
	font-family: MyriadPro;
	font-size: 16px;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
}


#cont_lang {
	height: 25px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	clear: none;
	float: none;
	padding-right: 500px;
	padding-left: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}

#header {
	background-color: #FFFFFF;
	height: 213px;
	float: left;
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#cont_header {
	height: 213px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	clear: none;
	float: none;
	background-image: url(../imagenes/header.jpg);
}

#destacado {
	background-color: #0F0200;
	height: 402px;
	float: left;
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#cont_destacado{
	height: 402px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	clear: none;
	float: none;
	background-image: url(../imagenes/portada.jpg);
	background-repeat: no-repeat;
}

#accordion {
	height: auto;
	float: left;
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imagenes/bg_footer.jpg);
	background-repeat: repeat-x;
}

#cont_accordion{
	height: auto;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	clear: none;
	float: none;
	line-height: 20px;
	font-family: Arial;
	color: #333333;
	font-size: 14px;
	text-decoration: none;
}

/* CSS 2do nivel Document */




#contenido {
	background-color: #FFFFFF;
	height: auto;
	float: left;
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#cont_contenido{
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	clear: none;
	float: none;
	font-family: Arial;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 50px;
	padding-left: 50px;
}



p {
	font-family: Arial;
	color: #333333;
	font-size: 14px;
	text-decoration: none;
	text-align: justify;
	line-height: 21px;
}

p a:link{
	font-family: Arial;
	color: #0045AD;
	font-size: 14px;
	text-decoration: none;
}

p a:visited {
	font-family: Arial;
	color: #0045AD;
	font-size: 14px;
	text-decoration: none;
}
p a:hover {
	font-family: Arial;
	color: #f1861e;
	font-size: 14px;
	text-decoration: underline;
}
p a:active {
	font-family: Arial;
	color: #0045AD;
	font-size: 14px;
	text-decoration: none;
}

p2 {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 13pt;
	text-decoration: none;
	font-weight: bold;
}

p2 a:link {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 13pt;
	text-decoration: none;
}


p2  a:hover {
	font-family: Arial;
	color: #46B349;
	font-size: 13pt;
	text-decoration: none;
}


p2  a:active {
	font-family: Arial;
	color: #46B349;
	font-size: 13pt;
	text-decoration: none;
}
