/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* =============================================================================
   HTML5 element display
   ========================================================================== */
.columna ul,li{list-style:none;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;line-height:20px;}
.columnaf li{list-style:none;margin:0px 0px 0px 0px;display:inline;padding:0px 0px 0px 0px;line-height:20px;}

article, aside, details, figcaption, figure, footer, header, hgroup,  section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }

p {line-height:22px;}

@import url(http://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Actor|Istok+Web:400,400italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:700);

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/bebasneue-webfont.eot');
    src: url('../fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue-webfont.woff') format('woff'),
         url('../fonts/bebasneue-webfont.ttf') format('truetype'),
         url('../fonts/bebasneue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.cinta{width:150px;height:175px;position:absolute;top:0px;left:0px;z-index:999999;}



.filag ul{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
.filag li{line-height:21px;margin-bottom:7px;}

.datosdados strong{font-family: 'Merienda One', cursive;font-size:13px;color:#000;font-weight:bold;}
.datosdados {font-family: 'Lora', serif;font-size:18px;color:#ffffff;}

h1{font-family: 'BebasNeueRegular';font-size:35px;}
h2{color:#ffffff;font-size:24px;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
h3{font-family: 'Hammersmith One', sans-serif;font-size:25px;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
h4{font-family: 'Merienda One', cursive;font-size:20px;margin:0px 0px 30px 0px;padding:0px 0px 0px 0px;color:#ffffff;}
/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
.navig{width:100%;float:left;}
body { font-family: 'Lora', serif; margin: 0; font-size: 14px; line-height: 1.231; }

body, button, input, select, textarea {  color: #222;background: url('../img/back.jpg');background-repeat:repeat; }

#container{width:100%;
margin:0px  auto;
*margin:0px  auto;
padding: 0 0px 0px 0px!important;
height:100%;
}
/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }



/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }


/* =============================================================================
   Primary styles
   Author: 
   ========================================================================== */



.cabesai{width:22%;FLOAT:LEFT;}
.cabesad{width:78%;FLOAT:LEFT;}
.cabesas{width:100%;height:214px;FLOAT:LEFT;background: url('../img/bgpart.png');background-repeat:repeat;}
.cabesas2{width:100%;height:214px;FLOAT:LEFT;background: url('../img/bgpart2.png');background-repeat:repeat;}

.pad2 ul{display:inline;float:right;color:#ffffff;}
.pad2 li {list-style:none;font-size:16px;line-height:30px;}
.pad2{margin:10px;margin-right:35px;}

.pad3 ul{display:inline;float:right;color:#ffffff;}
.pad3 li {list-style:none;font-size:14px;line-height:25px;}
.pad3{margin:10px;margin-right:50px;}

.fila{float:left;}


.pad ul{display:block;float:left;color:#ffffff;margin:0px 0px 0px 10px;padding:0px 0px 0px 0px;}
.pad li {list-style:none;}

.pad{margin:10px;}
.margen{margin:20px;}
.maintop{width:100%;FLOAT:LEFT;}

.mainbottom{width:100%;FLOAT:LEFT;text-align:center;margin:0px  auto;
*margin:0px  auto;
padding: 0 0px 0px 0px!important;
height:100%;margin-top:5px;}

.e1{float:right;width:auto;margin-right:5px;margin-bottom:10px;}

.mainbottomcp{width:900px;text-align:center;margin:0px  auto;
*margin:0px  auto;
padding: 0 0px 0px 0px!important;
height:100%;}


.cuadro{width:23%;float:left;margin:9px;background: url('../img/6hfs05ya.jpg');-moz-border-radius: 7px;
-webkit-border-radius: 7px;}

.pad h1{display:none;}


.cuadrogrande{width:99%;float:left;margin:9px;background: url('../img/6hfs05ya.jpg');-moz-border-radius: 7px;
-webkit-border-radius: 7px;}




/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}


/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}


/*GALERIA*/

.clear {
	clear:both
}

#gallery {
	position:relative;
	height:325px
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:99999; 
		background-color:#000; 
		color:#ffffff; 
		height:auto; font-size:16px;
		width:100%; 
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
		margin:0;		z-index:99999; 
		padding:0;font-size:28px;
		color:#ffffff;
	}
	
	
	/** thumbs*/
	
	.new{
background:url(../img/new-trans.png) no-repeat top right;
width:58px;
height:58px;
position:absolute;
right:0;
top:0;
}	

.diweb{
background:url(../img/new-trans.png) no-repeat top right;
width:58px;
height:58px;
position:absolute;
right:0;
top:0;
}
.graf{
background:url(../img/graff.png) no-repeat top right;
width:58px;
height:58px;
position:absolute;
right:0;
top:0;
}

.prog{
background:url(../img/prog.png) no-repeat top right;
width:58px;
height:58px;
position:absolute;
right:0;
top:0;
}


.temp{
float:left;
width:100%;
margin-right:0px;
margin-left:0px;
margin-bottom:20px;
margin-top:0px;
}
.temphol{
background:#efefef;
border:0px solid #ccc;
position:relative;
width:100%;
height:155px;
overflow:hidden;
}
.temphol img {
position: absolute;
top: 7px; left: 7px;
}
.tempde{
background:url(../img/tempde.jpg) repeat-x bottom;
border-left:0px solid #ccc;
border-right:0px solid #ccc;
width:100%;
height:32px;
}
.tempname{
float:left;
padding-left:0px;
padding-top:8px;
}
.tempprice{
float:right;
background:url(../img/pricebg.jpg) center no-repeat;
width:40px;
height:22px;
text-align:center;
margin-top:2px;
color:#fff;
padding-top:6px;
padding-right:5px;
padding-left:5px;
font-weight:bold;
}
.thumb{
position:absolute;
top:7px;
left:7px;
width:100%;
height:141px;
text-indent:-999px;
overflow:hidden;
background:url(../img/blank.gif) repeat;
}

.mensajeform{width:100%;float:left;margin-bottom:30px;color:#000000;font-family: 'Hammersmith One', sans-serif;font-size:18px;}
.formu{width:100%;float:left;margin-bottom:10px;color:#000000;font-family: 'Hammersmith One', sans-serif;font-size:14px;}
.input_long{width:290px;padding:9px;border:1px solid #9c9a71;}
.textarea_long{width:290px;height:200px;padding:9px;border:1px solid #9c9a71;}
.input_corto{width:100px;padding:9px;border:1px solid #9c9a71;}
.boton{background:#807d35;width:100px;border:0px;padding:10px;text-align.center;color:#0000;font-weight:bold;font-family: 'Hammersmith One', sans-serif;font-size:18px;}

.rojoerror{color:#bc0f33;font-weight:bold;font-family: 'Hammersmith One', sans-serif;font-size:22px;}
.malva{color:#086dd5;font-weight:bold;font-family: 'Hammersmith One', sans-serif;font-size:22px;}

a.linkom{text-decoration:none;color:#000000;font-family: 'Hammersmith One', sans-serif;}
a:hover.linkom{text-decoration:underline;color:#000000;font-family: 'Hammersmith One', sans-serif;}

.imagenmarge{margin-right:5px;}
a.lbl{text-decoration:none;color:#ffffff;font-family: 'Hammersmith One', sans-serif;}
a:hover.lbl{text-decoration:underline;color:#ffffff;font-family: 'Hammersmith One', sans-serif;}

a.lblc{text-decoration:none;color:#ffffff;}
a:hover.lblc{text-decoration:underline;color:#ffffff;}

a.lbln{text-decoration:none;color:#211e17;}
a:hover.lbln{text-decoration:underline;color:#333333;}

a{text-decoration:underline;color:#211e17;}
a:hover{text-decoration:none;color:#211e17;}

a.blancaco{text-decoration:underline;color:#ffffff;}
a:hover.blancaco{text-decoration:none;color:#211e17;}
