/*Fondo y letra de la pagina*/
body{
    background-image: url(/images/fondo.jpg);background-repeat: repeat-x;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif; color:#666666;
}
.texto { font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#990000;
}
.negro { font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#333333;
}
.user{ font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#FFFFFF;
}

.dire{ font-family:Arial, Helvetica, sans-serif; font-size:9px; color:#333300}

.Estilo2 {color: #D3D4B4}

/* Menu */

#nav, #nav ul{
	width:595px;
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position: center;
	position: relative;
	line-height:2.3em;
	left: 0;
	top: 0;
}

#nav a{
display:block; 
width:118px;
height:28px;
font-weight:bold;
color: #336600;
text-decoration:none;
background: transparent url(/images/rec.png); background-repeat:no-repeat;}

#nav a:hover{
background:transparent  url(/images/recc.png) ; background-repeat:no-repeat;
width:118px;
height:28px;
color: #990000;

}

#nav li{
	float:left;
	position:relative;
}

#nav ul {
position: absolute;
display:none;
width:12px;
top:27px;

}

#nav li ul a{
width:118px;
height:28px;
float:left;

}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:12em;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}

.boton
{background-image:url(/images/recc.png); background-repeat:no-repeat;
color:#990000; font-family: Arial, Helvetica, sans-serif;
font-weight:bold; 
width:118px;
height:37px;
line-height:2.3em;

}
/*Acaba el menu */


/*link de ventas*/
.ventas a:link {
	color: #990000;
	text-decoration: none;
}
.ventas a:visited {
	text-decoration: none;
	color: #990000;
}
.ventas a:hover {
	text-decoration: none;
	color: #336600;
}
.ventas a:active {
	text-decoration: none;
	color: #990000;
}

/*estilo de boton enviar*/

a.squarebutton{
background: transparent url(/images/square-gray-left.png) no-repeat top left;
display: block;
float: left;
font: normal 11px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #000000; /*button text color*/
}

a.squarebutton span{
background: transparent  url(/images/square-gray-right.png) no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
border-bottom-color:
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden;  /*See: http://www.quirksmode.org/css/clearing.html */
width:10%;

}

.paisHeader{
   background-color : #D5D4B5; 
   font-size : 14px;
   padding: 3px 0px 3px 3px;
}
.provList{
    padding : 8px;
    border-bottom : solid 1px #CDCDCD;
}
a.provItem{ text-decoration : none; color: #000000};
a.provItem:hover{ text-decoration : underline;}
