@charset "utf-8";
/* CSS Document */

body{
	background-image:url(imagenes/fondo.png);
	background-repeat:repeat;

}

#titlogin
{
	margin-top:10px;
	color:#FFF;
text-align:center;	
font-weight:bold;
text-shadow: 0.1em 0.1em 0.05em #333;
}

#infologin
{
color:#FFF;
text-align:center;
font-size:18px;
font-weight:bold;
text-shadow: 0.1em 0.1em 0.05em #333;
}

#reg
{
font-size:12px;	
text-align:center;
}

#usuario
{
 font-size:14px;
 font-weight:bold;	
 	font-family:Arial, Helvetica, sans-serif;
}
#encabezado{
	width:1000px;
	height:140px;
	background-image:url(imagenes/encabezado2.png);
	margin:0 auto;

}


#contenedor-menu{
	padding-top:0px;
	width:1000px;
	height:30px;
}

#me{
	/*Bordes redondeados*/
    -webkit-border-radius:0px 0px 15px 15px;/*Crome y Safari*/
    -moz-border-radius:0px 0px 15px 15px;/*Firefox*/
    -o-border-radius:0px 0px 15px 15px;/*Para Opera*/
    border-radius:0px 0px 15px 15px;/*El estandar por defecto*/
	
	background-image:url(imagenes/fondo-menu.png);
    overflow:hidden;
    width:980px;
	margin:0 auto;
}

#me ul{
	list-style:none;
	margin: 0 10px 0 10px;
	padding:0;
	
}
	
#me ul li{
	/*Bordes redondeados*/
    -webkit-border-radius:5px;/*>Firefox*/
    -o-border-radius:5px;/*Opera*/
    border-radius:5px;/*Estandar por defecto*/
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-right:10px;
	text-align:center;
	
}
	

#me ul li:hover{
	  background-image:url(imagenes/huesito.png);
	  background-repeat:no-repeat;
	

}

#me li a{
	color:#FFF;
	display:block;
	padding:10px;
	width:90px;
	text-decoration:none;
	cursor:pointer;
	
}

#me ul li a:hover{
	color:#009;
	padding-top:10px;
	
}



#contenedor_pricipal{
	width:1000px;
	height:760px;
	background-color:#FFF;
	margin:0 auto;
	 -webkit-border-radius:0px 0px 15px 15px;/*Crome y Safari*/
    -moz-border-radius:0px 0px 15px 15px;/*Firefox*/
    -o-border-radius:0px 0px 15px 15px;/*Para Opera*/
    border-radius:0px 0px 15px 15px;/*El estandar por defecto*/
}




.contenedor1{
	width:650px;
	height:600px;
	margin-top:30px;
	float:left;
	
}

.contenedor1C{
	width:1000px;
	height:470px;
	float:left;
	
}

.contenedor1Pedido{
	width:925px;
	height:470px;
	float:left;
	margin-left:50px;

	
}

.contenedor1Registro{
	width:800px;
	height:580px;
	float:left;
	margin-left:105px;


	
}

.contenedor1placa{
	
	width:800px;
	height:540px;
	float:left;
margin-left:105px;
margin-top: 25px;


	
}

#distribuidores{
	
		overflow-y: scroll;

	height:340px;
width:800px;


	
}


.administradores
{
	margin-left:50px;
}



.contenedor3{
	width:1000px;
	height:65px;
	margin-top:30px;
	float:left;
	
}

#slider{
	width:600px;
	height:350px;
	float:left;
	margin-left:50px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-o-border-radius:10px 10px 10px 10px;/*Para Opera*/
    border-radius:10px 10px 10px 10px;/*El estandar por defecto*/
	border:solid;
	border-width:medium;
	border-color:#F60;



}


.informacion p{
	width:600px;
	height:100px;
	float:left;
	margin-left:50px;
	margin-top:30px;
	text-align:justify;	
}


#contactenos{
	width:600px;
	height:50px;
	float:left;
	margin-left:50px;
	background-color:#09C;
	margin-top:0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-o-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;

}

#contactenos p{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#FFF;
	text-align:center;
	line-height:15px;
	letter-spacing:2px;

}

.img-contacto{
	width:350px;
	height:200px;
	float:left;
	margin-left:190px;
	background-image:url(imagenes/contactenos.png);
	background-repeat:no-repeat;
}

.form_cont{

	margin-left:50px;


	
	
}

#nombre_cat

{
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		font-weight:bold;
		text-transform:capitalize;
		color:#03C;
		
	
}
#imagenes{
	float:left;
	width:600px;
	height:400px;
	margin-left:50px;
	margin-top:140px;
}

#carrusel{
	width:600px;
	height:100px;
	float:left;
	margin-left:50px;
	margin-top:-15px;
	
}

p{
	font:14px Arial, Helvetica, sans-serif;
	line-height:20px;
}

#infocat
{
	font:12px Arial, Helvetica, sans-serif;
	margin-right:12px;
	text-align:justify;
	line-height:20px;
}

#busqueda {
width:225px;
}


.a {
	-webkit-border-radius:8px 8px 8px 8px;/*Crome y Safari*/
    -moz-border-radius:8px 8px 8px 8px;/*Firefox*/
    -o-border-radius:8px 8px 8px 8px;/*Para Opera*/
    border-radius:8px 8px 8px 8px;/*El estandar por defecto*/
}


.contenedor2{
	width:250px;
	height:600px;
	margin-top:30px;
	float:left;
	margin-left:50px;
	

}

.contenedor2a{

	
	width:250px;
	height:460px;
	margin-top:230px;
	float:left;
	margin-left:50px;

}

.contenedor2C{
	width:1000px;
	height:90px;

	float:left;

}

.inicio-sesion{
	width:250px;
	height:200px;
	/*background-image:url(imagenes/contenedor-sesion.png);*/
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
		border:solid;
	border-width:thin;
	border-color:#F90; 
	
}


.inicio-sesionC{
	width:250px;
	height:200px;
	background-image:url(imagenes/contenedor-sesion.png);
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px; 
	float:left;
	
}


.inicio-sesion p{
	text-align:center;
	line-height:35px;
	font-size:14px;
	font-weight:bold;
	margin-top:-1px;
}


.icono_inicio{
	width:250px;
	height:40px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-o-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
		background-image:url(imagenes/franja-promoc.png);

}

#contenido-form{
	margin:0 auto;
	font-family:14px Arial, Helvetica, sans-serif;
	margin-left:20px;
	margin-right:20px;
}
	 

#promociones{
	width:250px;
	height:140px;
	border:solid;
	border-width:thin;
	border-color:#F90;
	margin:0 auto;
	margin-top:11px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-o-border-radius:10px 10px 10px 10px;/*Para Opera*/
    border-radius:10px 10px 10px 10px;/*El estandar por defecto*/

}

#promocionesC{
	width:250px;
	height:140px;
	border:solid;
	border-width:thin;
	border-color:#F90;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-o-border-radius:10px 10px 10px 10px;/*Para Opera*/
    border-radius:10px 10px 10px 10px;/*El estandar por defecto*/
		float:left;
		margin-left:5px;
	

}


#conten-promo{
	width:250px;
	height:30px;
	background-image:url(imagenes/franja-promoc.png);
	color:#630;	
}



#conten-promo a:link {
	text-decoration: none;
}
#conten-promo a:visited {
	text-decoration: none;
}
#conten-promo a:hover {
	text-decoration: none;
}
#conten-promo a:active {
	text-decoration: none;
}

#conten-promo a{
		color:#630;	
}

.text-promos{
	text-align:center;
	color:#06F;
	font:16px "Arial Black", Gadget, sans-serif;
	font:16px "Arial Black", Gadget, sans-serif;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-o-border-radius:10px 10px 0px 0px;/*Para Opera*/
    border-radius:10px 10px 0px 0px;/*El estandar por defecto*/
	line-height:28px;
	
}



.foto-producto{
	padding-top:10px;
	width:110px;
	height:90px;
	text-align:center;
	float:left;
}


.info-producto{
		padding-top:10px;
	width:130px;
	height:90px;
	text-align:left;
	float:left;


}
	
	
	.info-producto2{
		padding-top:15px;
		padding-left:10px;
	width:130px;
	height:90px;
	text-align:left;
	float:left;


}

#novedades{
	width:250px;
	height:140px;
	border:solid;
	border-width:thin;
	border-color:#F90;
	margin:0 auto;
	margin-top:11px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	
	   
   
    -o-border-radius:10px 10px 10px 10px;/*Para Opera*/
    border-radius:10px 10px 10px 10px;/*El estandar por defecto*/
	
}

#novedadesC{
	width:250px;
	height:140px;
	border:solid;
	border-width:thin;
	border-color:#06C;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;

    -o-border-radius:10px 10px 10px 10px;/*Para Opera*/
    border-radius:10px 10px 10px 10px;/*El estandar por defecto*/
	
float:left;
margin-left:5px;	
}

#conten-novedades{
	width:250px;
	height:30px;
	background-image:url(imagenes/franja-nov.png);
	color:#FC0;	
}

#conten-novedades a:link {
	text-decoration: none;
}
#conten-novedades a:visited {
	text-decoration: none;
}
#conten-novedades a:hover {
	text-decoration: none;
}
#conten-novedades a:active {
	text-decoration: none;
}

#conten-novedades a{
		color:#FC0;	
}



#plaquitas{
	width:250px;
	height:140px;
	border:solid;
	border-width:thin;
	border-color:#690;
	margin-top:11px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-o-border-radius:10px 10px 10px 10px;/*Para Opera*/
    border-radius:10px 10px 10px 10px;/*El estandar por defecto*/
}


#plaquitasC{
	width:250px;
	height:140px;
	border:solid;
	border-width:thin;
	border-color:#690;
		float:left;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-o-border-radius:10px 10px 10px 10px;/*Para Opera*/
    border-radius:10px 10px 10px 10px;/*El estandar por defecto*/
	margin-left:5px;
}

#conten-plaquitas{
	width:250px;
	height:30px;
	background-image:url(imagenes/franja-plaquitas.png);
	color:#060;	
}

#d
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#textoPdes2 a {
	color:#999;
	text-decoration: none;
}
#textoPdes2 a:hover {
	color:#333;
	text-decoration: none;
}
#textoPdes2 a:active {
	color:#333;
	text-decoration: none;
}

#textoPdes2
{
	color:#666;
	font-style:italic;
	
		bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

	text-align: center;
	left: 0px;

}


#textoPdes2:hover
{
	color:#000;
	font-style:italic;
}

#textoPprecio2
{
	color:#090;
	font-style:italic;
		text-align: center;

}

#textoPprecio3
{
	color:#000;
	font-size:13px;
	font-style:italic;
		text-align: center;

}

#textoPcod2
{
	font-size:14px;
	padding-top:5px;
	color:#00C;
		font-weight: bold;
				text-align: center;

}

.textoPlcas
{
	padding-top:30px;
	color:#000;
	font-style:italic;
	
		bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;

	text-align: center;
	left: 0px;

}

#direccion
{
		line-height: 1.5;
	color:#333;
	font-style:italic;
	
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

	text-align: center;
	padding-left:15px;
	padding-right:15px;
}
#direccion h3
{
color:#063;	
}

fieldset{border: none;}
	
	#user-details { 
		float: left;
		
		
	}
	
	#user-message { 
		float: left;
		width:320px;
		padding-left:15px;
		
	}
	
	
		#user-message #enviar, #borrar{ 
		float:right;
		
	}