/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #f4f4f4 url(../images/bg.gif) top repeat-x;
	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: #757575;
}
p {
	font: 16px Palatino, "Times New Roman", Times, serif;
	color: #757575;
	padding:0 0 0 0;
	margin: 0 0 10px 0;
}
.biggerP {
	font-size: 16px;
}
.smallerP {
	font-size: 14px;
}
h2 {
	font: 18px "Lucida Grande", Arial, sans-serif;
	letter-spacing:-.04em;
	color:#757575;
	padding:0 0 0 0;
	margin: 0 0 10px 0;
}
h3 {
	font: 22px "Lucida Grande", Arial, sans-serif;
	letter-spacing:-.04em;
	color:#757575;
	padding:0 0 0 0;
	margin: 0 0 10px 0;
}
h4 {
	font: 18px "Lucida Grande", Arial, sans-serif;
	letter-spacing:-.04em;
	padding:0 0 0 0;
	margin: 0 0 10px 0;
}
a {
	color:#264199;
	text-decoration:none;
}
a:hover {
	color:#757575;
	text-decoration:underline;
}
.twoColFixRtHdr #precontainer { 
	width: 900px;
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height:11px;
}
.twoColFixRtHdr #container { 
	width: 900px;
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* FORM ELEMENTS */
.twoColFixRtHdr #formaEncuesta {
	font: 14px Palatino, "Times New Roman", Times, serif;
	color: #757575;
	width:200px;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
.twoColFixRtHdr #formaEncuesta ol {
	list-style-type: none;
	padding:0 0 0 10px;
	margin:0 0 0 0;
}
.twoColFixRtHdr #formaEncuesta li {
	padding:6px 0 0 0;
	margin:0 0 0 0;
}
.twoColFixRtHdr #formaEncuesta .campo {
	background:transparent url(../imagesold/campo.gif) no-repeat;
	padding:4px 0 6px 6px;
	width:180px;
}
.twoColFixRtHdr #formaEncuesta button {
	border:none;
	background:transparent url(../imagesold/botonA.gif) no-repeat;
	padding:6px 22px 6px 22px;
	margin-top:2px;
}
.twoColFixRtHdr #formaEncuesta fieldset {
	border:none;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
.twoColFixRtHdr #formaEncuesta legend {
	border:none;
	padding:0 0 0 0;
	margin:0 0 6px 0;
}
.twoColFixRtHdr #formaEncuesta form {
	padding:0 0 0 0;
	margin:0 0 0 0;
}
/* END FORM ELEMENTS */ 

/* HEADER */
.twoColFixRtHdr #header { 
	background:transparent url(../images/logo.gif) top left no-repeat; 
	padding: 0 0 0 0;
	height:120px;
} 
.twoColFixRtHdr #headerlogo {
	width:202px;
	height:95px;
	float:left;
}
.twoColFixRtHdr #share {
	width:202px;
	padding:2px 0 0 50px;
	background:transparent;
	float:right;
}
.twoColFixRtHdr #mainImage {
	padding:0 0 0 0;
	margin: 0 0 0 0;
	background:transparent url(../images/mainImage.jpg) no-repeat 0px 16px;
	clear:both;
	height:230px;
}
/* NAVIGATION */
.twoColFixRtHdr #nav {
	padding:0 20px 0 0;
	margin: 0 0 0 0;
	background:transparent;
	float:right;
}
.twoColFixRtHdr #nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
.twoColFixRtHdr #nav li {
	float:left;
	margin:0 0 0 -1px;
	padding:0 0 0 6px;
	background: url(../images/nav1.png) 0 100% no-repeat;
}
.twoColFixRtHdr #nav a {
	
	display:block;
	color:#264199;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../images/nav2.png) 100% 100% no-repeat;
	padding:5px 14px 12px 8px;
	text-decoration:none;
}
.twoColFixRtHdr #nav a:hover {
	text-decoration:underline;
}
.secNav {
	font: 14px Palatino, "Times New Roman", Times, serif;
	margin:0 0 0 10px;
	padding:0 0 0 0;
}
.secNav ul {
	margin:0;
	padding:0;
}
.secNav li {
	background:url(../images/liRuler.gif) bottom repeat-x;
	list-style-image:url(../images/liArrow.gif);
	list-style-position: outside;
	padding:0 0 6px 0;
	margin:0;
}
.secNav li a {
	color:#757575;
	text-decoration:none;
}
.secNav li a:hover {
	color:#264199;
}

/* MAIN CONTENT */
.twoColFixRtHdr #mainContent { 
	margin: 0 250px 0 30px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:transparent url(../images/vRuler.gif) right repeat-y;
}
.twoColFixRtHdr #hRuler { 
	height:11px;
	background:transparent url(../images/hRuler.gif) repeat-x center;
	padding:10px 0 10px 0;
}
.twoColFixRtHdr #mainContent ul {
	margin:0;
	padding:0 0 0 25px;
}
.twoColFixRtHdr #mainContent li {
	font: 16px Palatino, "Times New Roman", Times, serif;
	list-style-image:url(../images/liArrow.gif);
	list-style-position: outside;
	padding:0 0 6px 0;
	margin:0;
}
.twoColFixRtHdr #mainContent2 p {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
}
.twoColFixRtHdr #mainContent2 li {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
}
.twoColFixRtHdr #mainContent2 ol {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
}
.twoColFixRtHdr #mainContent2 ul {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
}

/* RIGHT COLUMN */
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	margin:0 30px 0 0;
} 
.peq { 
	font-size:12px;
}

/* PREFOOTER */
.twoColFixRtHdr #prefooter { 
	background:transparent url(../images/bg.gif) repeat-x;
	height:11px; 
}
/* FOOTER */
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background:#fff url(../images/logoFooter.gif) left top no-repeat; 
	height:100px;
	width:870px;
	clear:both;
} 
.twoColFixRtHdr #footer h1 {
	display: inline;
	float:left;
}
.twoColFixRtHdr #footer h1 a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width:104px;
	height:71px;
}
.twoColFixRtHdr #footerLinks {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixRtHdr #footer p {
	font:10px Verdana, Arial, Helvetica, sans-serif;
	padding:10px 0 0 0;
}
.twoColFixRtHdr #footer a {
	text-decoration:none;
	color:#757575;
}
.twoColFixRtHdr #footer a:hover {
	text-decoration:underline;
	color:#264199;
}
.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: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
.fltrgt { /* this class can be used to float an element left in your page */
	float: right;
	margin-right: 10px;
}
.space { /* this class can be used to float an element left in your page */
	padding-bottom: 10px;
}
.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;
}

/* NOTICIAS */
.postdate {
	background: url(../images/blog-calendar.gif) no-repeat;
	width: 49px;
	height: 49px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 80%;
	line-height: 100%;
	padding: 3px 0 5px;
	margin: 2px 12px 0 0;
	float: left;
}
.postdate span {
	display: block;
	font-size: 130%;
	color: #666;
	padding: 12px 0 0;
}
.twoColFixRtHdr #act {
	padding: 0 0 0 60px;
}
