/* reseteo */
* {
	border: 0;
	margin: 0;
	padding: 0;
}
article,figcaption,figure,footer,header,hgroup,nav,section{
	display: block;
}
header{
  margin: 0 auto;
  padding-top:5px;
  text-align: center;
  width:100%;
}
footer{
  clear: both;
  color: rgb(28, 101, 190);
  font-size: 12px;
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 10px;
  text-align: center;
}

body {
	font-size: 1em;
  /*font-family: Arial,Helvetica,Verdana,sans-serif;*/
font-family: acumin-pro, sans-serif;
font-weight: 400;
overflow-y: scroll;
}
footer a{
  text-decoration: none;
}
.cookies{color:#f60;}
.left{float:left;}
.right{float:right;}
.centro{margin: 0px auto;text-align: center;}
a:hover .cookies {
  color:black;
}
div.subfooter {
    padding-top: 20px;
    font-size: 11px;
}
#fg_membersite {
  background: #243871;
	margin:0 auto;
	max-width: 400px;
	padding: 10px;
  height: 320px;
}
#fg_membersite fieldset
{
   padding:10px 10px 30px 30px;
}

#fg_membersite legend, #fg_membersite h2
{
   /*font-family : Arial, sans-serif;*/
   font-size: 1.8em;
   font-weight:200;
   color: #fff;    /*f98d59*/
}

#fg_membersite label
{
   /*font-family : Arial, sans-serif;*/
   font-size:0.8em;
   font-weight: bold;
}

#fg_membersite input[type="text"],#fg_membersite textarea,
#fg_membersite input[type="password"]
{
  /*font-family : Arial, Verdana, sans-serif;*/
  font-size: 0.8em;
  line-height:140%;
  color : #fff; 
  padding : 6px; 
  border : 1px solid #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background: #284579;

}

#fg_membersite input[type="text"],
#fg_membersite input[type="password"]
{
  width:330px;
}

 #fg_membersite #scaptcha
{
  width:60px;
  height:18px;
}

#fg_membersite input[type="submit"]
{
  margin: 0 auto;
  width:345px;
  font-size: 0.8em;
  line-height:140%;
  border : 1px solid #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

    color: #FFF;
    background-color: #1c79f3;
    border: 0px none;
    padding: 10px;
    cursor: pointer;

}

#fg_membersite textarea
{
  height:120px;
  width:310px;
}
#fg_membersite input[type="text"]:focus,
#fg_membersite textarea:focus
{
  color : #fff;
  border : 1px solid #6F7072;

}

#fg_membersite .container
{
   margin-top:8px;
   margin-bottom: 10px;
}

#fg_membersite .error
{
   font-family: Verdana, Arial, sans-serif; 
   font-size: 0.7em;
   color: red;
}

#fg_membersite #register_password_errorloc
{
    clear:both;
}

#fg_membersite  fieldset#antispam
{
   padding:2px;
   border-top:1px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
}

#fg_membersite fieldset#antispam legend
{
   font-family : Arial, sans-serif;
   font-size: 0.8em;
   font-weight:bold;
   color:#333;   
}

#fg_membersite .short_explanation
{
   font-family : Arial, sans-serif;
   font-size: 0.6em;
   color:#333;   
}

#fg_membersite .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
#fg_membersite #fg_crdiv
{
   font-family : Arial, sans-serif;
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_membersite  #fg_crdiv p
{
    display:none;
}
#logoginicio{
  background: #243871;
  margin:0 auto;
  max-width: 400px;
  padding: 10px;
  margin-top:140px;
}

.bodyLogin{
  background: url(../images/ozacf.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bodyLoginWP{
  background: url(../images/fondo.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.logoinicio{
  box-shadow:
       inset 0 -3em 3em rgba(0,0,0,0.1),
             0 0  0 2px rgb(255,255,255),
             0.3em 0.3em 1em rgba(0,0,0,0.3);
}
.br7{border: 0.5px solid #ccc;-moz-border-radius:10px;-webkit-border-radius:10px;-o-border-radius:10px;border-radius:10px;}
  
@media screen and (max-width: 480px) {
  .bodyLoginWP {  
    background: url(../images/fondo1.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #logoginicio {
    margin-top: 40px;
}