@CHARSET "UTF-8";

#centerConsejos {
    margin:-80px 0 0 50px;
    font-size: 12px;
}

#accesorio {
    float:right;
	height:175px;
	margin-right:60px;
}

#cajaTitulares {
    width: 920px;
    height: 310px;
    background-color: #666666;
    margin: 20px;
    border-top: 1px solid transparent;
}

#cajaSubtitulares {
    width: 420px;
    margin-top: 70px;
    height: 150px;
    background-color: #000000;
    border: 1px dotted #ffffff;
}

#consejosEnlace {
    width: 406px;
    height: 20px;
    color: #FFFFFF;
    text-align: right;
    padding: 8px;
}

.h1Consejos {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 10px;
}

.h2Consejos {
    font-size: 14px;
    color: #A70076;
    margin: 4px 0;
}

.pConsejos {
    font-size: 12px;
}

.strongConsejos {
    font-size: 14px;
    color: #A70076;
}

.subtitulConsejos {
    color: #999999;
    font-size: 14px;
}
/* las listas */
.ulConsejos {
    margin: 20px 20px;
}

.ulConsejos li {
    font-size: 12px;
    margin: 5px;
}

.tablaConsejos {
    width: 100%;
    border: 0;
    padding: 5px;
}

.tablaConsejos tr td {
    vertical-align: top;
    width: 102px;
    padding: 4px;
    font-size: 11px;
}

.tablaConsejos tr td.titularTD {
    width: 100%;
    height: 24px;
    background-color: #333333;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    padding: 10px;
}

.tablaConsejos tr td.subtitularTD {
    background-color: #666666;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
}

.tablaConsejos tr td ul, .tablaConsejos tr td ol {
    margin-left: 20px;
}

.tablaConsejos tr td ul li, .tablaConsejos tr td ol li {
    margin-top: 2px;
}

em {
    font-size: 12px;
    color: #333333;
}
/* ------- CLASES PARA EL FORMULARIO -------*/
#alta_club_form {
    width: 500px;
    margin: 20px;
    padding: 20px;
    border: #EDEDED solid thin;
}

#alta_club_form em {
    color: #A70076;
}

#alta_club_form fieldset {
    margin: 8px 0;
    padding: 6px;
    border: solid #999999 1px;
    background-color: #EDEDED;
}

#alta_club_form legend {
	margin-bottom: 10px;
    color: #A70076;
    font-size: 12px;
}

#alta_club_form ol li {
    list-style-type: none;
    margin: 4px;
    width: auto;
    display: block;
}

#alta_club_form label.text {
	float: left;
	width: 85px;
}

#alta_club_form input.text {
	width: 285px;
	margin-bottom: 5px;
}

#alta_club_form input.checkbox, #alta_club_form input.radio {
    margin: 0 5px;
}

#alta_club_form dd.radio{
	position:relative;
	left:80px;	
}

#alta_club_form input, #alta_club_form label {
    vertical-align: middle;
}

ul.errors{
	margin-bottom:15px;
}

dd.text ul.errors{
	margin-left:85px;
}

dd.text ul.errors{
	margin-left:85px;
}

dd.radio ul.errors{
	margin-left: 5px;
}

h1.respuesta{
	margin-top: 70px;
}

div.blockUI{
	font-size: 23px;
}

div.blockUI > *{
	vertical-align: middle;
	display: inline;
}

div.blockUI ul#errores{
	text-align: left;
	margin: 0 0 10px 30px;
}

input#aceptar{
	margin-bottom: 10px;
}
