@charset "utf-8";

#bg_nosotros{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana;
	font-size:10px;
	background-image:url(images/bg_nosotros.jpg);
	background-repeat: no-repeat;
	background-position:right 0%;
}

#bg_catalogo{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana;
	font-size:10px;
	background-image:url(images/bg_catalogo.jpg);
	background-repeat: no-repeat;
	background-position:right 0%;
}

#bg_contacto{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana;
	font-size:10px;
	background-image:url(images/bg_contacto.jpg);
	background-repeat: no-repeat;
	background-position:right 0%;
}

p {margin:0}


/*--------------CUERPO--------------*/
#cuerpo{
	margin: 0 auto 0 auto; 
	width:1001px;
	height:786px;
	background-image:url(images/muestra_catalogoa.jpg);
}

#logo{
	float:left; 
	width:185px;
	height:152px;
	margin-left:20px;
	margin-right:20px;
	margin-top:10px;
}

#cartel{
	float:left; 
	width:123px;
	height:85px;
	margin-right:100px;
}

#menu{
	float:right; 
	width:460px;
	height:54px;
	margin-right:9px;
}

#bot_menu{
	float:left;
	width:152px;
	height:54px;
	margin-right:1px;
}

#seccion{
	float:left; 
	width:501px;
	height:87px;
	margin-top:21px;
	margin-right:450px;
}

#contenido{
	float:left; 
	width:auto;
	height:auto;
	margin-top:10px;
	margin-left:25px;
	padding:15px;
	padding-top:0px;
	background-image:url(images/bg_contenido.png);
}

#contenido_nos{
	float:left; 
	width:590px;
	height:auto;
	margin-top:10px;
	margin-left:25px;
	padding:15px;
	background-image:url(images/bg_contenido.png);
}

#contenido_contact{
	float:left; 
	width:900px;
	height:auto;
	margin-top:10px;
	margin-left:25px;
	padding:15px;
	background-image:url(images/bg_contenido.png);
}

#info_cont{
	float:left; 
	width:660px;
	height:auto;
	margin-left:10px;
}

.cont_art{
	margin-top:10px;
	margin-left:10px;
	float:left;
	width:112px;
	height:auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#333;
	padding:4px;
	background-color:#F5F5F5;
}

#titulos{
	margin-top:20px;
	float:left;
	width:640px;
	height:auto;
	padding-left:7px;
}

#tit_cat{
	float:left;
	width:auto;
	height:auto;
	padding:3px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#6CB576;
}

.img_art{
	float:left;
	width:112px;
	height:112px;
}

.txt_art{
	margin-top:5px;
	float:left;
	width:112px;
	height:auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#333;
}

#tit_contact{
	margin-top:8px;
	float:left;
	width:410px;
	height:auto;
	padding-left:7px;
}

#tit_contact2{
	margin-top:8px;
	float:right;
	width:410px;
	height:auto;
	padding-left:7px;
}


/*---------------FOOTER--------------*/
#footer{ 
	float:right;
	width:645px;
	height:19px;
	margin-top:50px;
	padding-right:10px;
	padding-top:3px;
	text-align:right;
	background-image:url(images/footer.png);
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#FFF;
}

#footer a{
	text-decoration: none;	
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#6CB576;
}

#footer a:hover{ 
	text-decoration: none;	
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
}

/*----------------BOTONERA--------------*/

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			150px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			150px;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	width:150px;
	text-align:left;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			150px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			13em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
#menu_cat{
	float:left; 
	width:150px;
	height:100px;
}

.sf-menu {
	float:left;
	width:150px;
	font-size:15px;
	margin-top:10px;
}
.sf-menu a {
	padding:.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#666;
}
.sf-menu li {
	background:#ffffff;
}

.sf-menu li:hover {
	background:#F5F5F5;
}

.sf-menu li li {
	background:#F5F5F5;
}

.sf-menu li li:hover {
	background:#CCC;
}

.sf-menu li li li {
	background:#F5F5F5;
}


/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}



/*----------------FORMULARIO--------------*/

.form1{
	margin-top:5px;
	float:left; 
	width:400px;
	height:210px;;
}

.items{
	float:left; 
	width:80px;
	height:auto;
}

.nombre{
	margin-top:3px;
	margin-bottom:12px;
	float:left; 
	width:80px;
	height:14px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:right;
	color:#333333;
}

.campos{
	float:left; 
	width:300px;
	height:auto;
	margin-left:10px;
	margin-bottom:5px;
}

.contactarme{
	float:right; 
	width:206px;
	height:auto;
	margin-top:6px;
}

.enviado{
	margin-top:8px;
	margin-right:10px;
	float:right; 
	width:220px;
	height:auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#009900;
}

.error{
	margin-top:8px;
	margin-right:10px;
	float:right; 
	width:220px;
	height:auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#F00;
}

#button_style2{
	font-size:10px;
	font-family:Verdana,Helvetica;
	font-weight:bold;
	color:white;
	background-image:url(images/contactarme.png);
	border:0px;
	width:206px;
	height:36px;
}

/*----------------MENU ADMIN--------------*/

.menu_admin{
	height:30px;
	margin-bottom:10px;
	background-color:#999;
}

.user {
	margin-top:8px;
	margin-left:100px; 
	float:left; 
	width:auto;
	height:15px;
	font-size: 11px;
	color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.name_user {

	margin-top:8px;
	margin-left:5px; 
	float:left; 
	width:auto;
	height:15px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.name_user a{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
}

.name_user a:hover{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333;
}

.seccionesadmin_ul {
	margin-right:100px; 
	float:right; 
	width:180px;
	height:25px;
}

.menu_admin ul{ 
	margin:0px; 
	padding:0px; 
	list-style:none; 

	float:left; 
	width:750px;
}

.menu_admin ul li { 
	float:left;
	width:Auto; 
	margin-top:8px; 
	margin-left:20px;
}

.menu_admin ul li a { 
	display: block;	
	color:#FFF; 
	text-decoration: none;	
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.menu_admin ul li a:hover{
	display: block;
	color:#333;
	text-decoration: none;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;

}

.instrucciones{



	float:left; 
	width:600px; 
	margin-left:2px;
	margin-bottom:30px;
}

.categoria{
	float:left;
	width:600px;
	height:17px;
	padding-top:3px;
	padding-left:6px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;

	color:#333;
}

.cont_categ{

	float:left;



	margin-bottom:5px;
	margin-left:5px;
	width:650px;
	height:20px;;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333;
}

.categoria a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333;





}

.categoria a:hover{






	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333;
}

.iconos_categ{
	float:right;
	margin-top:-3px;
	width:60px;
	height:17px;
	padding-top:3px;
	padding-left:6px;
}

.borde_azul{
	float:left;
	width:4px;
	height:17px;;
	padding-top:3px;
	padding-left:5px;






	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#FFF;
	background-image:url(images/bg_fecha.jpg);
}


#button_style{
	font-size:10px;
	font-family:Verdana,Helvetica;
	font-weight:bold;
	color:white;
	background-color:#333333;
	border:0px;
	width:100px;
	height:34px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#button_img{
	float:left;
	font-size:10px;
	font-family:Verdana,Helvetica;
	font-weight:bold;
	color:white;
	text-align: center;
	background-color:#333333;
	display: table-cell;
	vertical-align: middle;
	border:0px;
	width:100px;
	height:24px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding-top:10px;
}

#button_img2{
	font-size:10px;
	font-family:Verdana,Helvetica;
	font-weight:bold;
	color:white;
	text-align: center;
	background-color: #900;
	display: table-cell;
	vertical-align: middle;
	border:0px;
	width:100px;
	height:14px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding-top:6px;
	padding-bottom:4px;
	float: right;
	margin-left: 10px;
}

#button_style_menu{
	position:fixed;
	font-size:10px;
	font-family:Verdana,Helvetica;
	font-weight:bold;
	color:white;
	background-color:#333333;
	border:0px;
	width:100px;
	height:24px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	float:left;
}

.tit-prod2{
	margin-left:32px;
	margin-bottom:15px;
	float:left;
	width:300px;
	height:50px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#000;
}

.tit-prod3{ 
	margin-left:13px;
	margin-bottom:15px;
	float:left;
	width:300px;
	height:50px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#000;
}

</style>

/* CSS Document */
