@charset "utf-8";
body {
	background-color: #181818;
}
.fondoHome {
	background-image: url(../images/fondoHome.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.pie {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #1a1916;
	background-image: url(../images/fondoPie.jpg);
	background-repeat:  repeat-x;
	background-position: left center;
}
.pie a{
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #1a1916;
	text-decoration:none;
}
.pie a:hover{
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #1a1916;
	text-decoration:underline;
}
.lineaPuntos {
	background-image: url(../images/punto.gif);
	background-repeat:  repeat-x;
	background-position: right center;
}

.menu {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #d1d0c6;
}
.menu a{
	color: #d1d0c6;
	text-decoration:none;
}
.menu a:hover{
	color: #969374;
	text-decoration:none;
}
.menuSeleccionado {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #d1d0c6;
	border: 1px dotted #d1d0c6;
	background-image: url(../images/fondoMenuSeleccionado.png);
	background-repeat: repeat;
	background-position: left top;
}
.marcoImagen {
	border: 3px solid #525248;
}
.linePuntosVertical {
	background-image: url(../images/lineaPuntosVertical.gif);
	background-repeat:  repeat-y;
	background-position: center top;
}

.menuSeleccionado a{
	color: #d1d0c6;
	text-decoration:none;
}
.menuSeleccionado a:hover{
	color: #969374;
	text-decoration:none;
}.tituloBlanco {
	font-family: "Trebuchet MS", Verdana;
	font-size: 20px;
	color: #FFFFFF;
}

.tituloBeis {
	font-family: "Trebuchet MS", Verdana;
	font-size: 20px;
	color: #c3c3ac;
}
.tituloBeisp {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #c3c3ac;
}

.txtGeneral {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #a09f97;
}
.txtGeneral a{
	font-size: 11px;
	color: #a09f97;
	text-decoration:underline;
}
input {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #a09f97;
	background-color: #162025;
	border: 3px solid #525248;
	padding-left: 5px;
}
textarea {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #a09f97;
	background-color: #162025;
	border: 3px solid #525248;
	SCROLLBAR-FACE-COLOR:#504d48; 
	SCROLLBAR-HIGHLIGHT-COLOR: #45433e; 
	SCROLLBAR-SHADOW-COLOR: #302e2b; 
	SCROLLBAR-3DLIGHT-COLOR: #5a5853;
	SCROLLBAR-ARROW-COLOR: #34312e; 
	SCROLLBAR-TRACK-COLOR: #6e6a65; 
	SCROLLBAR-DARKSHADOW-COLOR: #5a5853;
}
form {
	margin: 0px;
	padding: 0px;
}



.txtGeneral a:hover{
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:underline;
}
.txtBlanco {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #FFFFFF;
}
.txtBlanco a{
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:underline;
}
.txtBlanco a:hover{
	font-size: 11px;
	color: #a09f97;
	text-decoration:underline;
}
.txtMarron {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #161616;
}
.txtInput {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #b6b28e;
}
.titBlanco {
	font-family: "Trebuchet MS", Verdana;
	font-size: 20px;
	color: #FFFFFF;
}
.fondoMenu {
	background-image: url(../images/fondoMenu.png);
	background-repeat:repeat;
	background-position: left top;

}
.fondoContenido {
	background-image: url(../images/fondoContenido.png);
	background-repeat: repeat;
	background-position: left top;
}
.fondoForm {
	background-image: url(../images/fondoForm.png);
	background-repeat: repeat;
	background-position: left top;
}


.titBeis {
	font-family: "Trebuchet MS", Verdana;
	font-size: 20px;
	color: #c3c3ac;
}
.paginacion{
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #b4b4a7;
	background-color: #2c2c2c;
	border: 1px solid #525248;
	padding:1px 5px 1px 5px;
}

.paginacion a {
	color: #b4b4a7;
	text-decoration: none;
}
.paginacion a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.paginacionActiva {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #b4b4a7;
	background-color: #181818;
	border: 1px solid #525248;
	padding:1px 5px 1px 5px;
}
.pagBotones {
	font-family: "Trebuchet MS", Verdana;
	font-size: 18px;
	color: #b4b4a7;
}
.pagBotones a{
	color: #b4b4a7;
	text-decoration:none;
}
.pagBotones a:hover{
	color: #FFFFFF;
	text-decoration:none;
}

