
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/img01.gif) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555; /* COLOR DE LETRA DEL CUERPO SUBIR TONO (BIENVENIDOS, ARTÍCULOS RECIENTES, PIE) */
}


h1, h2, h3 {
	margin: 0; 
	font-weight: normal;
	color: #0099FF;
}



/* ESPACIO ENTRE LÍNEAS CLASS ENTRY (TEXTO BIENVENIDA Y TODO EL TEXTO DE LAS PÁGINAS)  */
p, ul, ol {
	margin-top: 0;
	line-height: 240%;
	text-align: justify;
}



/* LÍNEA DEL BANNER */
hr { display: none; }



/* Header */


#header {
	width: 940px;
	height: 36px;
	margin: 0 auto;
}

/* Menu */

#menu {
	float: left;
	width: 940px;
	height: 43px;
	background: url(../images/img02.jpg) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	margin: 0;
	padding: 13px 19px 0px 19px;
	background: url(../images/img02.gif) no-repeat left top;
	text-decoration: none;
	text-align: center;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
	background-color: #990000;
}


/* Page */

#page {
	width: 940px;
	margin: 0 auto;
	padding: 70px 0px 0px 0px;
}


.post {
	margin-bottom: 45px;
}

.post .title {
	height: 44px;
	padding-left: 15px;
}

.post .title a {
	text-decoration: none;
	text-transform: none;
	font-size: 25px;
	color: #0099FF;    /* COLOR DE BIENVENIDOS */
}


.post .links {
	display: block;
	/*width: 120px;*/
	height: 20px;
	padding: 4px 0px 0px 40px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
}

.post a {
	color: #3A3A3A;
}

.post a:hover {
	color: #0099FF;
}


/* LOGO */

#logo {
	width: 940px;
	height: 115px;
	margin: 0 auto;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
/*	text-transform: lowercase; */
	font-weight: normal;
	color: #0099FF;
}



/* TÍTULO COMPETENCIA ECONÓMICA */
#logo h1 {
	padding-top: 10px;
	font-size: 48px;
}

#logo a {
	text-decoration: none;
	color: #0099FF;
}

#logo h1 a {
	text-decoration: none;
	color: #0099FF;
}



.mundo{
  float: right;
  margin-top: -70px;
}


#banner {
	padding-bottom: 20px;
}

/* Content */

#content {
	float: right;
	width: 670px;
}


/* MENÚ COLUMNA IZQUIERDA   */
/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 30px;
	padding: 0 0 10px 0px;
}

#sidebar li ul {
	margin: 0px 0px;
}

#sidebar li li {
	margin: 0;
	padding: 12px 0px;
	border-bottom: 1px solid #E9E8DD;
	background: url(../images/img08.gif) no-repeat left 18px;
}

#sidebar li li a {
	padding: 0px 0px 0px 20px;
	font-weight: normal;
	color: #3A3A3A;   /* COLOR LINK COLUMNA IZQUIERDA SUBIR TONO */
}

#sidebar li li a:hover {
	color: #0099FF;
}

#sidebar p {
	margin: 0;
	padding: 0px 14px;
}

#sidebar h2 {
	height: 30px;
	margin: 0 0 10px 0px;
	padding: 6px 0 2px 14px;
	background: url(../images/img05.gif) repeat-x left top;
	text-transform: none;
	font-size: 18px;
	font-weight: normal;
	color: #0099FF;
  text-align: left
}


#sidebar p {
	line-height: 200%;
}

#sidebar a {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}


/* Footer */

#footer {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	background: #E1E1E1;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	font-size: 10px;
}

