body{
	font-family: 'Segoe UI Semilight', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.9;
	color:#333;
	text-align:justify;
	position: relative;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	min-width: 960px;
}

tr, td, th, thead
{
	font-family: 'Segoe UI Semilight', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
}

/* Para Safari */
::selection {
background: #7ab92a;
color:#FFF;
}
/* Para Firefox */
::-moz-selection {
background: #7ab92a;
color:#FFF;
}

.clear
{
	clear:both;
}
a:link {
	color: #0d832f;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0d832f;
}
a:hover {
	text-decoration: none;
	color: #7ab92a;
}
a:active {
	text-decoration: none;
	color: #0d832f;
}
/* ------------------------------------- Header */
#header-wrapper
{
	 background: url("../images/header-bg.png") repeat-x scroll center top transparent;
	 
}
#header
{
	margin: 0 auto;
    padding: 0;
    position: relative;
    width: 950px;
	
}
#logo
{
	padding-left: 5%;
	padding-top: 2%;
	padding-bottom: 2%;
	width:35%;
	float:left;	
}
#menu_sup
{
	padding-left: 5%;
	padding-top: 4.5%;
	padding-bottom: 2%;
	width:300px;
	float:right;
	padding-right:10px;	
}
#menu_sup div
{
	width:100px;;
	
	float:left;		
	height:26px;
	padding-top:2px;
	font-weight:bold;
}
#menu_sup a
{
	color:#333333;
	padding-left:5px;
}
#menu_sup a:hover
{
	color: #0d832f;
}

#menu-wrapper
{
	background: url("skins/images/bg_green.png") repeat-x scroll 100% 0 transparent;
	margin-top:10px;
}
#menu
{
	margin: 0 auto;
    padding: 0;
    position: relative;
    width: 1000px;
}
#header-bajo
{
	
	width:100%;	
	height:80px;
	border-bottom:4px solid #333333;
	background-color:#0a6e54;
	margin-bottom: 10px;
}
#header-bajo-int
{
	
	margin: 0 auto;
	padding-top:20px;   
    width: 950px;
}
#header-bajo-int h1
{
	color:#EEE;
	font-size:250%;
}

/* ------------------------------------- Contenido */



.content
{
	width:1050px; 
	margin:0 auto;
	padding-top: 10px;
}
.content_text
{
	padding-left:30px;
	padding-right:30px;
}
.content_text ul
{
	list-style:inside square;
}
.contenido2
{
	border-top: 1px solid white;
	background-color:#DDD;
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
}
.contenido2 img
{
	margin:0 15px;
}
.content h2
{
	font-size:22px;
	text-align:center;
	font-weight:bolder;
	color:#0d832f;
	margin:0;
}
p.destacado
{
	font-weight:bolder;
}
h3
{
	text-align:center;
	font-size:18px;
	font-weight:bolder;
}
h4
{
	color: #7ab92a;
	font-weight:bolder;
	margin-bottom:7px;
}

.content_item
{
	width:260px;
	padding-left: 20px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#DDD;
	padding-right:20px;
	float:left;
	font-size:12px;
	margin:0 10px;
}


.content_item img
{
	border:10px solid #888;

}
.content_item h4
{
	text-align:center;
	font-size:16px;
}
.centrado
{
	margin:0 auto;
}

.content_item2
{
	width:200px;	
	background-color:#C3FF8C;
	padding:10px;
	float:left;
	font-size:12px;
	margin:10px;
}
.content_item2 img
{
	
	padding-bottom:10px;
	
}


h2.success
{
	color: #009900;
}

h2.error
{
	color:#FF0000;
}
h3
{
	text-align:left;
}
h3 img
{
	margin-right:5px;
}

div.volver
{
	font-weight:bold;
	text-align:right;
	padding-left:90%;
	padding-right:1%;
}
div.span6
{
	width:450px;
	float:left;
}
.grafico
{
	width: 700px;
}

/* -------------------------------------------------------------------- INPUTS --------------------------------------------------------------------------------------------------*/

input[type=text], input[type=password], select, textarea 
{
	border: 1px solid #77c14d;
	padding: 5px;
	width: 350px;
}

.input_chico
{
	border: 1px solid #77c14d;
	padding: 5px;
	width: 70px !important;
}
select.chico
{
width: 80px !important;
}
 input[type=submit], input[type=button], input[type=file]  {
  
  font-weight: 400;
  font-size: 9pt;
  font-smooth: always;
  line-height: 11pt;
  font-size: 14px;
  padding: 4px 12px;
  line-height: 20px;
  vertical-align: middle !important;
  min-width: 90px;
  min-height: 32px;
  height: 32px;
  background-color: #2a725f;
  border: 1px transparent solid;
  color: #FFF;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding: 4px 10px;
  position: relative;
  outline: none;
  border-radius: 0;
}







/* -------------------------------------------------------------------- TABLAS --------------------------------------------------------------------------------------------------*/



 table thead tr th,
 table thead tr td {
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 5px;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: 1px #ddd solid;
  border-right: 1px #ddd solid;
  border-left: 1px transparent solid;
  border-top: 1px transparent solid;
  
  font-weight: 400;
  font-size: 11pt;
  letter-spacing: 0.01em;
  line-height: 13pt;
  font-smooth: always;
  color: rgb(0, 0, 0);
  text-align: left;
}
 table thead tr th.right,
 table thead tr td.right {
  text-align: right;
  padding-right: 10px;
}
 table thead tr th.last,
 table thead tr td.last {
  border-right: 1px transparent solid;
}
 table thead tr th:last-child,
 table thead tr td:last-child {
  border-right: 1px transparent solid;
}
 table tbody tr {
  border: 1px #fff solid;
}
 table tbody tr td {
 
  font-weight: 300;
  font-size: 11pt;
  letter-spacing: 0.02em;
  line-height: 14pt;
  font-smooth: always;
  padding: 3px 10px;
  border-right: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
  border-left: 1px transparent solid;
  border-top: 1px transparent solid;
  box-sizing: border-box;
}
 table tbody tr td.right {
  text-align: right;
}
 table tbody tr td.center {
  text-align: center;
}
 table tbody tr td.last {
  border-right: 1px transparent solid;
}
 table tbody tr td:last-child {
  border-right: 1px transparent solid;
}
 table tbody tr.success {
  background-color: #00a300 !important;
}
 table tbody tr.error {
  background-color: #b91d47 !important;
}
 table tbody tr.warning {
  background-color: #e3a21a !important;
}
 table tbody tr.info {
  background-color: #2d89ef !important;
}
 table tbody tr.info td,
 table tbody tr.warning td,
 table tbody tr.error td,
 table tbody tr.success td {
  color: #ffffff !important;
}
 table tbody tr.selected-row {
  background-color: rgba(28, 183, 236, 0.1) !important;
}
 table tbody tr.selected-row td:first-child {
  border-left: 1px #1c98cc solid;
}
 table tbody tr.selected-row td:last-child {
  border-right: 1px #1c98cc solid;
}
 table tbody tr.selected-row td {
  border-top: 1px #1c98cc solid;
  border-bottom: 1px #1c98cc solid;
}
 table.striped tbody tr:nth-child(odd) {
  background-color: #e6fcd2;
}
 table.hovered {
  border-collapse: separate !important;
	position: relative !important;
}
 table.hovered thead tr th:hover,
 table.hovered thead tr td:hover {
  border: 1px #1c98cc solid;
  background: rgba(28, 183, 236, 0.1);
}
 table.hovered tbody tr:hover {
  background-color: rgba(28, 183, 236, 0.1);
}
 table.hovered tbody tr:hover td:first-child {
  border-left: 1px #1c98cc solid;
}
 table.hovered tbody tr:hover td:last-child {
  border-right: 1px #1c98cc solid;
}
 table.hovered tbody tr:hover td {
  border-top: 1px #1c98cc solid;
  border-bottom: 1px #1c98cc solid;
}
 table.bordered {
  border-collapse: separate !important;
  border: 1px #ccc solid !important;
}
 table.bordered tbody tr:last-child td {
  border-bottom: 0;
}

	table thead, thead th
	{
		background-color: #0A6E54;
		text-align:center !important;
		vertical-align:middle !important;		
		color:#FFFFFF !important;
	}
	thead th
	{
		position:sticky;
		top: 0; /* Don't forget this, required for the stickiness */
	}
	
		




.fixed{
  top:0;
  position:fixed;
  width:auto;
  display:none;
  border:none;
}	
	
	
	
	
	
	
	
	
	
	
	

/*------------------------------------------------------------------DIALOG -----------------------------------------------------------*/

 .dialog {
  position: absolute;
  top: 40%;
  left: 40%;
  width: 370px;
  height: 216px;
  z-index: 1002;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
 .dialog .header {
  font-family: 'Segoe UI Light', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 200;
  font-size: 20pt;
  letter-spacing: 0.01em;
  line-height: 22pt;
  font-smooth: always;
  width: auto;
  height: 35px;
  padding: 0px 35px 5px 5px;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  background-color: #7AB92A;
  color: #fff;
  border: 1px solid #7AB92A;
  border-bottom: 0 none;
}
 .dialog .header div {
  position: absolute;
  right: 5px;
  top: 5px;
}
 
 .dialog .content {
  min-height: 85px;
  padding: 20px;
  background-color: #FFFFFF;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  font-family: 'Segoe UI Semilight', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 11pt;
  width:328px;
  letter-spacing: 0.02em;
  line-height: 14pt;
  font-smooth: always;
}
 .dialog .action {
  position: relative;
  bottom: 0;
  width: auto;
  height: 0px;
  padding: 0 10px;
  font-size: 18px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  background-color: #FFFFFF;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.dialog header img
{
	cursor:pointer;
}
 #dialogOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(235, 235, 235, 0.5);
  z-index: 1002;
}
.dialog input[type=text], .dialog input[type=password] 
{
	border: 1px solid #77c14d;
	padding: 5px;
	width: 250px;
	margin-left:30px;
}

.cita
{
	font-style:italic;
	font-size:80%;
	padding-top:10px;
}

img.bondades
{
	border: 1px solid #0D832F;
}
h3.bondades
{
	margin-top:20px;
}
.tooltip
{
	background-color:#0D832F;
	color:#FFF;
	padding:10px;
	text-align:center;
	width:100%;
	font-size:120%;
	font-weight:bold;
}

.idTabs
{
	text-align:center;
}


#footer
{
	width:100%;
	border-top: 1px solid #666666;
	background-color:#333333;
	color:#999;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:50px;

}
#footer2
{
	width:100%;
	background-color:#111;
	color:#999;
	padding-top:10px;
	padding-bottom:10px;

}
















