body {
	background-attachment: fixed !important;
	color: #008264;
	font-size: 13px;
	font-weight: bold;
    margin: 0;
    font-family: "Helvetica";
    background: rgba(0,131,87,1);
    background: -moz-linear-gradient(top, rgba(0,131,87,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,131,87,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(0,131,87,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(0,131,87,1) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,131,87,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(0,131,87,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008357', endColorstr='#ffffff', GradientType=0 );
    color: #008264;
}

.container-wrapper {
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1120px;
    background-color: #fff; 

}

header {
	border-bottom: 1px solid #008354;
	height:120px;
	width:100%;
    margin-bottom: 10px;
}

nav {
    margin-top: 24px;
}
.hr-logo {
	float:left;
}

.logo {
    padding: 8px;
}

.hr-menu {
	float: right;
    text-align: right;
}

.informar {
    font-size: 9pt;
}

.informar ul {
	list-style: none outside none;
    position: relative;
    display: inline-table;
}

.informar ul:after {
        content: ""; clear: both; display: block;
}

.informar li {
	border-left: 1px dotted #008264;
	float: left;
	padding: 4px;
}

.informar li a {
	color: #008264;
	display: block;
	text-decoration: none;
}

.informar ul ul {
    display: none;
}

.informar ul li:hover > ul {
    display: block;
}

.navigation {
	padding: 0;
	margin: 0;
}

.navigation li a {
	text-decoration: none;
	float: left;
	padding: 10px;
	background-color: #e0f1e0;
	color: #008354;
}

ul.navigation li {
	display: inline;
	float: right;
	margin: 0;
}

ul.navigation li a:hover, ul.navigation li a.current {
	background: url(../img/triangle.png) no-repeat scroll center top transparent;
	transition: all 0.2s ease-in-out 0s;
	color: #e0f1e0;
	background-color: #008354;
}

.call_text {
    margin: 0;
}

section {
    margin-bottom: 15px;
}

.informacion {
    float: left;
    width: 23%;
}

.docpdf {
    margin: 0px 5px 0px 0px;
    border: 1px solid #028458;      
}

.docpdf ul {
    list-style: none;
    padding: 8px;
    margin: 0;
}

.docpdf li {
    margin-bottom: 5px;
}

.docpdf  a {
    text-decoration: none;
    font-size: 8pt;
}

.tidoc {
    background: #028458;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 10px;
}

.slides {
    border: 1px solid #008357;
}

.main {
	border-top: 1px solid #008354;
    overflow: auto;
    margin: 0 auto;
    width: 100%;
}

.title {
    background-image: url("../img/ico_item.png");
    background-position: left top;
    background-repeat: no-repeat;
    color: #5B5B5B;
    padding-left: 15px;
    height: 27px;
    margin: 0;
}

.box {
    margin: 5px 14px 5px 14px;
    float: left;
    height: 302px;
    width: 22.5%;
}

.box img {
    border: 1px solid #008354;
}

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

.benef {
    float: left;
    width: 45%;
}

.benef ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.prest {
    display: inline-table;
    width: 45%;
}

.prest ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}
footer {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1120px;
}

.footer {
    margin: 0 auto;
    width: 40%;
    padding-top: 10px;
    overflow: hidden;
}

.flogo {
    float: left;
}

.fcontacto {
    float: right;
    width: 65%;
    font-size: 9pt;
    text-align: center;
}

.dsagredo {
    text-align: center;
    padding-bottom: 10px;
}

.titlet {
    text-transform: uppercase;
    font-size: 15pt;
    margin: 0;
}

.layout {
    width: 84%;
    margin: 0 auto;
    padding: 25px;
    font: normal 1.30em/1.3em Arial, Helvetica, sans-serif;
    text-align: justify;
}

.layout b {
    color: #008264;
}

.datagrid table { 
    border-collapse: collapse; 
    text-align: left; 
    width: 100%; 
} 

.datagrid {
    font: normal 12px/150% Arial, Helvetica, sans-serif; 
    background: #fff; 
    overflow: hidden; 
    border: 1px solid #36752D; 
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    border-radius: 3px; 
}

.datagrid table th { 
    padding: 10px 10px; 
}

.datagrid table td { 
    padding: 13px 10px 0px 10px;
}

.datagrid table thead th {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #36752D), color-stop(1, #275420) );
    background:-moz-linear-gradient( center top, #36752D 5%, #275420 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#36752D', endColorstr='#275420');
    background-color:#36752D; 
    color:#ffffff; 
    font-size: 15px; 
    font-weight: bold; 
    border-left: 1px solid #36752D; 
} 

.datagrid table thead th:first-child { 
    border: none; 
}

.datagrid table tbody td { 
    color: #008264; 
    border-left: 1px solid #C6FFC2;
    font-size: 16px;
    font-weight: normal; 
}

.datagrid table tbody .alt td { background: #DFFFDE; color: #275420; }.datagrid table tbody td:first-child { border-left: none; }.datagrid table tbody tr:last-child td { border-bottom: none; }.datagrid table tfoot td div { border-top: 1px solid #36752D;background: #DFFFDE;} .datagrid table tfoot td { padding: 0; font-size: 12px } .datagrid table tfoot td div{ padding: 2px; }.datagrid table tfoot td ul { margin: 0; padding:0; list-style: none; text-align: right; }.datagrid table tfoot  li { display: inline; }.datagrid table tfoot li a { text-decoration: none; display: inline-block;  padding: 2px 8px; margin: 1px;color: #FFFFFF;border: 1px solid #36752D;-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #36752D), color-stop(1, #275420) );background:-moz-linear-gradient( center top, #36752D 5%, #275420 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#36752D', endColorstr='#275420');background-color:#36752D; }.datagrid table tfoot ul.active, .datagrid table tfoot ul a:hover { text-decoration: none;border-color: #275420; color: #FFFFFF; background: none; background-color:#36752D;}div.dhtmlx_window_active, div.dhx_modal_cover_dv { position: fixed !important; }

.tnav {
    margin: 0 auto;
    width: 88%;
}

.contact {
    float: left;
    margin: 0 auto;
    width: 55%;
}

.contact label {
    float: left;
    width: 100px;
    line-height: 37px;
    text-align: right;
    margin-right: 15px;
    font-weight: bold;
    font-size: 15pt;
}

.contact input {
    padding: 5px 10px;
    height: 27px;
    border: 1px solid #ddd;
    color: #333;
    position: relative;
    z-index: 2;
    margin: 5px;
}

.contact textarea {
    resize: none;
    width: 70%;
    padding: 5px 10px;
    height: 125px;
    border: 1px solid #ddd;
    margin: 5px;
}

.contact input[type="submit"] {
    color: #fff;
    background-color: #008357;
    float: left;
}

.infoAddress {
    float: right;
}

.imgborder {
    width: 401px; 
    height: 222px;
    background: url(../img/mapbg.png) no-repeat;
    padding: 13px 13px 13px 15px;
} 

/* AJAX Gif y mensajes de exito o fracaso */
.sendMSG {
    float: left;
}

.hide {
    display: none;
}

.message {
    color: white;
    font-weight: bold;
    padding: 6px 10px;
    margin: 5px;
    text-transform: uppercase;
}
.message_ok {
    background: #49af3a;
}
.message_error {
    background: red;
}