/* CSS Document */

html {
    background: #A0AA6D;
	font-size:12px;
}

body  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#00442a;
	background: #666666;
	margin: 0; /* for differing browser defaults */
	padding: 0;
	text-align: center; 
    min-width:800px;
}

/** BEGIN CUSTOM SKIN **/
dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin: 0; padding: 0;
}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}

a {color:#3366FF; text-decoration:none; border-bottom:1px dotted #3366FF;}
a:visited {color:#CC33FF; text-decoration:none; border-bottom:1px dotted #CC33FF;}
a:hover,a:active{color:#FF6600; text-decoration:none;border-bottom:1px dotted #FF6600;}
	
b, strong {font-weight:bold;}
blockquote {border-left:2px dotted #A0AA6D;margin:1em 3em;padding-left:1em;font-size:0.8em;}
blockquote p {line-height:1.45em;}
em {font-style:italic;}
h1, h2, h3, h4, h5, h6 {
	  font-weight:bold;
	  margin:1.5em 0 0.5em 0;
}
h1 {font-size:2.25em;margin:0;border-bottom:3px solid #A0AA6D;}
h2 {font-size:2em;border-bottom:3px solid #A0AA6D;}
h3 {font-size:1.75em;border-bottom:2px solid #A0AA6D;}
h4 {font-size:1.5em;border-bottom:2px dotted #A0AA6D;}
h5 {font-size:1.25em;border-bottom:1px solid #A0AA6D;}
h6 {font-size:1em; border-bottom:1px dotted #A0AA6D;}
p, li {
	line-height:1.25em;
	margin:0 0 1em 0;
}

ul, ol {margin:1em 0; padding-left: 1.6em;}
li {margin:0.25em 0;}
ul li {list-style-type:disc;}
ol li {list-style-type:decimal;}
   
#container { 
	width: 100%;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:#E9ECCF;
}  

#header { 
	padding: 0 0px; 
	background: URL('./skin_branch_top.jpg') no-repeat top left;
	background-color: #E6ECC8;
} 

#page-title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	letter-spacing:6px;
	color: #5C743D;
	text-align:left;
	padding-top:7px;
	padding-left:175px;
	border:none;
}

#sidebar1 {
	float: left; 
	width: 14em; /* since this element is floated, a width must be given */
	background: #E9ECCF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 30px; 
	padding-bottom: 30px; 
}

#sidebar2 {
	float: right; 
	width: 16em; /* since this element is floated, a width must be given */
	background: #E9ECCF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 30px; 
	padding-bottom: 30px; 
}

#mainContent {
    background-color:#E9ECCF;
	margin-left: 15em;
	margin-top: 0em;
	margin-right: 17em;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 10px;
	padding-right: 1em;
	padding-bottom: 0em;
} 
#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
#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 */
}

/* Miscellaneous classes for reuse */
.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;
}

  .avisoOn {
	  float:right;
	  width:20px;
	  height:20px;
	  background-image:url(images/icono_aviso_1.gif);
  }

  .avisoOff {
	  float:right;
	  width:20px;
	  height:20px;
	  background-image:url(images/icono_aviso_0.gif);
  }
  
 <img style="float:right;padding-top:2px" src="../images/icono_aviso_1.gif" alt="."/>

.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;
}

   .enlacesLeft { 
	  width: 100%; border: 1px solid #D5D5C8; margin: 0px 5px 6px 5px; line-height: 110%; border-right: 2px solid #76765C; 
	} 
    .enlacesLeft a { 
	  color: #003333; padding-left: 6px; padding-top: 4px; padding-bottom: 4px; 
	  display:block; background-color: #D2D6B1; text-decoration:none; border-bottom: 2px solid #E9ECCF;
	} 
    .enlacesLeft a:visited {
	  text-decoration:none;
	}
    .enlacesLeft a:hover { 
	  background-color: #c2c6a1; color: #000000;
	} 
	
    .enlacesTop { 
	  margin: 0px 5px 6px 5px; line-height: 110%;  
	} 
    .enlacesTop a { 
	  color: #003333; padding-left: 8px; padding-right: 8px; padding-bottom: 0px;
	  text-decoration:none; 
	} 
    .enlacesTop a:visited {
	  text-decoration:none;
	}
    .enlacesTop a:hover { 
	  background-color: #c2c6a1; color: #000000;
	} 

  
