@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #282828;
	background-image: url(../images/2009/bg1.gif);
}
#container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/2009/bg_container.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #F90;
	text-align: left;
} 
#sidebar2 p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}

#header {
	background-color: #DDDDDD;
	background-image: url(../images/fla/bg_flash.jpg);
	height: auto;
	margin: 0px;
	padding: 0px;
}
#subheader {
	background-image: url(../images/2009/header_corto3.jpg);
	height: 150px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left;
	text-align: right;
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-right: 5px;
	padding-left: 5px;
	position: relative;
}

#mainContent {
	color: #333;
	padding: 0 10px;
	margin: 0px 185px 0px 210px;
	top: 0px;
	position: relative;
} 

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px;
	text-align:center
}

#banners {
	margin-right: 0px;
	margin-left: 10px;
	position: relative;
}

#footer {
	padding: 0 10px 0 20px;
	background-color: #090;
	background-image: url(../images/2009/bg_green2.jpg);
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FC0;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a {
	color: #FFF;
	text-decoration: none;
}
#list-menu {
	width: 190px;
}

#list-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#list-menu li {
	margin: 3px 0 0;
}

#list-menu a {
	display: block;
	width:180px;
	padding: 2px;
	background: #F3F3F3;
	text-decoration: none;
}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
	color: #069;
	border-top: 1px solid #09F;
	border-right: 1px solid #09F;
	border-bottom: 1px solid #09F;
	border-left: 5px solid #369;
}

#list-menu a:hover {
	width:180px;
	background: #FC0;
	background: #FF3;
	color: #286ea0;
	border-left: 5px solid #F90;
}

#list-menu img {
	color: #FF0;
	text-align: center;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FC0;
	border-bottom-color: #FC0;
	margin-top: 10px;
}
#list-menu ul li a img {
}
#indexarticulos {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	text-align: justify;
}
#indexarticulos h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #F60;
}
#indexarticulos #articulo1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #E1E8EC;
	padding: 5px;
	height: auto;
	width: auto;
	margin: 5px 0px;
}

#indexarticulos #articulo1 img {
	float: left;
	margin: 0px 5px 0px 0px;
}
#indexarticulos #articulo1 h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F90;
	text-align: left;
	margin-top: 0px;
}
#indexarticulos #articulo1 p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #036;
}
#indexarticulos #articulo1 a {
	font-weight: bold;
	color: #069;
	text-decoration: none;
}

#indexarticulos #articulo2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #F4F4F4;
	padding: 5px;
	height: auto;
	width: auto;
	margin: 5px 0px;
}
#indexarticulos #articulo2 a {
	font-weight: bold;
	color: #069;
	text-decoration: none;
}

#indexarticulos #articulo2 img {
	float: left;
	margin: 0px 5px 0px 0px;
}
#indexarticulos #articulo2 h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #09C;
	text-align: left;
	margin-top: 0px;
}
#indexarticulos #articulo2 p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #036;
}


#menubar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	background-color: #090;
	background-image: url(../images/2009/bg_green2.jpg);
	height: auto;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F90;
	border-bottom-color: #F90;
	text-decoration: none;
}

#menubar a{
	color: #FFFFFF;
	text-decoration: none;
}
#menubar a:hover{
	color: #FC0;
	text-decoration: none;
}

#sidebar1 .img_bordeamarillo {
	text-align: center;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FC0;
	border-bottom-color: #FC0;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#sidebar2 .bordebanner {
	border: 1px solid #FC0;
	text-align: center;
	padding: 1px;
	background-color: #069;
	width: auto;
	margin-right: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 8px;
}

.bordebanner {
	border: 1px solid #FC0;
	text-align: center;
	padding: 1px;
	background-color: #069;
	width: 162px;
	position: relative;
}

.orange10 {
	color:#F90;
	font-size:12px;
}
.articulos {
	font-size: 12px;
	color: #093;
}


a.menu2a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
}

a.menu2a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFCC33;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
}

#bannerabajo {
	background-color: #CCC;
	width: 984px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

