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

body{
	font-family: Arial,sans-serif;
	color: #333333;	
	margin: 20px 0 0 0;
	background-image: url(../img/fondo_body.jpg);
	background-repeat: repeat-x;
	background-color: #265778;
	text-align: center;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #265778;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #265778;
}

h4{
 font-size: 11px;
 font-weight: normal;
 color: #265778;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

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

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

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

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

#contenedorsuper{
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 800px;
}


#contenedor{
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 800px;
	background-color: #FFFFFF;
	background-image: url(../img/fondo_navBar.jpg);
	background-repeat: repeat-x;
}


#masthead{
	border-bottom: 1px solid #2482B5;
	width: 800px;
	height: 100px;
	background-color: #B3D2E6;
	background-image: url(../img/fondo_masthead_txt.gif);
	background-repeat: no-repeat;
	text-align: left;
	cursor: hand;
	cursor: pointer;
}

#navBar{
	position: relative;
	margin: 0;
	float: left;
	width: 220px;
	height: 440px;
	border-top: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	background-image: url(../img/fondo_navBar.jpg);
	background-repeat: repeat-x;
	text-align: left;
}

#content{
	margin: 0;
	float: left;
	width: 579px;
	text-align: left;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #255778;
	background-color: #FFFFFF;
	background-image: url(../img/fondo_content.jpg);
	background-repeat: repeat-x;
}




/***********************************************/
/*SubMenu                                      */
/***********************************************/

#desplegable {
	cursor: hand;
	cursor: pointer;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 100%;
	width: auto;
}




#submenu{
	position:absolute;
	left: 200px;
	top: 40px;
	width: 200px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #0099FF;
	z-index:220;
}


#submenu a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #6789A1;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
	
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

#submenu a:visited{
	border-top: 1px solid #6789A1;
	padding: 2px 0px 2px 10px;
	
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

#submenu a:hover{
	border-top: 1px solid #6789A1;
	background-color: #343450;
	padding: 2px 0px 2px 10px;
	
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}








/***********************************************/
/*Component Divs                               */
/***********************************************/


/*************** #pageName styles **************/

#NombrePagina{
	padding: 20px 0px 0px 20px;
}

#SubNombrePagina{
	padding: 0px 0px 0px 20px;
}

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

.texto{
	clear: both;
	padding: 0px 50px 0px 20px;
	font-size: 12px;
}

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



/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 12px;
	color: #FFFFFF;
	width: 800px;
	background-color: #343450;
	text-align: center;
	padding: 8px 0px 8px 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */



#siteInfo a:link{
  voice-family: "\"}\""; 
  voice-family:inherit;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}

#siteInfo a:visited{	
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}

#siteInfo a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}



/*********** #desplegable link styles ***********/

#desplegable ul a:link, #navBar ul a:visited {display: block;}
#desplegable ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#desplegable li {border-bottom: 1px solid}

/* fix for browsers that don't need the hack */
html>body #desplegable li {border-bottom: none;}






/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


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

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

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

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #6789A1;
	width: 220px;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
	
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

#sectionLinks a:visited{
	border-top: 1px solid #6789A1;
	padding: 2px 0px 2px 10px;
	width: 220px;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
	
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

#sectionLinks a:hover{
	border-top: 1px solid #6789A1;
	background-color: #343450;
	padding: 2px 0px 2px 10px;
	width: 220px;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
	
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

.titulo_menu{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #6789A1;
	width: 220px;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
	
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}