@import url('reset.css');
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);
body{
	background:#263644;
	color:#263644;
	font-family:'Arial', serif;
	font-size:12px;
	overflow-y:scroll;
}
.listados {
	min-height:500px;
	margin:0 auto;
	padding-top: 20px;
	width:95%;
	max-width:900px;

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

a.btn_pagina {		
    background-color: #263644;
    border-width: 1px;
    border-style: solid;
    border-color: #263644;
       
    border-radius: 3px;
	text-align:center;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;


    height: 30px;
    padding: 2px 10px 2px 10px;
    width: 120px;
    cursor: pointer;
    font: bold 15px Arial, Helvetica;
    color: #ffffff;
    margin: 1px;
}
a.btn_pagina:hover
{		
    background-color: #15c39a;
    border-width: 1px;
    border-style: solid;
    border-color: #15c39a;
    height: 30px;
}	
a.btn_pagina2 {		
    background-color: #15c39a;
    border-width: 1px;
    border-style: solid;
    border-color: #15c39a;
       
    border-radius: 3px;
	text-align:center;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;


    height: 30px;
    padding: 2px 10px 2px 10px;
    width: 120px;
    cursor: pointer;
    font: bold 15px Arial, Helvetica;
    color: #ffffff;
    margin: 1px;
}
a.btn_pagina2:hover
{		
    background-color: #263644;
    border-width: 1px;
    border-style: solid;
    border-color: #263644;
    height: 30px;
}	

.container {
	width:85%;
	max-width: 960px;
	margin:0 auto;
}
.header{
	margin-top: 15px;
	height:100px;
	background: url(../images/hpl.png) bottom right no-repeat;
	background-color:#FFF;
}
.div_menu {
	border-top: 1px #eeeeee solid;
	padding-top: 12px;
	padding-left: 35px;
	height: 30px;
	background-color:#263644;
}
.div_mensajes {
	padding:10px 50px 10px 0px;
	background-color:#eeeeee;
	padding-left: 70px;
	padding-right: 20px;
	border-bottom: 1px #cccccc solid;
	border-top: 1px #cccccc solid;
	text-align: left;
}
.content {
	min-height:500px;
	margin:0 auto;
	background: url(../images/medio3.png) repeat center;
	padding-top: 20px;
}
a.verde {
	color:#263644;  /*COLOR VERDE*/
	text-decoration:none;
}
a.verde hover {
	color:#15c39a;
}

h1{
	font-family: 'Oswald', sans-serif;
	/*font-family: 'Gentium Book Basic', serif; */
	font-weight: 400;
	color:#263644;  /*COLOR VERDE*/
	font-size: 16px;
	text-align:left;
	padding-left: 10px;
	padding-top: 10px;
}
h2{
 font-family: 'Oswald', sans-serif;
	/*font-family: 'Gentium Book Basic', serif; */
	font-weight: 400;
	color:#15c39a;
	font-size: 16px;
	text-align:left;
	padding-left: 10px;
	padding-top: 0px;
}
.content{
	width:100%;
	position:relative;
	overflow:hidden;
}
/* Footer Style */
.footer{
	position:relative;
	width:100%;
	height:77px;
	line-height:20px;
	top:0px;
	background:#15c39a;
	opacity:0.9;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	z-index:4;
	text-align: right;
	padding-top: 20px;
}
.footer a{
	text-shadow:1px 1px 1px #ccc;
	font-size:13px;
	color:#333333;
}

.footer a:hover{
	/*color:#7c7e7b;*/
}

/****************************** formulario de login ************************************/
#login
{
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: -webkit-linear-gradient(top, #fff, #eee);
    background-image: -moz-linear-gradient(top, #fff, #eee);
    background-image: -ms-linear-gradient(top, #fff, #eee);
    background-image: -o-linear-gradient(top, #fff, #eee);
    background-image: linear-gradient(top, #fff, #eee);  
    height: 240px;
    width: 400px;
    margin: -150px 0 0 -230px;
	padding-bottom: 50px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;  
    -webkit-box-shadow:
          0 0 2px rgba(0, 0, 0, 0.2),
          0 1px 1px rgba(0, 0, 0, .2),
          0 3px 0 #fff,
          0 4px 0 rgba(0, 0, 0, .2),
          0 6px 0 #fff,  
          0 7px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow:
          0 0 2px rgba(0, 0, 0, 0.2),  
          1px 1px   0 rgba(0,   0,   0,   .1),
          3px 3px   0 rgba(255, 255, 255, 1),
          4px 4px   0 rgba(0,   0,   0,   .1),
          6px 6px   0 rgba(255, 255, 255, 1),  
          7px 7px   0 rgba(0,   0,   0,   .1);
    box-shadow:
          0 0 2px rgba(0, 0, 0, 0.2),  
          0 1px 1px rgba(0, 0, 0, .2),
          0 3px 0 #fff,
          0 4px 0 rgba(0, 0, 0, .2),
          0 6px 0 #fff,  
          0 7px 0 rgba(0, 0, 0, .2);
}

#login:before
{
    content: '';
    position: absolute;
    z-index: -1;
    border: 1px dashed #ccc;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    -moz-box-shadow: 0 0 0 1px #fff;
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff;
}

/*--------------------*/

h3
{
  /*COLOR VERDE 	color:#263644;*/
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color:#15c39a;
	font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
	line-height:25px;
}
h3.rojo
{
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color:#cc0000;  /*COLOR VERDE*/
	font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
	line-height:25px;
	margin: 20px;
	margin-top: 40px;
	top: -10px;	
}
h4
{
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color:#15c39a;
	font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
	line-height:25px;
	padding-bottom: 20px;
}
h5
{
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color:#263644;  /*COLOR VERDE*/
	font-size: 16px;
	line-height:25px;
}
h6  {
    color: #777;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    display: inline-block;
}
h7
{
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color:#15c39a;
	font-size: 14px;
    text-align: right;
    position: relative;
	line-height:25px;
	margin: 10px;
	top: -10px;	
}


/*--------------------*/

fieldset
{
    border: 0;
    padding: 0;
    margin: 0;
}

/*--------------------*/

#inputs input
{
	background: #f1f1f1;
    padding: 15px 15px 15px 30px;
    margin: 0 0 10px 0;
    width: 353px; /* 353 + 2 + 45 = 400 */
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
	float: left;
	color:#666;
}


#username
{
	background: #f1f1f1 url(../images/login-sprite.png) no-repeat;
    background-position: 5px -2px !important;
}

#password
{
	background: #f1f1f1 url(../images/login-sprite.png) no-repeat;
    background-position: 5px -52px !important;
}

#inputs input:focus
{
    background-color: #fff;
    border-color: #e8c291;
    outline: none;
    -moz-box-shadow: 0 0 0 1px #e8c291 inset;
    -webkit-box-shadow: 0 0 0 1px #e8c291 inset;
    box-shadow: 0 0 0 1px #e8c291 inset;
}

/*--------------------*/
#actions
{
    margin: 25px 0 0 0;
}

#submit
{		
    background-color: #263644;
	text-align:center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
      
    padding: 15px 15px 15px 30px;
    border-style: solid;
    border-color: #263644;

    float: left;
    height: 35px;
    padding: 0;
    width: 120px;
    cursor: pointer;
    font: bold 15px Arial, Helvetica;
    color: #ffffff;
}

#submit:hover,#submit:focus
{		
    background-color: #15c39a;
    border-width: 1px;
    border-style: solid;
    border-color: #15c39a;
}	

#submit:active
{		
    outline: none;
   
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
     -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;		
}

#submit::-moz-focus-inner
{
  border: none;
}

#actions a
{
    color: #3151A2;    
    float: right;
    line-height: 35px;
    margin-left: 10px;
}


#boton
{		
    background-color: #263644;
    border-width: 1px;
    border-style: solid;
    border-color: #263644;
       
    border-radius: 3px;
	text-align:center;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;


    height: 30px;
    padding: 2px 17px 2px 17px;
    width: 120px;
    cursor: pointer;
    font: bold 15px Arial, Helvetica;
    color: #ffffff;
    margin: 5px;
}

#boton:hover,#boton:focus
{		
    background-color: #15c39a;
    border-width: 1px;
    border-style: solid;
    border-color: #15c39a;
    height: 30px;
}	
#boton2
{		
    background-color: #cc0000;
    border-width: 1px;
    border-style: solid;
    border-color: #cc0000;
       
    border-radius: 3px;
	text-align:center;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;


    height: 30px;
    padding: 2px 25px 2px 25px;
    width: 120px;
    cursor: pointer;
    font: bold 15px Arial, Helvetica;
    color: #ffffff;
    margin: 10px;
}

#boton2:hover,#boton2:focus
{		
    background-color: #15c39a;
    border-width: 1px;
    border-style: solid;
    border-color: #15c39a;
    height: 30px;
}	

/******************** tablas ******************************************/
table {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 90%;
}

.bordered {
    border: solid #aaa 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;
	margin-top: 20px;  
	margin-bottom: 30px;  
	width:800px;
	font-size: 13px;

}
.parte {
    border: solid #aaa 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;
	margin-top: 5px;  
	margin-bottom: 5px;  
	width:800px;
	font-size: 13px;
}
.parte tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.parte td, .parte th {
    border: 1px solid #aaa;
    padding: 10px;
    text-align: center;    
}

.parte td.izq, .parte th.izq {
    border: 1px solid #aaa;
    padding: 10px;
    text-align: left;    
}

.parte td.der, .parte th.der {
    border: 1px solid #aaa;
    padding: 10px;
	text-align:right;
}

.parte th {
	background-color:#E0EDA3;
    border-top: none;
}

.parte td:first-child, .parte th:first-child {
    border-left: none;
}

.parte th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.parte th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.parte th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.parte tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.parte tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}
.parte thead {
	background-color:#096;
}


.totales{
	margin-top: -30px;
    border: solid #999 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
	width:720px;
}
label.totales {
	color:#FFF;
	border:0;
}
td.par {
    background: #fefefe;
}
td.impar {
    background: #eaeaea;
}
.bordered tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.bordered td, .bordered th {
    border: 1px solid #aaa;
    padding: 10px;
    text-align: center;    
}

.bordered td.izq, .bordered th.izq {
    border: 1px solid #aaa;
    padding: 10px;
    text-align: left;    
}

.bordered td.der, .bordered th.der {
    border: 1px solid #aaa;
    padding: 10px;
	text-align:right;
}

.bordered th {
	background-color:#E0EDA3;
    border-top: none;
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}
.bordered thead {
	background-color:#096;
}
a.sub{
	text-decoration:underline;
}

.contact_form {
    border:1px solid #ccc;
    width:500px;
	padding: 30px;
	margin-bottom: 40px;
}

.contact_form400 {
    width: 800px;
	padding: 30px;
	margin-bottom: 40px;
}

.contact_form ul {
    width:450px;
    list-style-type:none;
    margin:0px;
    padding:0px;
}
.contact_form400 ul {
    width:350px;
    list-style-type:none;
    margin:0px;
    padding:0px;
}

.contact_form li, .contact_form400 li{
    padding:12px; 
    border-bottom:1px solid #ddd;
    position:relative;
}

.contact_form label, .contact_form400 label  {
    color: #777;
    display: inline-block;
    float: left;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-top: 3px;
    padding: 3px;
    width: 90px;
}
.contact_form button, .contact_form400 button {
    margin-left:90px;
}
.contact_form input, .contact_form textarea, .contact_form400 input, .contact_form400 textarea { 
    border:1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius:2px;
    color: #666;
    font-size: 14px;
    padding-right:25px;
    -moz-transition: padding .25s; 
    -webkit-transition: padding .25s; 
    -o-transition: padding .25s;
    transition: padding .25s;

}
.contact_form select, .contact_form400 select { 
    border:1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius:2px;
    color: #666;
    font-size: 15px;
    padding-right:0px;
    -moz-transition: padding .25s; 
    -webkit-transition: padding .25s; 
    -o-transition: padding .25s;
    transition: padding .25s;

}
.contact_form input:focus, .contact_form textarea:focus, .contact_form400 input:focus, .contact_form400 textarea:focus {
    background: #fff; 
    border:1px solid #555; 
    box-shadow: 0 0 3px #aaa; 
    padding-right:25px;
}
button.submit {
    border-color: #15c39a;
    background-color: #15c39a;
    border-width: 1px;
    border-style: solid;
       
    border-radius: 3px;
	text-align:center;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;


    height: 30px;
    padding: 2px 10px 2px 10px;
    width: 120px;
    cursor: pointer;
    font: bold 15px Arial, Helvetica;
    color: #ffffff;
    margin: 10px;
}
button.submit:hover {
    background-color: #263644;
    border-color: #263644;
    border-width: 1px;
    border-style: solid;
    height: 30px;
}

input[type="checkbox"]{
  display: none;
}
input[type="checkbox"] + label span{
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(../check_radio_sheet.png) left top no-repeat;

}
input[type="radio"] {
    display:none;
}

input[type="radio"] + label {
    color:#666;
    font-family:Arial, sans-serif;
    font-size:14px;
}

input[type="radio"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(../check_radio_sheet.png) -38px top no-repeat;
    cursor:pointer;
}

input[type="radio"]:checked + label span {
    background:url(../check_radio_sheet.png) -57px top no-repeat;
}

button.submit2 {
    border-color: #cc0000;
    background-color: #cc0000;
    border-width: 1px;
    border-style: solid;
       
    border-radius: 3px;
	text-align:center;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;


    height: 30px;
    padding: 2px 10px 2px 10px;
    width: 120px;
    cursor: pointer;
    font: bold 15px Arial, Helvetica;
    color: #ffffff;
    margin: 10px;
}
button.submit2:hover {
    background-color: #263644;
    border-color: #263644;
    border-width: 1px;
    border-style: solid;
    height: 30px;
}
input.Sin {
	border : none;
	width:24px;
	height:24px;
	padding: 0px;
}
input {
	color:#555;
}
tinymce.init({
    max_width: 500
});

