#formUser{
	/*background-color:#D4F0FB;*/
	margin: 1em 3em 1em 2em;
	padding-bottom:1em;
}

#formUser h1{
	color:#FFFFFF;
	font-size:1.4em;
	font-weight:bold;
	padding:1em 1em;
}
#formUser p{
	margin:1em;
}

#formUser label{
	display: inline-block;
	width:10em;
	text-align:right;
    vertical-align:top;
    height:2em;
}

#formUser fieldset{
	border:0.078125em solid #CCCCCC;
	margin:0 1em 1em 1em;
	padding-left:1em;
}

#formUser legend{
	font-size:1.3em;
	font-weight:bold;
	padding-left:0.3em;
	padding-right:0.3em;
}

#formUser ul{
	color:#000;
	margin-left:3em;
}

#formUser ul li{
	list-style-type:disc;
	margin-top:0.5em;
	margin-bottom:0.5em;
}

#tablaUsuarios{
	margin:1.5em 2em;
}

#tablaUsuarios th{
	padding:0.3em;
	border-bottom:0.3em solid #BD392D;
}
#tablaUsuarios td{
	padding:0.3em;
	border:0.3em solid white;
}

.BotonSocio {
    width: 9.5625em;
    text-align: center;
    margin: 0 auto;
}
.BotonSocio a, .BotonSocio a:link, .BotonSocio a:visited {
    display: block;
    background-image:url(imagenes/hsocioN.png);
    background-repeat:no-repeat;
    background-position: top center;
    height: 2.875em;
    width: 9.5625em;
    /*margin-left:0.7em;*/
    font-size:1.2em;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    /*padding-top: 1em;*/
    line-height: 2.8em;
}
.BotonSocio a:hover, .BotonSocio a:active {
    background-image:url(imagenes/hsocioOver.png);
}

#Perfiles{

color:#FFFFFF;
margin:1em 2em 4em 4em;


}


#Perfiles .BotonSocio {
    width: 9.5625em;
    text-align: center;
    margin: 0 auto;
    float:left;
}

#Perfiles .txtPerfiles{
    padding-top:1em;
    width:40em;
    float:left;
}

#Perfiles h1{
    color:#E3CA80;
    font-size:2em;
    font-weight:bolder;
    padding-bottom:0.5em;
}

#Perfiles .txtPerfiles{
    text-align:left;
}

#Perfiles p{
    clear:both;    
}

#PreviousLogin p{
    color:#FFFFFF;
font-size:1.2em;
font-weight:bold;
margin-bottom:0.7em;
text-align:center;
}

