body { font-size: 12px;
	color: #333333;
	font-family:Geneva, Arial, Helvetica, sans-serif; color:#333333;  line-height:20px;

	
		
		 }
	    .fecha {
			background-color:#3366CC;
			float:right;
			position:relative;
			padding:35px 10px 0px;
            border:1px solid #404040;
			margin-left:10px;
			color: #FFFFFF;
            text-shadow: 0px 3px 4px #000000;
			}
	 	.fecha .mes {
		    text-transform: uppercase;
		    font-size:20px;
			}
		.fecha .dia {
			font-size:35px;
            line-height:35px;
			position:absolute; left:2px; top:0px;
			}
	    .fecha .ano {
			display:block;
  			position:absolute; right:-10px; top:10px;
			-webkit-transform: rotate(-90deg);
			-moz-transform: rotate(-90deg);
			}
	<!--[if IE]>
	<style>
		.fecha .ano {
			filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
			right:5px; top:5px;
		}
	<![endif]-->

		

/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	z-index: 100;
	position: relative;
	background-color: #627AAD;
	width: 100%;
}
.nav li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  font: bold .8em/25px Arial, Helvetica, sans-serif;
  background: #627AAD;
  color: #FFFFFF;
  display: block;
  padding: 0 9px;
  text-transform: lowercase;
  text-decoration: none;
}

.nav li a:hover {
  background: #CCCCFF;
  color: #000;	

}
#nav-one li:hover a
{
	background:#CCCCFF;
  color: #000;
} 
#nav-one li.sfHover a {
  background:#CCCCFF;
  color: #000;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  background: #FFFFFF;
  color: #106ED3;	
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background: #CCCCFF;
  color: #000;	
}

.nav ul {
  background: #106ED3;
  border-bottom: 1px solid #106ED3;
  list-style: none;
  margin: 0;
  width: 180px;
  position: absolute;
  top: -999em;
  left: -1px;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 25px;
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
  border: 1px solid #627AAD;
  border-bottom: 0;
  padding-right: 20px;
  width: 160px;
  white-space: nowrap;
}
.nav ul a:hover {
  background: #CCCCFF;
  color: #000;
}
.chido
{
background-color:#FFFFFF;

border-bottom:#CCCCCC dotted 1px;
padding:5px;
}
.chido:hover
{
background-color:#F7F7F7;
border-bottom:#CCCCCC dotted 1px;

padding:5px;
}


<!--
.Estilo21 {color: #FFFFFF}
body {
	
}
.Estilo22 {color: #333333}
/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:0m;
 
 font-size:12px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
 
 
 font-size:12px;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #ccccff;
 text-decoration: none;
 -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
 font-size:12px;
}

ul.tabbernav li a:link { color:#003366 }
ul.tabbernav li a:visited { color:#003399; }

ul.tabbernav li a:hover
{
 color: #000;
 background:#6699FF;
 border-color: #227;
 font-size:12px;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:1px;
 border:0px solid #aaa;
 border-top:0;
 padding: 0px 0em;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

/****** Main Template ******/

* { margin: 0; padding: 0; }
html { overflow-y: scroll; }


ul { list-style: none inside; }
p { font-size: 1.2em; line-height: 1.2em; margin-bottom: 1.2em; }
a img { border: none; }

.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }

a { 
	text-decoration: none; 
	outline: none;
	color:#ffffff;
	}
	a:hover {
		text-decoration: underline;
	}
	
	a.dos { 
	text-decoration: none; 
	outline: none;
	color: #ffffff;
	font-size:11px;
	}
	a.dos:hover {
		text-decoration: underline;
	}
	a.tres { 
	text-decoration: none; 
	outline: none;
	color: #666666;
	font-size:12px;
	}
	a.tres:hover {
		text-decoration: underline;
	}




#top-bar {
	background: #1b5790; /* Digg Blue */
	min-height: 55px;
	padding: 0 10px;
	font-size: 1.3em;
	font-weight: bold;
	}
	#right-side {
		float: right;
		padding-top: 15px;
		}
		#right-side img {
			border: 1px solid white;
			vertical-align: middle;
		}
		#right-side a {
			color: white;
			border-left: 1px solid white;
			height: 10px;
			padding-left: 10px;
			}
			#right-side a.first {
				border: none;
				padding: 0;
			}
			form#main-search {
				display: inline;
				position: relative;
				padding-right: 10px;
				}
				form#main-search label {
					display: none;
				}
				#search-button {
					position: absolute;
					right: 0px;
					top: -6px;
				}
				
#zone-bar {
	min-height: 23px;
	padding: 5px 10px 0 10px;
	}
	#zone-bar ul {
		display: block;
		}
		#zone-bar ul li {
			height: 18px;
			padding: 5px 5px 0 5px;
			position: relative;
			float: left;
			margin-right: 10px;
			}
			#zone-bar ul li:hover {
				background: url(images/zonebar-navleft.png) center left no-repeat;
				 -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
			}
			#zone-bar ul li a {
				display: block;
				float: left;
				height: 23px;
				position: relative;
				top: -5px;
				right: -5px;
				padding-right: 3px;
				color: #cccccc;
				font-weight: bold;
				font-size: 12px;
				text-decoration: none;
				}
				
				#zone-bar ul li a span {
					position: relative;
					top: 6px;
				}
				
			#zone-bar ul li ul {
				display: none;
				position: absolute;
				top: 25px;
				left: 0px;
				width: 150px;
				border: 1px solid #003333;
				background: white;
				background: #ffffff;
				padding: 10px 0 0 0;
				}
				#zone-bar ul li ul li {
					float: none;
					padding: 0; margin: 0;
					height: 100%;
				}
				#zone-bar ul li ul li:hover {
					background: none;
					}
					#zone-bar ul li ul li a {
						display: block;
						float: none;
						margin-left: -5px;
						padding: 5px 0 0 10px;
						color: #003333;
						width: 140px;
					}
					#zone-bar ul li ul li a:hover {
						background: #D8FDE9;
					}
#main-content {
	background: white;
	padding: 16px;
}

#feature-content {
	margin-bottom: 18px;
	}
	#feature-left {
		width: 48%;
		float: left;
		padding-right: 15px;
		}
		#feature-left p {
			font-size: 1.2em;
			line-height: 1.5em;
			margin-top: 8px;
		}
	#feature-right {
		float: right;
		width: 49%;
		}
		#feature-right p {
			font-size: 1.2em;
			line-height: 1.5em;
		}
		.feature-mini {
			float: left;
			width: 46%;
			margin-right: 2%;
		}
		
#footer {
	background: #1b5790;
	padding: 5px;
	color: white;
	font-size: 12px;
	
	}
	#footer a {
		color: white;
	}	margin-bottom: 18px;
	
	#feature-left {
		width: 48%;
		float: left;
		padding-right: 15px;
		}
		#feature-left p {
			font-size: 1.2em;
			line-height: 1.5em;
			margin-top: 8px;
		}
	#feature-right {
		float: right;
		width: 49%;
		}
		#feature-right p {
			font-size: 1.2em;
			line-height: 1.5em;
		}
		.feature-mini {
			float: left;
			width: 46%;
			margin-right: 2%;
		}
		
#footer {
	background: #1b5790;
	padding: 5px;
	color: white;
	font-size: 12px;
	}
	#footer a {
		color: white;
	}
	
#top-keywords {
    margin-left: 0px;
    color: #3B5998;
    width: 220px;
    border: 0;
    border-left: 4px solid #fff;
    padding: 3px 54px 0 4px;
	top: 23px;
    
} /*ie6 ie7*/

#top-keywords:focus {
    color: #000;
	
}

#top-keywords {
    width: 220px;
    border: 2px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #fff;
    height: 19px;
    color: #3B5998;
	top: 23px;
}

#top-submit {
 margin-left: 3px;
    position: absolute;
    right: 28px;
    top: 59px;
}

.h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #333333;
}
.Estilo1 {
	color: #333333;
	font-style: italic;
}

.Estilo5 {
	color: #A12A2A;
	font-size: 11px;
}
.Estilo6 {
	color: #777777;
	font-size: 11px;
}
.Estilo7 {
	color: #666666;
	font-size: 10px;
}
.Estilo8 {font-size: 12px; color:#666666;line-height:20px; }
.Estilo8:hover {font-size: 12px; color:#333333; line-height:20px;}
.Estilo10 {
	font-size: 12px;
	font-weight: bold;
}
.Estilo11 {
	color: #5B9EBF;
	font-size: 12px;
}
.Estilo12 {color: #FFFFFF}
.Estilo13 {font-size: 12px}
.Estilo14 {font-size: 17px}
.Estilo16 {
	font-size: 13px;
	font-style: italic;
}
.Estilo18 {color: #3B5998; font-weight: bold; font-size:14px }
.Estilo18:hover {color:#333333; font-weight: bold; font-size:14px }
.Estilo181 {color: #3B5998; }
.Estilo20 {color: #FF6600; font-size: 12px; }
.tabber{display:none;}

		.Estilo1 {
	font-size: 12px;
	color: #003399;
}
        .Estilo2 {color: #003399}
        .Estilo3 {font-size: 14px; color: #003399; }
        .Estilo4
		{
		font-size: 14px;
		color: #578CCA;
		font-size: 11px;
		}
		
		
.chido2
{
background-color:#CCFFFF;

border-bottom:#CCCCCC dotted 1px;
padding:5px;
}
.chido2:hover
{
background-color:#F7F7F7;
border-bottom:#CCCCCC dotted 1px;

padding:5px;
}

		