/* ######### Style for Tab Interface itself ######### */
.tituloDistribuidor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	color: #252525;
	padding-left:5px; 
	text-align:center;
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.contenidoPedido {
border-width: 1;
color: 000000;
font-size: 8pt;
font-family: verdana, arial, impact, times;
}
.tablaPedidoTitulo {
border-width: 1;
color: FFFFFF;
font-size: 8pt;
font-family: verdana, arial, impact, times;
text-align: center;
font : bold;
}
.errorPedido {
border-width: 1px;
color: black;
font-size: 8pt;
font-family: verdana, arial, impact, times;
font-weight: bold;
}
.shadetabs{
border-bottom: 0px solid gray;
margin-bottom: 1em;
}

.shadetabs ul{
padding: 0px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #FFFFFF;
background: white url(img/shade.gif) top left repeat-x; /*THEME CHANGE HERE*/
}

.shadetabs li a:visited{
color: #FFFFFF;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #FFFFFF;
}

.shadetabs li.selected{
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(img/shadeactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 400px;
visibility: hidden;
z-index:100;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #918d8d; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
z-index:100;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #939393;
}

form {
	padding: 10px;
}

label {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	display: block;
}

.campoRuta {
	width: 40px;
	height: 15px;
	border: 1px Solid #84AA00;
	background: #84AA00;
}
.campoClave {
	width: 90px;
	height: 15px;
	margin-bottom: 10px;
	border: 1px Solid #84AA00;
	background: #84AA00;
}
.campoContacto {
	width: 150px;
	height: 15px;
	margin-bottom: 10px;
	border: 1px Solid #84AA00;
	background: #D8D8D8;
}
.campoTextArea {
	width: 300px;
	height: 150px;
	margin-bottom: 10px;
	border: 1px Solid #84AA00;
	background: #D8D8D8;
}
.campoPostal {
	width: 50px;
	height: 15;
	margin-bottom: 10px;
	border: 1px Solid #84AA00;
	background: #D8D8D8;
}
#boton_enviar {
	margin-left: 50px;
	height: 22px;
	border:1px solid #CCC;
	background-color: #333;
	background-image: url('none');
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	
	font-weight: bold; 
	padding-left:5px; 
	padding-right:5px; 
	padding-top:2px; 
	padding-bottom:2px;
}
#boton_restablecer {
	margin-left: 50px;
	height: 22px;
	border:1px solid #CCC;
	background-color: #333;
	background-image: url('none');
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	
	font-weight: bold; 
	padding-left:5px; 
	padding-right:5px; 
	padding-top:2px; 
	padding-bottom:2px;
}