/* CSS Document */

/* elementos de texto */

a
a:link	    { color:#000; 	}
a:visited	{ color:#999	}
a:active	{ color:#F00	}
a:focus	    { color:#F93	}
a:hover	    { color:#0C9	}


h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#000;
}

li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;	
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;	
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

.clases	{
	color:#000;
	}

#titulo {
	width:775px;
	margin-top:0px;
	margin-bottom:10px;
	margin-left:20px;
	}

#listado_de_productos {
	width:775px;
	margin-left:25px;
	border-top:1px #000 solid;
	border-bottom:1px #000;
	padding:10px 0;
	}
	
#titulo_listado_de_productos {
	border-top:1px #000 solid;
	border-bottom:1px #000;
	padding:1px 0;
	background-color:#5c5c59;
	border-radius:9px;
	margin-left:220px;
	margin-right:400px;
	}	
	
#descripcion_productos {
	width:800px;
	margin-left:25px;
	}
	
#formulario {
	width:700px;
	margin-left:25px;
	}

#imagenes_grandes { 
	width:800px;
	margin-left:25px;
	}

#imagenes_grandes p {
	display:inline;
	padding:0 25px;
	}
#imagenes_grandes p img {
	width:150px;
	}
	
#imagenes_croquis { 
	width:800px;
	margin-left:25px;
	}
	
#imagenes_croquis p {
	display:inline;
	padding:0 25px;
	}
	
#imagenes_croquis p img {
	width:300px;
	}	

#laterales {
	float: right;
	width: 160px;
	clear: both;
	margin-right:20px;
	margin-bottom:30px;
	background-color:#5c5c59;
	border-radius:9px;
	}

#footer {
	width:1000px;
	margin-bottom:20px;
	margin-top:20px;
	border-top:1px solid;
	}

#enlaces {
	width:800px;	
	 }

/* global */

html	{ background-image:url(imagenes/header/002.jpg);
	margin:0 auto;
}
body	{	}

/* contenedores */

#externo { width:1400px; margin:0 auto; }


#plantilla-arriba		{ width:1000px; margin:0 auto;
	background-color:#fff; }
	
#enlaces	{ clear:both; }

#enlaces ul     { border-top:2px #000 solid; border-bottom:2px #000 solid; padding:5px 20px; }

#enlaces ul li {
	display:inline;
	padding:3px 55px;
	background-color:#000;
	border-radius:9px;
	}

#enlaces a:link	    { color:#fff; text-decoration:none;	}
#enlaces a:visited	{ color:#fff; text-decoration:none;	}
#enlaces a:active	{ color:#F00; text-decoration:blink;}
#enlaces a:focus    { color:#0C9; text-decoration:none;	}
#enlaces a:hover	{color: #F93; text-decoration:underline;	}

#laterales h3 { color:#fff; }
#laterales p { color:#fff; }

#titulo_listado_de_productos h1 { color:#fff; }

#listado_de_productos a:link    { color:#000	}
#listado_de_productos a:visited	{ color:#999	}
#listado_de_productos a:active	{ color:#F00	}
#listado_de_productos a:focus   { color:#F93	}
#listado_de_productos a:hover	{ color:#0C9	}
