/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

/*button{
	padding:15px;
	margin-left:42%;
	font-size:14px;
	cursor:pointer;
}*/

div#overlay{
    display: none;
	z-index:2;
	background:#000000;
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	text-align:center;	
}

div#infcategoria{
	display:none;
	position:absolute;
	z-index:3;
	margin:100px auto 0px auto;
	width:440px;
	height:250px;
	background:#FFFFFF;
	color:#000000;
	border:4px solid #CCCCCC;
	font-size:18px;
}

div#wrapper{
    position:absolute;
	top:40px;
}

/*#info{
	padding:20px;
}*/

#titulo{
	width:100%;
	height:12%;
	background:#e9e9e9;
	padding:-20px;
	text-align:center;
	font-family:arial;
	font-size:18px;
	padding-top:15px;
}

table{
   width: 100%;
   border-collapse: collapse;
   -webkit-box-shadow: 7px 7px 23px -4px rgba(0,0,0,0.75);
   -moz-box-shadow: 7px 7px 23px -4px rgba(0,0,0,0.75);
   box-shadow: 7px 7px 23px -4px rgba(0,0,0,0.75);
}

.bodytext {
	font-family: arial;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	font-size: 8pt;
}

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;

	font-size: xx-small;

}

.tabla-fija {
    table-layout: fixed; /* Ayuda a que la tabla respete los anchos definidos */
    width: 100%;
    border-collapse: collapse;
  }

  .celda-con-wrap {
    padding: 10px;
    border: 1px solid #ccc;
    /* El truco mágico: */
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
  }

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, h8, h9 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006666;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3366FF;
	line-height: normal;
	height: auto;
	padding: 0;
	margin: 0;

	padding-bottom: 2px;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #415791;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3366FF;
	line-height: normal;
	height: auto;
	padding: 0;
	margin: 0;
	padding-bottom: 2px;
}

h4{

 font-weight: bold;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #666600;
	padding: 0;
	margin: 0;
	padding-bottom: 2px;

}

h5{


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #003366;
	text-decoration: none;
	padding: 0;
	margin: 0;
	padding-bottom: 2px;

}

h6{
	font-size: 60%;
	color: #FF9900;
	font-weight: bold;
}

h7 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00CC66;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	line-height: normal;
	height: auto;
	padding: 0;
	margin: 0;
	padding-bottom: 2px;
}

h8{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #FFFFFF;
}

h9{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0;
	margin: 0;
	padding-bottom: 2px;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-decoration: none;
}

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                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	padding: 0px;
	background-color: #CCCC99;
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666699;
	border-left-color: #ccc;
	font-size: small;
}

#content{
  float:left;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	text-align: justify;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
  padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 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 img{
	padding: 4px 4px 4px 0px;
	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: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #A80F1B;
	padding: 2px 0px 2px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
	color: #FFFFFF;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

.fieldsets {
	background-color: #CCCCCC;
	background-position: center;
	width: 20%;
}
.submits {
	font-weight: bold;
	background-color: #A80F1B;
	border-top-color: A80F1B;
	border-right-color: A80F1B;
	border-bottom-color: A80F1B;
	border-left-color: A80F1B;
	color: #FFFFFF;
}
