body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	background-image: url(../imagenes/fill-table.gif);

	
}

.menu {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.menu:hover {
	text-decoration: underline;
}
.submenu {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.submenu:hover {
	text-decoration: underline;
}

.botones {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.botones:hover {
	text-decoration: underline;
}

.textoPies {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}
.textoPies10 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #333333;
}
.textoPies12 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}

.portada {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #333333;
}
.portada a {color: #666666; font-weight: bold;}
.portada a:hover {text-decoration: none;}

.colofon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #ffffff;
}
.colofonportada {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #222222;
}

.colofonportada a {text-decoration: none;}
.colofonportada a:hover {text-decoration: underline;}

.colofonportadawhite {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

.ayuda {
	font-size: 11px;
	margin-left: 25px;
	list-style-image: url(../img/bolillo.gif);
	padding-left: 0px;

}

.ayuda li {
	margin-bottom: 5px;
	margin-left: 0px;

}
.enlaces {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}
.enlaces a {
	font-weight: bold;
	color: #CC0000;
}
.enlaces a:hover{
	text-decoration: none;
}

.creditosfoto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.creditosentrar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.creditosentrar a {text-decoration: none;}

.titulo {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}

.tituloPeq {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #333333;
}

.cintillo {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #395280;
}

.piesTestimonios {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #000000;
}

.piesTestimonioswhite {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #ffae00;
}

/*SELECT {
	color: #000000;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
}*/

.combo {
	background-color: #000000;
	color: #000000;
}

input.formInputText  {    
	font-size: 9pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
    color: #666;
    background-color:#F3DFAF;
    padding: 2px;
    border: solid 1px #785912;
    margin-right: 5px;
    margin-bottom: 5px;
}

input.formInputText:hover {
    background-color: #EEFDFF;
    border: solid 1px #B2E2EB;
    color: #000;
    cursor: pointer;
}

input.formInputText:focus {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #000000; 
	cursor: text;
}

input.formInputTextDeshabilitado  {    
	font-size: 9pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
    color: #666;
    background-color:#EEEEEE;
    padding: 2px;
    border: solid 1px #e2dc8e;
    margin-right: 5px;
    margin-bottom: 5px;
}

input.formInputTextDeshabilitado:hover {
    background-color: #EEEEEE;
    border: solid 1px #B2E2EB;
    color: #000;
    cursor: pointer;
}

input.formInputTextDeshabilitado:focus {
	color: #000;
	background-color: #EEEEEE;
	border: solid 1px #000000; 
	cursor: text;
}

textarea.formInputTextArea {
	font-size: 10pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
    color: #333333;
	background-color:#F3DFAF;
	padding: 2px;
    border: solid 1px #e2dc8e;
    margin-right: 5px;
    margin-bottom: 5px;	
}

textarea.formInputTextArea:hover {
    background-color: #EEFDFF;
    border: solid 1px #B2E2EB;
    color: #000;
    cursor: pointer;
}

textarea.formInputTextArea:focus {
	color: #000;
	background-color: white;
	border: solid 1px #000000; 
	cursor: text;
}

textarea.formInputTextAreaDeshabilitado {
	font-size: 10pt;
	font-family:Arial, Helvetica, sans-serif;
    color: #333333;
	background-color:#EEEEEE;
	padding: 2px;
    border: solid 1px #e2dc8e;
    margin-right: 5px;
    margin-bottom: 5px;	
}

textarea.formInputTextAreaDeshabilitado:hover {
    background-color: #EEEEEE;
    border: solid 1px #B2E2EB;
    color: #000;
    cursor: pointer;
}

textarea.formInputTextAreaDeshabilitado:focus {
	color: #000;
	background-color: EEEEEE;
	border: solid 1px #000000; 
	cursor: text;
}

select.formSelect {
	font-size: 10pt;
	font-family:Arial, Helvetica, sans-serif;
    color: #333333;
	background-color:#F3DFAF;
	padding: 2px;
    border: solid 1px #e2dc8e;
    margin-right: 5px;
    margin-bottom: 5px;	
}

select.formSelect:hover {
    background-color: #EEFDFF;
    border: solid 1px #B2E2EB;
    color: #000;
    cursor: pointer;
}

select.formSelectDeshabilitado {
	font-size: 10pt;
	font-family:Arial, Helvetica, sans-serif;
    color: #333333;
	background-color:#EEEEEE;
	padding: 2px;
    border: solid 1px #e2dc8e;
    margin-right: 5px;
    margin-bottom: 5px;	
}

select.formSelectDeshabilitado:hover {
    background-color: #EEEEEE;
    border: solid 1px #B2E2EB;
    color: #000;
    cursor: pointer;
}
/*select.formSelect:focus {
	color: #000;
	background-color: white;
	border: solid 1px #000000; 
	cursor: text;
}*/
.Avanzada_Sel {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	background-color: #F3DFAF;
}
.AvanzadaDes {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #558529;
}
