@charset "utf-8";
/* CSS Document */

.barra1 {
	display: block;
	width: 100%;
	text-align: left;
	display: block;
	border-radius: 4px 4px 4px 4px;
	font-weight: bold;
	background-color: #1575b9;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	}

.barra_superior_menu {
	position: relative;
	float: right;
	margin-top: -17px;
	padding: 15px 45px 15px 0;
	background-image: url(../img/arriva4.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}		
.barra {
	height:25px;
	width:100%;
	margin:auto;
	position: fixed;
	bottom: 0;
	z-index: 99;
	}
	
.barra_inferior {
	display:block;
	height:25px;
	width: 100%;
	text-align:center
	border-radius: 4px 4px 4px 4px;
	font-weight: bold;
	background-color: #1575b9;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	color:#FFF
	
	}

.formulario {
	background-color: #1575b9;
	font-weight: bold;
	font-size:14px;
	font-family: "Times New Roman", Times, serif;
	text-justify:auto;
	color:#FFF;
	width: 30px;
	height:30px;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	border-radius: 4px 4px 4px 4px;
}

#boton3{
background:-moz-linear-gradient(#1575B9 0%,#006699 100%);
background:-ms-linear-gradient(#1575B9 0%,#006699 100%);
background:-o-linear-gradient(#1575B9 0%,#006699 100%);
background:-webkit-linear-gradient(#1575B9 0%,#006699 100%);
background:linear-gradient(#1575B9 0%,#006699 100%);
border:solid 1px #006699;
border-radius:5px;
text-align:center;
padding:5px;
color:#fff;
  width:100px;
}
#boton3:hover{
background:-moz-linear-gradient(#fff 0%,#DEDEDE 100%);
color:#999;
}

.input{
	text-decoration: none;
	display: inline-block;
	border: 1px solid #006699;
	background: #FFF;
  font:"Times New Roman", Times, serif
  font-size:14px
  font-weight: bold;
	/*color: #82983e;*/
	color: #006699;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	margin: 1px;
	text-align: left;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
}

#boton4{
	background: -moz-linear-gradient(#44CC35 0%,#5B870A 100%);
	background: -ms-linear-gradient(#44CC35 0%,#5B870A 100%);
	background: -o-linear-gradient(#44CC35 0%,#5B870A 100%);
	background: -webkit-linear-gradient(#44CC35 0%,#5B870A 100%);
	background: linear-gradient(#44CC35 0%,#5B870A 100%);
	border: solid 1px #5B870A;
	border-radius: 5px;
	text-align: center;
	padding: 3px;
	color: #fff;
	width: 75px;
	position: absolute;
	top: 410px;
	left: 115px;
}
#boton4:hover{
background:-moz-linear-gradient(#fff 0%,#DEDEDE 100%);
color:#999;
}

.input_lleno{
	border: 1px solid #363;
	background: #F7FECD;
  font:"Times New Roman", Times, serif
  font-size:14px
  font-weight: bold;
  /*color: #82983e;*/
  color: #006699;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin: 1px;
	text-align: left;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
}.formulario form p {
	text-align: justify;
}

.errores{
            -webkit-boxshadow: 0 0 10px rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            background: red;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            color: #fff;
            display: none;
            font-size: 14px;
            margin-top: -30px;
            margin-left: 210px;
            padding: 10px;
            position: absolute;
        }
.fila { 
		background: #E0F0FE;
		border: 1px solid #006699;
		/*color: white; */
		font-weight: bold; 
		-webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    border-radius: 3px;
		color: #006699;
	}

.logo
{
	position: absolute;
	padding: 0px;
	height: 52px;
	width: 236px;
	left: 150px;
	top: 10px;
}

