/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

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



body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

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:Arial, Helvetica, sans-serif;
 font-size: 120%;
 color: #000066;
 background-color:#F0FFF0;
}

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

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

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

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

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: #000000;
}


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

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #DEE3F5;
	width: 100%;
}

#navBar{
	margin: 0 0 0 79%;
	padding: 0px;
	background-color: #DEE3F5;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
  float:left;
	width: 100%;
	margin: 0;
	padding: 0 0 0 0;
}


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

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


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

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


/************* #globalNav styles **************/

#globalNav{
color: #DEE3F5;
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%;
}

.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 #DEE3F5;
	font-size: 75%;
	color: #DEE3F5;
	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 #DEE3F5;
	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 #DEE3F5;
	font-size: 90%;
}

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

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #DEE3F5;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #DEE3F5;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #DEE3F5;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


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

#advert img{
	display: block;
}


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

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

#headlines p{
	padding: 5px 0px 5px 0px;
}
.tabla1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #000000;
	background-color: #FFFFFF;
	background-position: center top;
	white-space: normal;
	display: inline;
	height: auto;
	margin: 0px;
	padding: 1px;
	border: 2px solid #DEE3F5;
}

.tabla_interna {
	border-top: 1px solid #F0FFF0;
	border-right: 1px solid #F0FFF0;
}

.lista {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px #006699;
	line-height: normal;
	height: auto;
	margin: 1px;
}
.lista2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	height: auto;
	margin: 1px;
}
.listar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px #006699;
	line-height: normal;
	height: auto;
	margin: 1px;
	text-align:right;
}
.listar2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	height: auto;
	margin: 1px;
	text-align:right;
}
.listainv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	height: auto;
	width: auto;
	background-color: #FFFFFF;
	border: 0px solid #9EA6C1;
	clear: right;
}
.listainvr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	height: auto;
	width: auto;
	background-color: #FFFFFF;
	border: 0px solid #9EA6C1;
	clear: right;
	text-align:right;
}

.boton {
	background-color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	font-weight: bold;
}
.textonegro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}

.textodestacado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color:#000099;
}

.titulopagina {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.textoblanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff;
}



#dataTable{
  font-family:Arial, Helvetica, sans-serif;
  font-size:10px;
  text-align:left;
  border-collapse:collapse;
  margin-bottom:10px;
  }
#dataTable thead th{
  font-size:12px;
  font-weight:normal;
  background:#d8f3d9;
  border-top:4px solid #063;
  border-bottom:1px solid #fff;
  color:#000;
  padding:8px;
  text-align:left;
  }  
#dataTable thead td{
  font-size:10px;font-weight:normal;
  background: #c9f4da;
  border-bottom:1px solid #fff;
  color:#113;
  padding:2px;
  text-align:left;
  padding-left:6px;
  vertical-align:top;
  } 
#dataTable tbody th{
  font-size:10px;font-weight:normal;
  background: #EBFBE6;
  border-bottom:1px solid #fff;
  color:#113;
  padding:2px;
  text-align:left;
  padding-left:6px;
  vertical-align:top;
  }

#dataTable tbody td{
  font-size:10px;font-weight:normal;
  background: #F0FFF0;
  border-bottom:1px solid #fff;
  color:#113;
  padding:2px;
  text-align:left;
  padding-left:6px;
  vertical-align:top;
  }
#dataTable tbody tr:hover td{
  background:#d0dafd;
  color:#339;
  }
#dataTable tbody tr:hover th{
  background:#c0cadd;
  color:#339;
  }  
#dataTable input{
  font-size:11px;
  }
#dataTable select{
  font-size:11px;
}
#dataTable textarea{
  font-size:11px;
  font-family:Arial, Helvetica, sans-serif;
}

#filtros{
  font-family:Arial, Helvetica, sans-serif;
  font-size:10px;
  text-align:left;
  border-collapse:collapse;
  margin-bottom:20px;
  }
#filtros thead th{
  font-size:11px;
  font-weight:normal;
  background:#d8f3d9;
  color:#000;
  padding:8px;
  text-align:left;
  border-bottom:1px solid #fff;

  }  
#filtros tbody th{
  font-size:10px;font-weight:normal;
  background: #EBFBE6;
  border-bottom:1px solid #fff;
  color:#113;
  padding:2px;
  text-align:left;
  padding-left:6px;
  vertical-align:top;
  }
#filtros td{
  background:#F0FFF0;  
  border-bottom:1px solid #fff;
  color:#335;
  border-top:1px solid transparent;
  padding:2px;
  text-align:left;
  padding-left:6px;
  }

#filtros input{
  font-size:11px;
  }
#filtros select{
  font-size:11px;
}

#datagrid{
  font-family:Arial, Helvetica, sans-serif;
  font-size:10px;
  text-align:left;
  border-collapse:collapse;
  margin-bottom:20px;
  }
#datagrid thead th{
  font-size:12px;
  font-weight:normal;
  background:#d8f3d9;
  border-top:4px solid #063;
  border-bottom:1px solid #fff;
  color:#000;
  padding:8px;
  text-align:left;
  }  
#datagrid thead td{
  font-size:10px;font-weight:normal;
  background: #c9f4da;
  border-bottom:1px solid #fff;
  color:#113;
  padding:2px;
  text-align:left;
  padding-left:6px;
  vertical-align:top;
  } 
#datagrid tbody th{
  font-size:10px;font-weight:normal;
  background: #EBFBE6;
  border-bottom:1px solid #fff;
  color:#113;
  padding:2px;
  text-align:left;
  padding-left:6px;
  vertical-align:top;
  }

#datagrid tbody td{
  font-size:10px;font-weight:normal;
  background: #F0FFF0;
  border-bottom:1px solid #fff;
  color:#113;
  padding:2px;
  text-align:left;
  padding-left:6px;
  vertical-align:top;
  }
#datagrid tr:hover td{
  background:#d0dafd;
  color:#339;
  }

  
  
#datagrid input{
  font-size:11px;
  }
#datagrid select{
  font-size:11px;
}


.atrasos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF0000;
}

.compromiso {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #CC00FF;
}
#menu
{
	width:100%; 
	background-color:#EBFBE6;
}
#boton2 {
   background: -webkit-gradient(linear, left top, left bottom, from(#900), to(#F00));
   background: -webkit-linear-gradient(top, #900, #F00);
   background: -moz-linear-gradient(top, #900, #F00);
   background: -ms-linear-gradient(top, #900, #F00);
   background: -o-linear-gradient(top, #900, #F00);
};