/* CSS Document */

body {
	background-color: #FFFFFF;
	margin: 0px;
}

#principal {
	margin:0 auto;
	width:950px;
	height: 100%;
    min-height: 100%;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}

#cabecera {
	width:inherit;
	height:141px;
}
#botonera{
	width:inherit;
	height:36px;
}

#menu {
	float: left;
	width: 180px;
	min-height: 100%;
}
#superior_menu{
	float: left;
	width: 180px;
	height:35px;
	background:url(../imagenes/superior_menu.jpg);
	background-repeat:no-repeat;
	margin-bottom:5px;
}
#inferior_menu{
	float: left;
	width: 180px;
	height:30px;
	background:url(../imagenes/inferior_menu.jpg);
	background-repeat:no-repeat;
	margin-top:5px;
}
#contenido_index {
	width: 563px;
	min-height: 100%;
	float: left;
}
#contenido {
	width: 563px;
	min-height: 100%;
	float: left;
	text-align:justify;
	color:855000;
}
div.texto_contenido{
	float:left;
	background:#FFFFFF;
	width:486px;
    height:400px;
	padding-left:30px;
	padding-right:30px;
    overflow:auto;
	font-size:12px;	
}
p.enlace_video {
	background:url(../imagenes/icono_video.jpg);
	background-repeat:no-repeat;
	padding-bottom:20px;
	padding-left:40px;
	padding-top:5px;
}
p.enlace_video a{
	color:#990000;
}
p.enlace_video a:hover {
	color:#FF9900;
}
#categorias {
	min-height: 100%;
	background: #FFFFFF;
	text-align: left;
	margin-left: 18px;

	margin-top: 5px;	
	margin-right:18px;
	border-bottom: #cccccc 1px solid;
}
#categorias a{
	color:#855000;
	text-decoration:none;
	font-weight:600;
	
}
#subcategorias a{
	color:#c57d0f;
	text-decoration:none;
	font-size:10px;
}

#subcategorias {
	min-height: 100%;
	background: #FFFFFF;
	color:#c57d0f;
	text-align: left;
	padding-top: 3px;
	font-weight: normal;
	padding-left: 25px;
	padding-right:10px;
}
#lateral{
	float:right;
	width:207px;
	height:100%;
}

#pie {
	float:right;
	width:950px;
	color:855000;
    text-align: left;
}
#pie p {
	margin-left:10px;
	margin-top:0px;
	margin-bottom:20px;
}

/* Formulario de contacto*/
label {
	float:left;
	width:80px;
	padding-top:4px;
	margin-left:100px;
}	
input{
	background:#CC6600;
	height:14px;
	font-size:10px;
	color:#FFFFFF;
	border:inset #996600 1px;
}
input.boton{
	background:#FFFFFF;
	height:16px;
	font-size:11px;
	color:#996600;
	border:inset #996600 1px;
}
textarea{
	background:#CC6600;
	font-size:12px;
	color:#FFFFFF;
	border:inset #996600 1px;
	margin-left:100px;
}
div.botones{
	float:left;
	padding-left:100px;

}

/*Fin Formulario*/

/*PRODUCTOS*/
img.imagenp {
	border:#996600 solid 1px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
img.imagenp2 {
	border:#996600 solid 1px;
	float:left;
	clear:both;
	margin-right:15px;
	margin-top:16px;
	height:150px;	
}
div.inf_productos{
	float:left;
}
p.stitulo{
	text-align:right;
	color:#C0732C;
	font-size:10px;
	margin-top:0px;
}	
p.ptitulo{
	text-align:right;
	color:#660000;
	font-weight:bold;
	margin-top:-20px;
	margin-bottom:-10px;
}
a.detalle{
	font-size:10px;
	color:#990000;
	padding-left:25px;
	background:url(../imagenes/lupa.jpg);
	padding-bottom:10px;
	padding-top:5px;
	background-repeat:no-repeat;
}
p.enlaces_detallep{
	margin-top:0px;
	margin-bottom:5px;
}
p.enlaces_detallep a{
	font-size:10px;
	color:#990000;
	padding-left:25px;
	background:url(../imagenes/flecha.jpg);
	background-repeat:no-repeat;
}
hr{
	color: #990000;
	background-color: #990000;
	height: 1px;
	border: 0;

}

/*FIN PRODUCTOS*/
h1{
	font-size:15px;
	
}
h2 {
	font-size:14px;
	color:#FFFFFF;
	background:#D26F00;
	padding:2px 10px 2px 10px;
	
}

/*A partir de ahora se definen los estilos para la galeria*/

#myGallery{

width:90%;
background:blue;
margin:auto;
margin-top:20px;
}



div.imageElement{
	float:left;
	margin-left:10px;
	
}
div.imageElement h3{
font-size:20px;
margin:0px;

}
div.imageElement img{
	width:100px;
	height:80px;
	
}


