/*
 * 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
   ========================================================================== */

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


/* =============================================================================
   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%; }

body {
	margin: 0;
	font-size: 13px;
	line-height: 1.231;
	background-image: url(images/bg-body.gif);
}

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/*
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
*/

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


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

a { color: #00e; }
a:visited {
	color: #FC0;
}
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; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   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
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
*/

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
*/

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
*/

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
*/

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
*/

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/*
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
*/

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


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

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


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








/* =============================================================================
   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; }
}
h1, h2, h3, h4 {
	font-family: 'Electrolize', sans-serif;
	margin: 0px;
	padding: 0px;
}
.head {
	margin: auto;
	height: 120px;
	width: 980px;
	position: relative;
}
.head h1 {
	color: #474740;
	font-size: 68px;
}
.head h2 {
	font-size: 12px;
	text-transform: uppercase;
	color: #999;
}
.head .telefono {
	font-family: 'Electrolize', sans-serif;
	font-size: 36px;
	display: block;
	position: absolute;
	top: 24px;
	right: 0px;
	color: #474740;
	background-image: url(images/telefono.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 35px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.head .telefono span {
	display: none;
}
.head .menu-top {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
	right: 0px;
	bottom: -1px;
}
.head .menu-top li {
	float: left;
	margin-left: 10px;
}
.head .menu-top li a {
	color: #ECECE5;
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 120px;
	line-height: 29px;
	height: 29px;
	text-align: center;
	background-color: #5C5C52;
	background-image: url(images/menu-top.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.head .menu-top li a:hover     {
	color: #FBC920;
}
.head .menu-top li a.selected {
	background-position: left;
	color: #FBC920;
}



.pie {
	background-image: url(images/bg-head.gif);
	height: 50px;
	background-position: left top;
	margin-top: 30px;
	clear: both;
	font-size: 10px;
	color: #A5A584;
	line-height: 50px;
}



.cont {
	margin: auto;
	width: 980px;
	clear: both;
}
.packs {
	background-image: url(images/bg-head.gif);
	height: 20px;
	margin-bottom: 40px;
}
.pack:hover li {
	filter: alpha(opacity=10);
	opacity: 0.1;
	-moz-opacity:0.1; }
.packs .pack {
	list-style-type: none;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.packs .pack li {
	float: left;
	width: 325px;
	background-image: url(images/bg-pack.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
	margin-top: 0px;
	text-align: center;
	position: relative;

}
.packs .compara .pack li {
	background-image: none;
	width: 200px;
}

.packs .pack li:hover {
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	background-image: url(images/bg2-pack.jpg);
}
.packs .compara .pack li:hover {
	background-image: none;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}


.packs .pack li a, .packs .pack li  {
	color: #ecece5;
	text-decoration: none;
	display: block;
	font-size: 14px;
}
.packs .pack li  h3 {
	font-size: 24px;
	color: #FC0;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.packs .pack li  .precio {
	display: block;
	font-size: 60px;
	position: relative;
}
.packs .compara .pack li .precio {
	display: block;
	font-size: 45px;
	position: relative;
}

.packs .pack li  .precio i {
	color: #b6b6a5;
}
.packs .pack li  .precio .xpista {
	font-size: 16px;
	display: block;
	position: absolute;
	top: 12px;
	right: 20px;
	width: 64px;
	text-align: left;
	line-height: 16px;
}
.packs .compara .pack li .precio .xpista {
	font-size: 11px;
	display: block;
	position: absolute;
	top: 12px;
	right: -21px;
	width: 64px;
	text-align: left;
	line-height: 11px;
}
.packs .compara .pack li .precio .arterisco {
	font-size: 14px;
	display: block;
	position: absolute;
	top: 37px;
	right: -53px;
	width: 64px;
	text-align: left;
	line-height: 11px;
}
.nota-pie {
  color: #999999;
  font-size: 11px;
  padding: 20px 10px 0 0;
  text-align: right;
}
.packs .pack li  img {
	display: block;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.packs .pack li .contratar {
	line-height: 60px;
	background-image: url(images/bg1-contratar.png);
	height: 60px;
	width: 295px;
	font-size: 24px;
	color: #32322e;
	margin: auto;

}
.packs .pack li .contratar:hover {
	background-image: url(images/bg2-contratar.png);
}
.packs .pack li  .mgratis {
	background-image: url(images/6-m-gratis.png);
	height: 101px;
	width: 101px;
	display: block;
	position: absolute;
	top: 70px;
	right: 20px;
	z-index: 999;
}
.packs .compara .pack li .mgratis {
	background-image: url(images/6-m-gratis.png);
	height: 101px;
	width: 101px;
	display: block;
	position: absolute;
	top: 100px;
	right: 0px;
	z-index: 999;
}
.textos h2 , .cont h2{
	font-size: 27px;
	color: #FBC920;
}

.compara .anuncio {
	font-size: 20px;
	color: #FC0;
	padding-right: 70px;
}
.enlace-180x40 {
	display: block;
	height: 40px;
	width: 180px;
	font-size: 24px;
	line-height: 40px;
	color: #FFF;
	text-decoration: none;
	background-image: url(images/link180x40-a.png);
	margin: auto;
}
.enlace-180x40:hover {
	color: #46463F;
	background-image: url(images/link180x40-b.png);
}




.descrip {
	float: left;
	width: 655px;
	background-image: url(images/bg-caja-pack2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 14px;
	text-align: justify;
}
.descrip .txt {
	padding-right: 40px;
	padding-left: 40px;
	min-height: 122px;
}
.descrip .txt h1 {
	padding-top: 20px;
}
.descrip .txt h2 {
	color: #999;
	font-size: 19px;
}
.descrip .txt a {
	color: #474740;
}
.descrip .txt a:hover {
	text-decoration: none;
}
.descrip .txt strong {
	font-size: 13px;
}




.descrip .advert {
	font-size: 20px;
	color: #474740;
	height: 50px;
	width: 270px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	display: block;
	line-height: 50px;
	background-image: url(images/advert.png);
	padding-left: 15px;
}
.caract {
	float: left;
	width: 325px;
	background-image: url(images/bg-caja-pack.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 14px;
	text-align: justify;
}

.caract .txt  {
	padding-right: 40px;
	padding-left: 40px;
	min-height: 232px;
}

.caract ul {
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 24px;
}
.caract .txt a{
	color: #45453E;
	text-decoration: underline;
}
.caract .txt a:hover {
	text-decoration: none;
}



.caract .advert {
	font-size: 20px;
	color: #474740;
	height: 50px;
	width: 270px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	display: block;
	line-height: 50px;
	background-image: url(images/advert.png);
	padding-left: 15px;
}


.link285x50 {
	display: block;
	height: 50px;
	width: 285px;
	line-height: 50px;
	color: #FC0;
	text-decoration: none;
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
	background-image: url(images/link285x30-a.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-weight: bold;
}
.link285x50:hover {
	color: #46463F;
	background-image: url(images/link285x30-b.png);
}
.packs .formu1 {
	float: right;
	width: 300px;
	font-size: 14px;
	font-weight: bold;
	color: #FC0;
	margin-top: 40px;
}
.formu1 input, .formu1 textarea , .formu1 select{
	background-color: #45453E;
	width: 290px;
	border: 1px solid #FFF;
	font-size: 12px;
	color: #FFF;
	margin-bottom: 10px;
}
.formu1 input.check , .formu1 input.check:focus{
	background-color: transparent;
	width: 14px;
	border: none;
	font-size: 12px;
	color: #FFF;
	margin-bottom: 0px;
}

.formu1 input:focus, .formu1 textarea:focus , .formu1 select:focus{
	background-color: #FFF;
	width: 290px;
	border: 1px solid #FFF;
	color: #666;
	margin-bottom: 10px;
}
.formu1 a {
	color: #FFF;
}
.formu1  a:hover {
	color: #FC0;
}


.packs .textos {
	float: left;
	width: 600px;
	margin-top: 50px;
	color: #FFF;
}
.packs #slider {
	width: 655px;
	float: left;
	margin-top: 10px;
	height: 350px;
	overflow: hidden;
}
.trabajos {
	clear: both;
	padding-top: 60px;
}
.trabajos h2 {
	color: #A3A39B;
	margin: 0px;
	padding: 0px;
}
.trabajos p {
	margin: 0px;
	padding: 0px;
}


.trabajos .galeria a {
	display:block;
	display: inline-block;
	height: 118px;
	width: 118px;
	position: relative;
	color: #5A5A52;
	text-decoration: none;
	text-align: center;
	border: 1px solid #5A5A52;
	margin: 20px 0px 0px 20px;
	font-size: 10px;

	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;

	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari and Chrome */
	border-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	behavior: url(ie-css3.htc); /* Activamos el soporte para IE */
}
.trabajos .galeria a:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

.trabajos .galeria a b {
	position: absolute;
	bottom: -14px;
	display: block;
	width: 100%;
}


input, textarea, select {
	background-repeat: no-repeat;
	background-position: right center;
	/*background-color: #FFFFFF;*/
}

input.error, textarea.error, select.error{
	border-color: #FF0000 !important;
	border-width: 1px;
	border-style: solid;
	background-image: url('js/jquery-validate/images/error.png')!important;
}

input.valid, textarea.valid, select.valid {
	border-color: #00FF00 !important;
	background-image: url('js/jquery-validate/images/valid.png')!important;
}

.error {
	color: #FF0000;
}

label.error {
	display: block;
	color: #FFFFFF;
	background-color: #FF0000;
}

.feedback {
	color: #FFFFFF;
	background-color: #666666;
	border: 1px solid #B6D8E3;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	display: block;
	margin: 2px 2px 8px;
	padding: 14px 6px 6px 26px !important;
	text-align: center !important;
	background-position: 6px 50%;
	background-repeat: no-repeat;
	background-image: url(images/feedback.png);
	min-height: 22px;
	box-shadow: 1px 3px 6px rgba(255, 255, 255, 0.75) inset, -1px -3px 4px rgba(0, 0, 0, 0.25) inset;
	text-shadow: 0 0 0 transparent, 0px 0px 2px #000000, 0px 1px 0.8px #000000, 0px 1px 0.6px #000000;
}

.feedback-debug {
	color: #FFFFFF;
	background-color: #00cccc;
	border-color: #04AEE2;
	background-image: url(images/feedback-debug.png);
}

.feedback-info {
	color: #FFFFFF;
	background-color: #00cc33;
	border-color: #00E139;
	background-image: url(images/feedback-info.png);
}

.feedback-warning {
	color: #FFFFFF;
	background-color: #FFD300;
	border-color: #CBA800;
	background-image: url(images/feedback-warning.png);
}

.feedback-error {
	color: #FFFFFF;
	background-color: #FF0000;
	border-color: #E00000;
	border-color: #F00000 #E00000 #D00000;
	background-image: url(images/feedback-error.png);
}

#ov {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #B0B0B0;
	background-color: rgba(176, 176, 176, 0.25);
	/*background-image: url(images/ov-bg.png);*/
}

#ov-content {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 20px;
	padding-bottom: 35px;
	margin-left: -120px;
	margin-top: -19px;
	font-size: 14px;
	font-weight: bold;
	border: 0px solid #303030;
	background-image: url(images/ajaxload.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	-moz-box-shadow: 0px 2px 4px #000000;
	-webkit-box-shadow: 0px 2px 4px #000000;
	box-shadow: 0px 2px 4px #000000;
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.5);
}

#ov-content img {
	display: block;
}

div.vacio {
	clear: both;
	height: 1px;
}
.demos{-webkit-border-radius: 5px;
border-radius: 5px;
border:solid 1px #474740;
clear: both;
    display: block;
    margin: 22px;
	background: url("images/bg-head.gif") -1px -2px ;
	color:#ECECE5}
	
	.demos .izq {
	float: left;
	margin-left: 10px;
}
.demos .der {
	padding: 10px 20px 0px 40px;
	float: left;
	width: 579px;
}
