body{
	background-color:#fff;
}
h1, h2 {
	margin: 0.5em 0 0 0;
	text-align: center;
	font: bold 18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#505050;  
}
h2 {
	margin: 0 0 1em 0;
}
#container-menu {
	color:#505050;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;	
	font: bold 12px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #ededed;  
	margin: 7px;
    width: 100%;
	padding: 5px;
	border-top: solid 1px #ededed;  
	-moz-box-shadow: rgb(150,150,150)  0 0px 3px;
	-webkit-box-shadow: rgb(150,150,150) 0 0px 3px;
	box-shadow: rgb(150,150,150) 0px 0px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
} 

#accordion input {
	display: none;
}
#accordion label{
	background: #f6f6f6;
	border-radius: .25em;
	cursor: pointer;
	display: block;
	margin-bottom: .125em;
	padding: .25em 1em;
	z-index: 20;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#accordion a{
	color: #505050;
	text-decoration: none;
	background: #f6f6f6;
	border-radius: .25em;
	cursor: pointer;
	display: block;
	margin-bottom: .125em;
	padding: .25em 1em;
	z-index: 20;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#accordion a:hover{
	color: #fff;
	background: #636265;
}

/*para cualquier Título*/
.titulosAl {
    background: none repeat scroll 0 0 #F3F3F3;
    border-radius: 5px;
    color: #2b82d9;
    font-family: sans-serif;
    font-size: 15px;
    padding: 5px;
    text-shadow: 1px 1px 1px #CCCCCC;
	text-align: left;
}
.centralIndex{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #505050;
	margin-left: 15px;	
	width: 100%;
}
/**/
#menuSeccion{
	text-align:center;
	line-height: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-style: solid; 
	border-width: 1px;
    border-color: #BABABA #BABABA #BABABA #BABABA;
	box-shadow: 0 1px rgba(255,255,255,1) inset;
	-webkit-box-shadow: 0 1px rgba(255,255,255,1) inset;
	background: #F7F7F7; /* Old browsers */
	background: -moz-linear-gradient(top, #F7F7F7 0%, #EDEDED 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F7F7F7), color-stop(100%,#EDEDED)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #F7F7F7 0%,#EDEDED 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #F7F7F7 0%,#EDEDED 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #F7F7F7 0%,#EDEDED 100%); /* IE10+ */
	background: linear-gradient(top, #F7F7F7 0%,#EDEDED 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F7F7F7', endColorstr='#EDEDED',GradientType=0 ); /* IE6-9 */	
}
#menuButton{
	text-align:center;
	color: #fff;
	line-height: 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-style: solid; 
	border-width: 1px;
	background: #2b82d9; 	
}
#menuButton a{
	text-decoration: none;
	color: #fff;
}

/*----- Estilos visuales de los elementos del form --------*/
.forms label {
    color: #555555;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-top: 3px;
    padding: 3px;
    width: 80px;
}
#campo { 
    height:20px; 
    width:40px;
    border: 1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius:2px;
    color: #888;
    font-size: 12px;
}

#campo:focus {
    background: #fff; 
    border:1px solid #555; 
    box-shadow: 0 0 3px #aaa; 
}
/* === Estilos de Validacion === */
#campo:required:valid{
    box-shadow: 0 0 5px #5cd053;
    border-color: #28921f;
}

#campo:focus:invalid {
    box-shadow: 0 0 5px #d45252;
    border-color: #b03535;
}
/* === Estilos del boton de Envio === */
.inputButton {
   height:25px; 
   width:100px;
   padding: 4px 4px;
   font-family: Helvetica, Arial, sans-serif;
   font-weight: bold;
   color: #f1f1f1;
   border: none;
   background-color: #2b82d9;
   border-radius: 5px;
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);   
}

.inputButton:hover {
    opacity:.55;
    cursor: pointer; 
	color: #fff;
}

.inputButton:active {
    border: 1px solid #222;
    box-shadow: 0 0 10px 5px #444 inset; 
}

.clear{
   clear:both;
}

/*----Estilos para las tablas----*/
table .tablaInforme, table .tablaInforme td, table .tablaInforme tr {
	padding:0px;
	border-spacing: 0px;
}
table .tablaInforme {
	border:1px #9c9c9c solid;
	border-radius:5px;
	min-width:400px;
	font-family: Helvetica,Arial;
	font-size: 15px;
	text-align: center;
}
table .tablaInforme td {
	padding:6px;
}
table .tablaInforme tr:first-child td:first-child {
	border-radius:5px 0px 0px 0px;
}
table .tablaInforme tr:first-child td:last-child {
	border-radius:0px 5px 0px 0px;
}
table .tablaInforme tr:last-child td:first-child {
	border-radius:0px 0px 0px 5px;
}
table .tablaInforme tr:last-child td:last-child {
	border-radius:0px 0px 5px 0px;
}
table .tablaInforme td:not(:last-child) {
	border-right:1px #666 solid;
}
table .tablaInforme tr:nth-child(2n) {
	background: #ededed;
}
table .tablaInforme tr:nth-child(2n+1){
	background: #f6f6f6;
}
table.tablaInforme tr:first-child {
	font-weight: bold;
	color:#fff;
	background-color: #6e6d72;
	border-bottom:1px #9c9c9c solid;
	text-align:left;
}
/*Enlaces*/
table  .tablaInforme a{
	color: #505050;
	text-decoration: none;	
	cursor: pointer;
	padding: 7px 7px 5px 7px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

table .tablaInforme a:hover{
	background: #636265;
	color: #ffffff;
}
/*Tablas*/
.table2{
    font-family: Helvetica, Arial;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;   
    line-height: 1em;
    border-collapse:collapse;
    text-align:leftr;
	border:1px #666 solid;
}
.table2 caption{
    font-family: Georgia, serif;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1em;
	padding:3px 3px 3px 3px;
}
.table2 thead th{
    padding:5px 5px 5px 5px;
    color:#fff;
    font-size: 14px;
    background-color:#222;
	letter-spacing: -1px;
    font-weight:normal;
    border-right:1px dotted #666;
    border-top:3px solid #666;
    -moz-box-shadow:0px -1px 4px #000;
    -webkit-box-shadow:0px -1px 4px #000;
    box-shadow:0px -1px 4px #000;
    text-shadow:0px 0px 1px #fff;
    text-shadow:1px 1px 1px #000;
	letter-spacing: 1px;
}
.table2 tbody th{

    padding:3px;
    color:#333;
    text-shadow:1px 1px 1px #ccc;
    background-color:#fff;
	border-right:1px dotted #666;
}
.table2 tbody td{
    padding:3px;
    border-right:1px dotted #999;
  /*  text-shadow:-1px 1px 1px #fff;
    text-transform:uppercase;*/
    color:#333;
}
.table2 tbody :nth-last-child(1){
    border:none;
}
.table2 tbody tr {
	border-bottom:1px dotted #999;
}
.table2 tbody tr:nth-child(2n+1) {
	background-color:#f0f0f0;
}
.table2 tbody td:nth-child(2){
	text-align:left;
}
.table2 a{
	color: #505050;
	text-decoration: none;	
	cursor: pointer;
	padding: 5px 5px 5px 5px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.table2 a:hover{
	background: #636265;
	color: #ffffff;
	text-shadow:1px 1px 1px #ccc;
}

/*Boletines*/
.boletin{
    font-family: Helvetica, Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;   
    line-height: 1em;
    border-collapse:collapse;
    text-align:center;
	border:1px #666 solid;
}
.boletin caption{
    font-family: Georgia, serif;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1em;
	padding:2px 2px 2px 2px;
}
.boletin tr:nth-child(2n+1) {
	background-color:#f0f0f0;
}
.boletin tr:nth-child(2){
	text-align:left;
}
.boletin tr:first-child{
    padding:5px 5px 5px 5px;
    font-size: 16px;
    background-color:#f0f0f0;
	letter-spacing: 2px;
    font-weight:bold;
    border:1px solid #666;
    border-top:3px solid #666;
    -moz-box-shadow:0px -1px 4px #000;
    -webkit-box-shadow:0px -1px 4px #000;
    box-shadow:0px -1px 4px #000;
}
.boletin tr:nth-child(2){
    padding:5px 5px 5px 5px;
    font-size: 16px;
    background-color:#f0f0f0;
	letter-spacing: 2px;
    font-weight: bold;
    border:1px solid #666;
	text-align: center;
}
.boletin tr:nth-child(3){
    padding:5px 5px 5px 5px;
    font-size: 17px;
    background-color:#d9d9d9;
	letter-spacing: 1px;
    font-weight: bold;
    border:1px solid #666;
	text-align: center;
}
.boletin tr:nth-child(4){
    padding:5px 5px 5px 5px;
    font-size: 16px;
    background-color:#d9d9d9;
	letter-spacing: 2px;
    font-weight: normal;
    border:1px solid #666;
	text-align: center;
}
.boletin tr{
	border-bottom:1px dotted #666;
}
.boletin td{
    padding:3px;
	border-right:1px dotted #999;
}
/*Dimensiones*/
.dimSer{
	background-color:#e8fbb7;
}
.dimSaber{
	background-color:#d2efc5;
}
.dimHacer{
	background-color:#d8f7ed;
}
.dimDecidir{
	background-color:#e9e9e9;
}
.dimRes{
	background-color:#cccccc;
}

