body {
	background: url(../img/fondo.jpg) no-repeat fixed 50% top;

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #0953b2;
}
#container {
width: 960px;
display: block;
margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
 
}
#containermedio {
width: 600px;
display: block;
margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
 
}


.bgimg {
 background-image: url(../img/div_bg.png);	
}

.normalBig {
	font-family: Lato;
	font-size: 16px;
	color: #000;
}
.normalSmall {
	font-family: Lato;
	font-size: 13px;
	color: #000;
}
.bottom {
	font-family: Lato;
	font-size: 14px;
	color: #333;
}
.hdr {
	font-family: Lato;
	font-size: 18px;
	color: #0a59b6;
}
.NormalBlue {
	font-family: Lato;
	font-size: 14px;
	color: #0d004c;
}
.innerSel{
width:270px;
 margin-left: auto;
  margin-right: auto;	
}
.selector {
	width:280px;
	background-color: rgba(3, 77, 172, 0.5);
	  margin-left: auto;
  margin-right: auto;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 0px solid;
	box-shadow: 3px 3px 5px #000;
}

.imggal {
   padding:1px;
   border:1px solid #021a40;
   background-color:#fff;
}
.icons{
    background: #EFEFFF;
    border: 1px solid #cccccc;
    border-radius: 15px;
    -moz-border-radius: 1px;
    padding: 5px 5px 5px 10px;
    /*max-width: 400px; horizontal display*/
    max-width: 80px;
    /*-moz-box-shadow: 8px 6px 4px #3c3c3c;*/
   /* -webkit-box-shadow:  8px 6px 4px #3c3c3c;*/
    /*box-shadow:  8px 6px 4px #3c3c3c;*/
    position: fixed;
    top: 150px;
    right: 0;
}

.icons img{
    margin: 5px 3px 0 0;
    
}
input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}
 
input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}