input, select, textarea, option {
    /* Hay que especificar siempre el font-family y el font-size de estos elementos */
    font: 1em  Arial, Helvetica, sans-serif;
}

fieldset {
    border: 0;
}

legend {
}

button, label {
    cursor: pointer;
}

#loginLateral {
    position: relative;
    color: #FFF;
    padding: 0 5px 0 3px;
    background: url(../img/loginLateralFondo.png) no-repeat 50% 100%;
}

#loginLateral h2 {
    text-align: center;
    background: #50951C;
    padding: 15px 0 5px;
    border-bottom: 1px solid #508C1E;
}

#loginLateral label {
    display: block;
    width: 165px;
    margin: 7px 0 0 10px;
    overflow: hidden;
}

#loginLateral span {
    float: left;
}

#loginLateral input {
    float: right;
    width: 100px;
    padding: 1px;
    border: 0;
}

#loginLateral fieldset {
    position: relative;
    padding: 3px 0 17px;
	margin-top:17px;
}

#loginLateral button {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 2.3em;
    right: 15px;
    border: 0;
    text-indent: -10000px;
    outline: none;
    background: url(../img/flechaHor.png) no-repeat 0 0;
}

* html #loginLateral button {
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/flechaHor.png, sizingMethod=crop);
}

#loginLateral a {
    display: block;
    margin: 10px 10px 10px 65px;
    color: #FFF;
    font-size: 0.9em;
    text-decoration: none;
}

#contenido label {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 0.6em;
}

#contenido input,
#contenido textarea {
}

#infoContacto span {
    float: left;
    display: inline;
    width: 9em;
}
#formSocios label {
	margin-bottom: 0.3em;
}

#formSocios span {
    float: left;
    display: inline;
    width: 6em;
}

#infoContacto input,
#infoContacto textarea,
#formSocios select{
    float: left;
    display: inline;
    border: 1px solid #749A54;
    margin-top: 1px;
    color: #666;
    background: #EEE;
}

#formSocios input,
#formSocios select {
	width:220px;
	border: 1px solid #749A54;
}
#formSocios input {
	padding:2px 0;
}
#formSocios select {
	margin-bottom:20px;
}

#formSocios input.checkBox {
	width:15px;
	height:15px;
	margin-right:7px;
}
#formActualidad {
	margin-bottom:30px;
}
#formActualidad select {
	width:120px;
}

#formActualidad label {
	color:#666;
}
#controles label {
    margin: 2em 0;
}

#botonEnviar {
    display: block;
    width: 100px;
    padding: 12px 16px;
    border: 0;
    margin-left: -4px;
    font-size: 0.9em;
    text-align: left;
    color: #FFF;
    background: url(../img/botonEnviar.gif) no-repeat 0 0;
}