/* CSS Document */
body {
	background-color: #6B5C4F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 11px;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 11px;
	
}

div.page {
writing-mode: tb-rl;
height: 80%;
margin: 10% 0%;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #A7B40A;
	font-size: 11px;
}

img {
	border: none;
}

input[type=text], input[type=password] {
	width: 210px;
	border: 1px #A7B40A solid;
}

input[type=text]:focus {
	background-color: #C7C78D;
}

li {
	list-style-type: square;
	color: #A7B40A;
	font-size: 11px;
	vertical-align: top;
}

p {
	text-align: justify;
	font-size: 11px;
}

textarea {
	width: 450px;
	border: 1px #A7B40A solid;
	height: 100px;
}

textarea:focus {
	background-color: #C7C78D;
}

div#all {
	position: relative;
	width: 100%;
	left: 0px;
	top: 0px;
}

div#cabecera {
	position: absolute;
	top: 9px;
	left: 112px;
}
div#lista_precios {
	position: absolute;
	top: 9px;
	left: 100px;
}

div#menu_superior {
	position: absolute;
	left: 0px;
	top: 75px;
	color: white;
	height: 19px;
}

div#contenido {
	position: relative;
	top: 135px;
	left: 112px;
	color: red;
}

div#cuerpo {
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div .hr {
	border: 0px none;
	color: #FFF;
	background-image: url('../puntos.gif');
	height: 3px;
	background-repeat: repeat;
	background-position: center center;
}

div#pie {
	position: static;
	background-color: #A7B40A;
	color: #6B5C4F;
	font-size: 10px;
	width: 807px;
	bottom: 0px;
}

span#separador {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 807px;
}

.barraVerde {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #A7B40A;
	color: #6B5C4F;
}

.casillaSeleccion {
	background-color: #6B5C4F;
	color: white;
}

.textoVerde {
	color: #A7B40A;
	font-size: 10px;
}

.tituloBlanco {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.tituloVerde {
	color: #A7B40A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.titular {
	color: #53483E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: 182px;
}

.publicidad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
}
.llamada {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
}
.boton {
	background-color: white;
	text-decoration: none;
	color: #A7B40A;
	font-size: 11px;
	font-weight: bold;
}

.boton:visited {
	background-color: white;
	text-decoration: none;
	color: #A7B40A;
	font-size: 11px;
	font-weight: bold;
}

.boton:hover {
	font-size: 11px;
	color: white;
	background-color: #A7B40A;
	font-weight: bold;
}

.celdaImagen {
	width: 121px;
	height: 90px;
}

.opcionSeleccionada {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	background-color: #FFFFFF;
	color: #6B5C4F;
	
}

.opcionSeleccionada:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	background-color: #FFFFFF;
	color: #A7B40A;
}

.opcion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
}

.opcion:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #A7B40A;
}

.linkPie {
	text-decoration: none;
	background-color: #A7B40A;
	color: #6B5C4F;
}

.linkPie:hover {
	color: white;
}

.separadorH {
	background-image: url(../img/separador_horizontal.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 1px;
}

.inputError {
	border-color: black;
	background-color: red;
	color: white;
}

.msgError {
	color: red;
	font-size: 11px;
}

.tituloDoc {
	color: #A7B40A;
	font-weight: bold;
}

.textoDoc {
	width: 800px;
	color: white;
	vertical-align: middle;
}


/*listado privado*/

.cabecera {
	text-align: left;	
	background-color: #A7B40A;
}

.zebra1 {
	background-color: #998675;

}

.zebra1 a{
	text-decoration: none;
}

.zebra2 {
	background-color: #B4A69A;
}

.zebra2 a{
	text-decoration: none;
}

.zebraHover {
	background-color: white;
	color: #A7B40A;
	cursor:pointer;
}

.zebraHover a {
	text-decoration: none;
	color: #A7B40A;
}