/* CSS Document */
*,
*:before,
*:after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; 
}

body {
	background-color: #BAD9F5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;;
	font-size: 13px;
}
p{
	font-size: 18px;
}

h1{
	color:#2961A9;
	font-size:16px;
	font-weight: bold;
}

label{font-size:13px;
		font-weight: bold;}

#marco {
	width:1240px;
	height:auto;
	margin: auto;
	background:#FFFFFF;
	padding:0;
	border-left:thick #A0C9EB solid;
	border-right:thick #A0C9EB solid;
	border-bottom: thick #A0C9EB solid;
}

#headerPanel, #bottomPanel, #dhtmlgoodies_menu {
	height:200px;
	background:#FFFFFF;
	margin:0;
}

#headerPanel { 
	height:75px;
}

#headerPanel h2{
	margin:0;
	padding-top:1em;
	color:#2981E4;
}

#bottomPanel {
	height:70px;
}

#centralPanel, #cargando {height:500px; margin:0; overflow:auto;}


/* Fieldset styling */
fieldset {
  border: solid 1px #dddddd;
  padding: 1.25em;
  margin: 1.125em 0; }

		fieldset legend {
		color:#2961A9;
		font-size:13px;
		font-weight: bold;
		background: white;
		padding: 0 0.1875em;
		margin: 0;
		margin-left: -0.1875em; }

table{
	/*width:890px;*/
	margin:auto;
	font-size: 11px;
	max-width:890px;
}
td{
	background-color:#E6EEF7;
	border-bottom:1px solid #D3D3D3;
	padding:5px 0px 5px;
}

th{
	background-color:#E5E5E5;
	border-bottom:1px solid #D3D3D3;
	padding:5px 0px 5px;
	text-align:center;
}

/*-------------------------------FORMULARIO-----------------------------------*/
.form{
	border: 1px solid #CED5D7;
	border-radius: 6px;
	padding: 35px 35px 60px;
	margin:auto;
	margin-top: 10px;
	background-color: white;
	width:1000px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;;
	font-size: 11px;
}
.login{
	border: 1px solid #CED5D7;
	border-radius: 6px;
	padding: 35px 35px 60px;
	margin:auto;
	margin-top: 10px;
	background-color: white;
	width:300px;
	box-shadow: 0px 5px 10px #B5C1C5, 0 0 0 10px #EEF5F7 inset;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;;
	font-size: 11px;
}
.contacto{
	border: 1px solid #CED5D7;
	border-radius: 6px;
	padding: 5px 10px 40px 10px;
	margin:auto;
	margin-top: 10px;
	margin-bottom: 70px;
	background-color: white;
	width:1195px;
	box-shadow: 0px 5px 10px #B5C1C5, 0 0 0 10px #EEF5F7 inset;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;;
	font-size: 11px;
}
.contacto label, .login label, .form label{
	display: block; 
	font-weight: bold;
}
/*
.contacto div, .login div, .form div{
	margin-bottom: 5px;
}
*/
.contacto input[type='text'], .contacto textarea, .contacto select, .contacto input[type='password'], .login input[type='text'], .login textarea, .login select, .login input[type='password'], .form input[type='text'], .form textarea, .form select, .form input[type='password']{
	padding: 3px;
	min-width:55px;
	/*max-width: 145px;*/
	/*box-shadow:0 0 0 3px #EEF5F7;float: left;*/
	border: 1px solid #CED5D7;
	border-radius: 4px;
	resize: none;
	margin: 0 2px 3px 0;
	color:#3334BF;
	/*font-size: 12px;*/
	
}

.contacto input[type='text']:focus, .contacto textarea:focus, .contacto select:focus, .contacto input[type='password']:focus, .login input[type='text']:focus, .login textarea:focus, .login select:focus, .login input[type='password']:focus, .form input[type='text']:focus, .form textarea:focus, .form select:focus, .form input[type='password']:focus{
	outline: none;
	box-shadow:0 0 0 3px #dde9ec;
	color:#3334BF;
	/*font-size: 12px;*/
	border-radius: 4px;
}
.contacto input[type='text'].invalido, .contacto textarea.invalido, .contacto select.invalido, .contacto input[type='password'].invalido, .login input[type='text'].invalido, .login textarea.invalido, .login select.invalido, .login input[type='password'].invalido, .form input[type='text'].invalido, .form textarea.invalido, .form select.invalido, .form input[type='password'].invalido{
	box-shadow:1px 1px 1.5px 1px #C06;
	color:#3334BF;
	text-transform:uppercase;
	/*font-size: 12px;*/
	border-radius: 4px;
}

.error{
    background-color: #BC1010;
    border-radius: 4px 4px 4px 4px;
    color: white;
    font-weight: bold;
    margin-left: 16px;
    margin-top: 6px;
    padding: 6px 12px;
    position: absolute;
}
.error:before{
    border-color: transparent #BC1010 transparent transparent;
    border-style: solid;
    border-width: 6px 8px;
    content: "";
    display: block;
    height: 0;
    left: -16px;
    position: absolute;
    top: 8px;
    width: 0;
}
.result_fail{
    background: none repeat scroll 0 0 #BC1010;
    border-radius: 20px 20px 20px 20px;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
}
.result_ok{
    background: none repeat scroll 0 0 #1EA700;
    border-radius: 20px 20px 20px 20px;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
}

a:link, a:visited {
	color: #000099;
	text-decoration:none;
}
a:hover {
	color:#CC0000;
	text-decoration:none;
	
}
/*---------------------------------------------------------------------------------------*/
/* Grid HTML Classes */
.row {
  width: 100%;
  margin-left: 0.5%;
  margin-right: 0.5%;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 95%;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row .column,
  .row .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    float: left; }
  .row.collapse .column,
  .row.collapse .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row .row {
    width: auto;
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

@media only screen {
  .row .column,
  .row .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .row .small-1 {
    position: relative;
    width: 8.33333%; }

  .row .small-2 {
    position: relative;
    width: 16.66667%; }

  .row .small-3 {
    position: relative;
    width: 25%; }

  .row .small-4 {
    position: relative;
    width: 33.33333%; }

  .row .small-5 {
    position: relative;
    width: 41.66667%; }

  .row .small-6 {
    position: relative;
    width: 50%; }

  .row .small-7 {
    position: relative;
    width: 58.33333%; }

  .row .small-8 {
    position: relative;
    width: 66.66667%; }

  .row .small-9 {
    position: relative;
    width: 75%; }

  .row .small-10 {
    position: relative;
    width: 83.33333%; }

  .row .small-11 {
    position: relative;
    width: 91.66667%; }

  .row .small-12 {
    position: relative;
    width: 100%; }

  .row .small-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .row .small-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .row .small-offset-3 {
    position: relative;
    margin-left: 25%; }

  .row .small-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .row .small-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .row .small-offset-6 {
    position: relative;
    margin-left: 50%; }

  .row .small-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .row .small-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .row .small-offset-9 {
    position: relative;
    margin-left: 75%; }

  .row .small-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 48em) {
  .row .large-1 {
    position: relative;
    width: 8.33333%; }

  .row .large-2 {
    position: relative;
    width: 16.66667%; }

  .row .large-3 {
    position: relative;
    width: 25%; }

  .row .large-4 {
    position: relative;
    width: 33.33333%; }

  .row .large-5 {
    position: relative;
    width: 41.66667%; }

  .row .large-6 {
    position: relative;
    width: 50%; }

  .row .large-7 {
    position: relative;
    width: 58.33333%; }

  .row .large-8 {
    position: relative;
    width: 66.66667%; }

  .row .large-9 {
    position: relative;
    width: 75%; }

  .row .large-10 {
    position: relative;
    width: 83.33333%; }

  .row .large-11 {
    position: relative;
    width: 91.66667%; }

  .row .large-12 {
    position: relative;
    width: 100%; }

  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .row .large-offset-3 {
    position: relative;
    margin-left: 25%; }

  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .row .large-offset-6 {
    position: relative;
    margin-left: 50%; }

  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .row .large-offset-9 {
    position: relative;
    margin-left: 75%; }

  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .small-push-2 {
    left: inherit; }

  .small-pull-2 {
    right: inherit; }

  .small-push-3 {
    left: inherit; }

  .small-pull-3 {
    right: inherit; }

  .small-push-4 {
    left: inherit; }

  .small-pull-4 {
    right: inherit; }

  .small-push-5 {
    left: inherit; }

  .small-pull-5 {
    right: inherit; }

  .small-push-6 {
    left: inherit; }

  .small-pull-6 {
    right: inherit; }

  .small-push-7 {
    left: inherit; }

  .small-pull-7 {
    right: inherit; }

  .small-push-8 {
    left: inherit; }

  .small-pull-8 {
    right: inherit; }

  .small-push-9 {
    left: inherit; }

  .small-pull-9 {
    right: inherit; }

  .small-push-10 {
    left: inherit; }

  .small-pull-10 {
    right: inherit; }

  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }
/* Foundation Visibility HTML Classes */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important; }

.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
  display: none !important; }

.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important; }

.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important; }


/*---------------------------------------------------------------------------------------*/
/* --------------- BOTONES --------------- */

.button, .button:visited { /* botones genéricos */
background: #222 url(button.gif) repeat-x;
display: inline-block;
padding: 2px 6px 2px;
color: #FFF;
text-decoration: none;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-top: 0px;
border-left: 0px;
border-right: 0px;
border-bottom: 1px solid rgba(0,0,0,0.25);
position: relative;
cursor:pointer;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight:bold;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
border: none;
font-weight:bold;
}

.button:hover { /* el efecto hover */
background-color: #111
color: #FFF;
}

.button:active{ /* el efecto click */
top: 1px;
color: #FFF;
}

/* botones pequeños */
.small.button, .small.button:visited {
font-size: 10px ;
font-weight:bold;
color: #FFF;
}

.blue.button, .blue.button:visited { background-color: #2981E4; font-weight:bold;}
.blue.button:hover{ background-color: #2575CF; font-weight:bold;}

/* --------------- FIN BOTONES --------------- */

/******************************************************************************/