/* CSS Document */

body {
	background-image:url(../grafica/fondo.jpg);
	font-family:Tahoma, Arial, Garamond;
	font-size:11px;
	color:#616554;
}
p {
	margin:0px;
	padding-bottom:4px;
	padding-top:4px;
}
/* FORMS */
form {
	margin:0px;
	padding:0px;
}
#form-login form {
	margin:0px;
	padding:0px;
	font-family:Tahoma, Arial, Garamond;
	font-size:10px;
	color:#8e8a70;
}
#form-login input, #form-login textarea, #form-login select {
	margin:0px;
	font-family:Tahoma, Arial, Garamond;
	font-size:10px;
	color:#8e8a70;
}
#form-login a {
	color:#8e8a70;
	text-decoration:underline;
}
#form-login a:hover {
	color:#63614E;
	text-decoration:none;
}
#form-login .bordo {
	font-family:Tahoma, Arial, Garamond;
	color:#810000;
}
#form-login a.bordo:link, #form-login a.bordo:visited, #form-login a.bordo:active {
	color:#810000;
	text-decoration:underline;
}
#form-login a.bordo:hover {
	color:#B30000;
	text-decoration:none;
}

/* CONTENIDO */
#fondo-contenido {
	margin:0px;
	padding:12px;
	background-image:url(../grafica/fondo-contenido.gif);
	background-repeat:repeat-y;
}
.letras-blancas {
	font-family:Tahoma, Arial, Garamond;
	font-size:11px;
	color:#FFFFFF;
}
a.letras-blancas:link, a.letras-blancas:visited, a.letras-blancas:active {
	color:#FFFFFF;
	text-decoration:underline;
}
a.letras-blancas:hover {
	color:#FFFFFF;
	text-decoration:none;
}

/* PADDING */
.celdas-padding-5 {
	margin:0px;
	padding:5px;
}

/* FOTOS */
.fotosderecha {
	margin:0px;
	float:right;
	padding:0xp 5px 5px 5px;
}

/* FOOTER */
#footer-links {
	margin:10px;
	padding:10px;
	text-align:center;
	font-family:Tahoma, Arial, Garamond;
	font-size:10px;
	color:#000000;
}
#footer-links a {
	color:#000000;
	text-decoration:none;
}
#footer-links a:hover {
	color:#333333;
	text-decoration:underline;
}

/* wForms Related Rules */
/* ==================== */
/* Field w/ a validation error */
.error {	/* deprecated since wForms v0.92 */
	border: 1px solid #F00;
}
.errFld {
	border: 1px solid #F00;
}
/* Styling for message associated with a validation error. */
.errorMsg { /* deprecated since wForms v0.92 */
	color: #CC3333 !important;
	display: inline;
}
.errMsg {	
	color: #CC3333 !important;
	display: block;
}
/* Field-Hint with focus */
.field-hint {
	color: #000;
	float: right;
	clear: right;
	width: 190px;
	font-size: 85%;
	min-height: 2em;	
	background-image: url(/images/tfa-bracket.gif);
	background-repeat: no-repeat;
	background-position: left center;	
	padding: 0 0 0 20px ;
}
/* Field-Hint without focus */
.field-hint-inactive {
	color: #666;
	float: right;
	clear: right;
	width: 190px;
	font-size: 85%;
	min-height: 2em;
	background-image: url(/images/tfa-greybracket.gif);
	background-repeat: no-repeat;
	background-position: left center;		
	padding: 0 0 0 20px ;
}
/* Repeat Behavior  */
.repeat {
	border: 1px solid #ddd;
	background-color: #FFFFFF;
	margin: 3px 0;
	padding-right: 6px;
}
.removeable {
	border: 1px solid #ddd;
	background-color: #F3F3F3;
	padding-right: 6px;	
}
/* Links generated by the Repeat Behavior */
.duplicateLink {
	margin-top: 10px;
	font-weight: bold;
	text-align: right;
	display: block;
}
.removeLink {
	margin-top: 10px;
	text-align: right;
	display: block;
	color: #CC3300;
}
/* Switch Behavior Classes */
.onstate-a,  .onstate-b,  .onstate-c,  .onstate-d,
.onstate-e,  .onstate-f,  .onstate-g,  .onstate-h, 
.onstate-i,  .onstate-j,  .onstate-k,  .onstate-l, 
.onstate-m,  .onstate-n,  .onstate-o,  .onstate-p, 
.onstate-q,  .onstate-r,  .onstate-s,  .onstate-t,
.onstate-u,  .onstate-v,  .onstate-w,  .onstate-x,  
.onstate-y,  .onstate-z,  .onstate-aa, .onstate-ab,
.onstate-ac, .onstate-ad, .onstate-ae, .onstate-af,
.onstate-ag, .onstate-ah, .onstate-ai, .onstate-aj,
.onstate-ak, .onstate-al, .onstate-am, .onstate-an {
	display: block;
}

/* offstate classes for the Switch Behavior are in wforms-jsonly.css */

/* Buttons */
.actions {
	padding-top: 15px;
	text-align: right;
	clear: right;
}
.primaryAction {
	display: inline;
}
.secondaryAction {
	color: grey;
	display: inline;
}
.secondaryAction:hover {
	color: black;
}
