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

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

body{
	font-family: Arial,sans-serif;
	color: #333333;
	background-color:#999966;
	/*line-height: 1.166;	*/
	line-height:1.2em;
	margin: 0px;
	padding: 10px;
}

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

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

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

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

/*
h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}
*/

h3{
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #993300;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

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

ul{
 list-style-type: square;
}

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

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

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


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

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-color: #FFCC66;
}

#navBar{
	float: left;
	width: 10%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFCC;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#headlines{
	float:right;
	width: 25%;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}

#content{
	float: left;
	width: 75%;		
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;	
}



#content2cols{
/*contenido de las paginas con 2 columnas
es mas ancho*/
	float: left;
	width: 70%;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


#content1cols{
/*contenido de las paginas con 1 columna sola
es mas ancho*/
	float: left;
	width: 90%;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}

/*


#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}


*/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/*

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}

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

.feature{
/*
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	*/
	
	clear: both;	
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 	
	text-align: justify;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999966;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}

.feature p{
/*
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	*/

}


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

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


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

.story{
	clear: both;	
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 	
	text-align: justify;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999966;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}

.story p{
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	
 
}


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

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color:#666666;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #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 #EEE;}

/* 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;
	border-bottom: 1px solid #cccccc;
	font-size: 75%;
}

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

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

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


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

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

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

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}



/* estilo propio */

#nav-menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
} 
#nav-menu li
{
float: left;
margin: 0 0.15em;
} 

#nav-menu li a
{
	height: 2em;
	line-height: 2em;
	float: left;
	width: 133px;
	display: block;
	/*border: 0.1em solid #dcdce9;*/
	color: #663300;
	font-size:small;
	text-decoration: none;
	text-align: center;	
	background-image: url(assets/Tab_disable.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	
} 

#nav-menu
{
/*width:1000px;*/
	width: 100%;
} 
#nav-separator
{
	height: 10px;
	line-height: 2em;
	width: 100%;
	display: block;
	text-decoration: none;
	text-align: center;
	clear:both;
	background-image: url(assets/LineaMenu.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
} 

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */ 


#nav-menu li a:hover
{
	height: 2em;
	line-height: 2em;
	float: left;
	width: 133px;
	display: block;
	color: #663300;
	text-decoration: underline;
	text-align: center;
	font-size:small;
	
/*	background-image: url(assets/Tab.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	*/
} 
#nav-menu li a:visited
{
	height: 2em;
	line-height: 2em;
	float: left;
	width: 133px;
	display: block;
	color: #663300;
	font-size:small;
	text-align: center;
	
} 


#nav-menu li .seleccion {
/*
Esta clase se le adjunta al tab seleccionado del menu. La idea es que se cambie el background gif, pero por
algún motivo no esta funcionando. Al menos le pone BOLD como para poder identificar el menu activo
*/
	font-weight:bold;
		font-size:small;
	background-image: url(assets/Tab.gif);
	background-repeat: no-repeat;
	width: 133px;

}

#Logo {
	text-align: left; /* counter the body center */
	width: 100%;
	background-color:#FFCC66;
	height:80px;
	font-family: Arial, Helvetica, sans-serif;
}
/*
.normal {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}
*/


H1, .Titulo1 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size:large; font-weight: bold; color: #663300}
.normal {  
/* (en desuso)
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	text-align: justify; 
	padding-top: 2px; 
	padding-right: 5px; 
	padding-bottom: 2px; 
	padding-left: 5px
	*/
}
H2, .Titulo2 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: medium; font-weight: normal; color: #663300}
.lista {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; list-style-type: circle; line-height: normal; text-align: justify}
.titulo_banner {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; font-style: normal; font-weight: bold; color: #FF9933; background-color: #996600; text-align: center; border: thin #FFCC66 solid}
.logo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: oblique;	
	font-weight: bold;
	color: #993300;
}
.table_titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	background-color: #CC6633;
}
.tabla_columna {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	background-color: #FF9933;
}

.tabla_celda{
	
	background-color: #FFCC66;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
}
.codigo {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
}
.cmd {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	border: 1px solid #333333;
	background-color: #000000;
	color: #CCCCCC;
}

#content .story li {
	list-style-type: square;
	line-height: 2em;
}
#contenedor {
	margin:0 auto;
	width: 1000px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFF33;
	border-right-color: #FF9933;
	border-bottom-color: #FF9933;
	border-left-color: #FFFF33;
	background-color: #FFFFFF;
}
.Boton {
	color: #FFFF00;
	background-color: #E58014;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC66;
	border-right-color: #996600;
	border-bottom-color: #996600;
	border-left-color: #FFCC66;
}
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #FF0000;
}


.link_requerido {
font-size:24px;
color:#FF3399;
}
abbr, acronym, .help {
  border-bottom: 1px dotted #333;
  cursor: help;
}

.borde_codigo {
	border:thin;
	border-style:solid;
	border-color:#666666;
	margin: 2px;
	padding: 10px;
}

.borde_codigo pre {
	color: #333366;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
/*	background:#666600;*/
}