/* CSS DEFAULT */
body
{
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color:#F7F7F7;
}

.tdAvisos {
    background-color: #DBDBDB;
    color:Black;
    font-family:Arial;
    font-size:12px;
    border: 0px;
    border-spacing: 0px;
    border-bottom : 0px;
    border-top : 0px;
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.tdNoticias {
    background-color: #333333;
    color:White;
    font-family:Arial;
    font-size:12px;
    border: 0px;
    border-spacing: 0px;
    border-bottom : 0px;
    border-top : 0px;
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.tdTestimonio {
    background-color: #666666;
    color:White;
    font-family:Arial;
    font-size:12px;
    border: 0px;
    border-spacing: 0px;
    border-bottom : 0px;
    border-top : 0px;
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* Estilos para los Combo Box */


.texto_avisos {
    color:Black;
    text-align: left;
    font-family:Arial;
    font-size:12px;
    text-decoration:none;
}


.texto_derechos {
    color:#666666;
    text-align: center;
    font-family:Arial;
    font-size:11px;
}




.invalidInput,.validInput{
	display:compact;
	padding:1px;
}
/* Style for invalid input */
.invalidInput{
	border:1px solid #F00;
}

/* Style for valid input */
.validInput{
	border:1px solid #FFF;
}
.e1{
	background-color: #FFE0E0;
}
.e0{
	background-color: #FFFFFF;
}


.f_textarea, .f_textareaRO
{
}
.f_radio, .f_radioRO
{
}
.f_checkbox, .f_checkboxRO
{
}

.f_select, .f_selectRO
{
}

/* Input */
.f_in, .f_in_R, .f_inRO, .f_inRO_R
{
}

/*sans bord*/
.f_inRO, .f_inRO_R
{
	BORDER-BOTTOM-WIDTH: 0;
  BORDER-LEFT-WIDTH: 0;
  BORDER-RIGHT-WIDTH: 0;
  BORDER-TOP-WIDTH: 0; 
}

/*alignement à droit sans bord*/
.f_in_R, .f_inRO_R{
	text-align:	right;
}



/*police et fond d'un autre couleur*/
.fBtRS
{
    BACKGROUND-COLOR: #FF5050 ;
    COLOR: #FFFF80 ;
}