/* RESET */
*{ margin: 0; padding: 0; border: 0; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*
h1 {text-decoration:overline}
h2 {text-decoration:line-through}
h3 {text-decoration:underline}
h4 {text-decoration:blink}
*/
/* FIN DE RESET*/

/* HEADERS */
h1 { font-size: 42px; }
h2 { font-size: 36px; font-weight:bold; color:white;}
h3 { font-size: 24px; font-weight:bold; color:#3b59b6; }
h4 { font-size: 18px; }
h5 { font-size: 14px; font-weight: bold; color:#3b59b6;}
h6 { font-size: 12px; font-weight: bold; color:black;}
li { list-style: none; }
a {text-decoration:none;}
a:link {color:red; text-decoration:none;}
a:hover { color:blue; text-decoration:none;}
a:visited {color:gray; text-decoration:none}
a:active {color:black; text-decoration:none;}
span {font-weight:bold;}
/* FIN DE HEADERS */


::selection { background: #FFB7B7;}
::-moz-selection { background:#FFB7B7;}
body {
font-family:Arial, sans-serif;
font-size:10pt;
background-image:url("../images/patt.png");
background-repeat:repeat;
}

/* CLASES GENERALES */

div.ancho_primario{
width:800px;
margin:0 auto;
border-left: 5px solid #ff1900;
border-right: 5px solid #ff1900;
border-top:1px gray;
border-top-style:dashed;
border-bottom:1px gray;
border-bottom-style:dashed;
box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}

div.ancho_secundario{
width:800px;
margin:0 auto;
border-left: 5px solid rgb(30,30,30);
border-right: 5px solid rgb(30,30,30);
border-top:1px gray;
border-top-style:dashed;
border-bottom:1px gray;
border-bottom-style:dashed;
-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}

div.ancho_1{
width:810px;
margin:auto;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.sin_seleccion{
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}

div.fondo_blanco{
background-color:rgb(240,240,240);
}

/* SPANS y Head's Extra*/
span.texto_azul {color:#3b59b6;}
span.texto_gris {color:rgb(50,50,50);}
span.texto_rojo {color:#ff1900;}
span.texto_negro {color:black;font-weight:normal;}
h1.head_link {width:198px; height:90px; text-indent:-9999%;}

div#separador_gris{
width:100%;
height:1px;
background-color:gray;
border-top:1px solid black;
margin-top:10px;
}

/* HEADER */
div#header {
background-image:url("../images/header.jpg");
background-repeat:no-repeat;
background-attachment:relative;
background-position:center;
margin-top:30px;
height:200px;
}
div#logo{
background:url("../images/logo.png") left top no-repeat;
position:relative;
width:198px;
height:90px;
margin-left:22px;
margin-top:45px;
}
div#logo:hover{
opacity:.8;
top:-3px;
left:-3px;
}
div#menu_bar {
height:28px;
width:660px;
margin-top:14px;
margin-bottom:20px;
border-radius:8px;
border-left: 5px solid #ff1900;
border-right: 5px solid #ff1900;
border-top:1px solid red;
border-bottom:1px solid red;
background-color:rgba(255,255,255,0.5);
position:relative;
left:100px;
-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.5); /* Chrome */
box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
transition: background-color 1s;
-moz-transition: background-color 1s;
-webkit-transition: background-color 1s;
-o-transition: background-color 1s;
}
div#menu_bar:hover{
background-color: rgba(255,255,255,0.9);;
}
div#menu_bar li{
height:23px;
padding-top:7px;
margin-left:10px;
margin-right:5px;
padding-left:4px;
padding-right:4px;
float:left;
font-family:Georgia, serif;
font-variant: small-caps;
transition: font-size 0.15s, background-color 1s;
-moz-transition: font-size 0.15s, background-color 1s; /* Firefox 4 */
-webkit-transition: font-size 0.15s, background-color 1s; /* Chrome */
-o-transition: font-size 0.15s, background-color 1s; /* Opera */
}
div#menu_bar li:hover{
font-size:130%;
text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
background-color:rgba(0,0,0,0.2);
font-color:white;
}
div#menu_bar_img{
background-image:url("../images/menu_bar_img.png");
background-repeat:no-repeat;
background-position:right-top;
height:28px;
width:298px;
float:right;
margin-right:8px;
}
div#menu_bar_img_txt{
text-align:right;
padding-right:62px;
padding-top:5px;
font-size:13pt;
font-variant: small-caps;
color:white;
font-weight:bold;
}

/* CONTENIDO */

#contenido_real1, #contenido_real2, #contenido_real3 {
overflow: hidden;
margin-top:10px;
margin-bottom:10px;
height:488px;

}
#titulo {
height:25px;
padding-top:30px;
padding-bottom:20px;
margin-left:22px;
font-size:18pt;
font-variant: small-caps;
font-style:oblique;
text-shadow:1px 1px 1px white;
font-family:Georgia, serif;
}

/* HISTORIA */

div#texto{
max-width:355px;
min-height:286px;
text-align:justify;
font-size:12px;
float:left;
overflow: auto;
margin-left:100px;
padding-top:30px;
text-indent:30px;
line-height:125%;
word-wrap: break-word;
color:black;
text-shadow:1px 1px 1px #fff;
}
div#cnt_img{
position:relative;
right:-498px;
top:-15px;
width:259px;
height:337px;
background-image:url("../images/historia.jpg");
background-repeat:no-repeat;
padding-bottom:60px;
border-top:4px ridge white;
border-left:4px ridge white;
border-right:4px solid white;
border-bottom:6px solid white;
border-radius:15px;
opacity:0.6;
-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
transition: right .2s, top .2s, box-shadow .2s, -webkit-box-shadow .2s, opacity .2s;
-moz-transition: right .2s, top .2s, box-shadow .2s, -webkit-box-shadow .2s, opacity .2s;
-webkit-transition: right .2s, top .2s, box-shadow .2s, -webkit-box-shadow .2s, opacity .2s;
-o-transition: right .2s, top .2s, box-shadow .2s, -webkit-box-shadow .2s, opacity .2s;
}
div#cnt_img:hover{
right:-490px;
top:-23px;
-webkit-box-shadow: 10px 10px 8px rgba(0,0,0,0.3);
box-shadow: 10px 10px 8px rgba(0,0,0,0.3);
opacity:1;
}

/* CONTACTO */
div#cnt_flash{
background-color:white;
position:relative;
right:-498px;
top:-15px;
width:259px;
height:337px;
padding-bottom:60px;
border-top:4px ridge white;
border-left:4px ridge white;
border-right:4px solid white;
border-bottom:6px solid white;
border-top-left-radius:15px;
-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
transition: right .2s, top .2s, box-shadow .2s, -webkit-box-shadow .2s, opacity .2s;
-moz-transition: right .2s, top .2s, box-shadow .2s, -webkit-box-shadow .2s, opacity .2s;
-webkit-transition: right .2s, top .2s, box-shadow .2s, -webkit-box-shadow .2s, opacity .2s;
-o-transition: right .2s, top .2s, box-shadow .2s, -webkit-box-shadow .2s, opacity .2s;
}
div#cnt_flash:hover{
right:-490px;
top:-23px;
-webkit-box-shadow: 10px 10px 8px rgba(0,0,0,0.3);
box-shadow: 10px 10px 8px rgba(0,0,0,0.3);
}
div#cnt_flash object{
position:relative;
top:-310px;
}

/* PRODUCTOS */
#sub_menu{
margin-left:100px;
padding-top:30px;
text-align:center;
font-size:12px;
font-variant:small-caps;
line-height:125%;
width:150px;
float:left;
overflow: auto;
}
#sub_categorias li{
margin-top:10px;
border-bottom: gray 2px solid;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#sub_categorias li:hover{
border-left: red 5px solid;
border-right: red 5px solid;
background-color:white;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#sub_categorias li a:hover{
color:black;
}

#sub_1,#sub_2,#sub_3,#sub_4,#sub_5,#sub_6,#sub_7,#sub_8,#sub_9,#sub_10{
width:500px;
margin-left:20px;
margin-top:30px;
margin-bottom:39px;
text-align:justify;
font-size:11px;
line-height:125%;
float:left;
}

/* GALERIAS */
.sub_pictures{
height:336px;
max-width:300px;
float:left;
}
.sub_text{
float:right;
width:220px;
text-align:justify;
}

/* FOOTER */
div#footer {
position:relative;
margin-top:10px;
height:60px;
opacity:.8;
transition: opacity .2s, top .15s ease-out;
-moz-transition: opacity .2s, top .15s ease-out;
-webkit-transition: opacity .2s, top .15s ease-out;
-o-transition: opacity .2s, top .15s ease-out;
}
div#footer:hover{
top:-3px;
opacity:1;
}
div#ftr_texto{
padding-top:6px;
height:45px;
color:#202020;
background-color:rgb(240,240,240);
text-align:center;
font-size:7.5pt;
}