/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana,Arial,sans-serif;
	color: #B9B9B9;
	font-size: 12px;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: White;
}

a{
	color: #ffffff;
	text-decoration: none;
}

a:link{
	color: #ffffff;
	text-decoration: none;
}

a:visited{
	color: #ffffff;
	text-decoration: none;
}

a:hover{
	color: #cccccc;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 14px;
 color: #D2D2D2;
 font-weight: bolder;
  text-align: left;
 margin-bottom: 8px;
 padding: 0px;
}

h2{
 font-family: Verdana,Arial,sans-serif;
 font-size: 130%;
 color: #006699;
 text-align: right;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Verdana,Arial,sans-serif;
 font-size: 16px;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: none;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

.aviso {
	color: Red;
	text-align: center;
	font-size: 100%;
}
.mini {
	color: #006699;
	text-align: right;
	font-size: 90%;
}

.footer {
	color: #A9A9A9;
	font-weight: bolder;
	text-align: center;
	font-size: 11px;
}

.caja {
background-color: #ECECEC;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #0E0E0E;
font-size:12px;
}
.boton {
background-color: #D1D1D1;
color:#000000;
size:inherit;
font-weight:bold;
font-size:10px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#banner{
	padding: 0px 0px 0px 0px;
	width: 980px;
}

#tablagral {
	float: left;
	width: 980px;
	border-left: 1px solid #666688;
	border-right: 1px solid #666688;
	border-top: 1px solid #666688;
}

#menuizq{
	float: left;
	width: 180px;
	height: 600px;
	margin: 0px;
	padding: 0px;
	background-color: #666688;
	border-right: 1px solid #666688;

}

#menuder{
	width: 150px;
	background-color: Silver;
	height: 500px;
	border-left: 1px solid #eeeeee;
	padding-right: 10px;
	float: right;
}

#content{
float: left;
  width: 60%;
  padding: 10px 10px 10px 10px;
}

#footer{
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #666666;
	width: 980px;
	padding: 10px 0px 10px 0px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 10px 10px;
	font-size: 80%;
	}

.story p{
	padding: 0px 0px 10px 0px;
}


.items{
	clear: both;
	padding: 10px 10px 10px 100px;
}

.items div {
	font-size: 12px;
	padding: 0px 0px 10px 0px;
}

.tit {
	color: White;
	font-size: 16px;
	padding: 5px 0px 0px 10px;
}



/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding-left: 10px;
	border-bottom: 0px solid #A20110;
	font-size: 90%;
	font-weight: bold;
}

#sectionLinks h3{
	padding: 10px 0px 2px 0px;
}

#sectionLinks a {
	display: block;
	color: #9A9A9A;
	margin-right: 10px;
	text-decoration: none;
	border-top: 1px solid #A20110;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #A20110;
}


/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}

																					 