@charset "utf-8";
/* CSS Document */

body
{
   background-color: #666666;
   background-image: url(images/productos_bkgrnd.png);
   color: #000000;
}

h1, h2, h3, h4, h5 {
	margin:0;
	padding:0;
}

h1 {
	padding:15px 0 0 40px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:50px;
	color:#FFF;
	text-shadow: black 0.1em 0.1em 0.2em;
	
	filter: progid:DXImageTransform.Microsoft.Shadow(color='black', Direction=135, Strength=5);
}

h3 {
	margin:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	font-weight:800;
	line-height:150%;
}

h4 {
	margin:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:800;
	line-height:150%;
	color:#CCC;
}

h5 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:600;
	line-height:150%;
	
}

.redondo {  
	border.radius: 10px;  
 -moz-border-radius:10px;  
 -webkit-border-radius:10px;  
 behavior:url(border-radius.htc);
}  

.alpha {
	filter: alpha(opacity=90);
        opacity: 0.9;
}

.sombra {
  -webkit-box-shadow: 2px 2px 5px #999;
  -moz-box-shadow: 2px 2px 5px #999;
  filter: shadow(color=#999999, direction=135, strength=2);
}

.fondoDegrade {
	/*background: -webkit-linear-gradient(#333, #CCC);
	background: -moz-linear-gradient(#F60, #F90);
    background: -o-linear-gradient(#999999, #FFFFFF);
	*/
	
	/* GRIS
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', endColorstr=#FFDEDEDE, startColorstr=#FFEDEDED);
	
	background-image: linear-gradient(bottom, #DEDEDE 43%, #EDEDED 72%);
	background-image: -o-linear-gradient(bottom, #DEDEDE 43%, #EDEDED 72%);
	background-image: -moz-linear-gradient(bottom, #DEDEDE 43%, #EDEDED 72%);
	background-image: -webkit-linear-gradient(bottom, #DEDEDE 43%, #EDEDED 72%);
	background-image: -ms-linear-gradient(bottom, #DEDEDE 43%, #EDEDED 72%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.43, #DEDEDE),
		color-stop(0.72, #EDEDED)
	);*/
	
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', endColorstr=#FF1E1E1F, startColorstr=#FF303333);
	background-image: linear-gradient(bottom, #1E1E1F 21%, #303333 61%);
	background-image: -o-linear-gradient(bottom, #1E1E1F 21%, #303333 61%);
	background-image: -moz-linear-gradient(bottom, #1E1E1F 21%, #303333 61%);
	background-image: -webkit-linear-gradient(bottom, #1E1E1F 21%, #303333 61%);
	background-image: -ms-linear-gradient(bottom, #1E1E1F 21%, #303333 61%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.21, #1E1E1F),
		color-stop(0.61, #303333)
	);
	
}
	
.contenidoWrapper {
	background-image:url(../images/circulos_back.png);
	background-position:top right;
	background-repeat:no-repeat;
}

#proximamente {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	text-align:center;
	color:#C30;
	background-color:#CCC;
	margin: 5px 0;
	padding: 5px 0;
	}
/**** Capa Tipos-usos ***/
#tipos_usos {
	
}

#tipos_usos ul {
	margin-top:10px;
	
}

#tipos_usos ul li{
	list-style:none;
	margin-left:-25px;
	margin-bottom:10px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
}

#tipos_usos ul li a{
	text-decoration:none;
	color:#CCC;
	outline:0;
	
}	

#tipos_usos ul li a:hover{
	color:#FFF;
	font-weight:800;
}

/**** Capa Productos ***/
#productos {
	
}

#productos ul {
	margin-top:10px;
}

#productos ul li{
	list-style:none;
	margin-left:-35px;
	margin-bottom:10px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#CCC;
}

#productos ul li a{
	text-decoration:none;
	color:#CCC;
	outline:0;
	
}	

#productos ul li a:hover{
	color:#FFF;
	font-weight:800;
}

.titulo {
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: -1px;
	clor: #444;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
    font-weight: 100;
}

.textoDescriptivo {
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.5px;
	color: #444;
	text-align:justify;
	overflow:scroll;
}

.titulo_lista {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 1px;
	color:#999;
	margin: 0 0 0 0;
	padding: 5px 0 0 13px;
    font-weight: 100;
}

#menu ul {
padding: 0px;
margin: 0px;
background-color: #333;
list-style: none;
font-size: 14px;
font-weight: bold;
width: 100%;
height: 30px;
float: left;
}

#menu ul li {
display: inline;
} 

#menu ul li a:link, #menu ul li a:visited {
background-color: #333;
font-family:Verdana, Geneva, sans-serif;
color: #FFF;
padding: 5px 9.55px;
float: left;
text-decoration: none;
}

#menu ul li a:hover, #menu ul li a:active{
color: #333;
background-color: #CCC;
height: 20px
}

#dropbox {
	margin-left:4px;
	
}



.texto {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:500;
	color:#FFF;	
	text-align:justify;
	line-height:1.5em;
	letter-spacing: 1.5px;
}


.celdaTabla {
	padding:10px;
	vertical-align:top;
	
}

.celdaTablaEsctrecha {
	padding:5px;
	vertical-align:top;
	
}


.bordePunteado {
	border-right-style:dashed;
	border-right-color:#CCC;
	border-right-width:thin;
}

#datosNextlight{
	margin:30px 0 0 50px;
	float:left;
	width:300px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:500;
	color:#FFF;	
	text-align:justify;
	line-height:1.5em;

}

#formulario{
	float:left;	
	margin: 10px 5px 10px 0px;
	padding:10px;
	width:300px;
	
}

#formulario input {
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:500;
}

#txtFotter {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:500;
	color:#CCC;
	margin: 10px 0 10px 0;
	letter-spacing:0.2em;
}

#login {
	
	border:#999 solid thin;
	background-color:#666;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#FFF;
	width:150px;	
	margin: 10px auto auto auto;
	padding:10px;
	cursor:pointer;
}

#resultado_mensaje {
	color:#FFF;
	padding:4px;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:700;
}

li a:active, li a:focus {
	width:auto;
	height:auto;
	outline:0;
}

/*****************Clientes**********/

.cliente {
	padding: 5px;
	margin: 5px, 10px;
	border:#CCC thin solid;
	background-color:#FFF;
}

.cliente img {
	width:auto;
	height:auto;
}

.cliente span {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}