/*
Theme Name: LLOLLO
Theme URI: http://wordpress.org/extend/themes/twentyeleven
Author: FATbit Technologies
Author URI: http://www.fatbit.com/
Description: LLOLLO (Web design agency in Mexico)
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: LLOLLO
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
@charset "utf-8";
@import "http://www.llollo.com/wp-content/themes/llollo/css/general.css";
@import "http://www.llollo.com/wp-content/themes/llollo/css/prettyPhoto.css";
/* RESET
--------------------------------------------------------------------------------------- */
html {
	background:#3d3d3d;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse:collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
li {
	/*list-style:none;*/
	
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border: 0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
	overflow:hidden;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	resize: none;
	outline:none;
}
legend {
	color:#000;
}
body {
	/* font-family: 'helvetica_ceregular'; */
	font-family: arial;
	font-size:100%;
	color:#4c4c4c;
}
table {
	font-size:inherit;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
	line-height:100%;
}
em {
	font-style:italic;
}
strong {
	font-weight:bold;
}
/* FOUNDATION
--------------------------------------------------------------------------------------- */
a {
	color: #221919;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #ff9400;
	text-decoration: none;
}
/* REUSABLE STYLES
--------------------------------------------------------------------------------------- */
.hidden {
	display: none !important;
}
.inviso {
	display: none;
}
.highlighted {
	color: #211922;
	background-color: #ff0 !important;
}
.error {
	font-size: 18px;
	font-weight: 300;
	color: #f00 !important;
}
.clear {
	clear: both !important;
}
.noFloat {
	float: none !important;
}
.noState:hover {
	background-color: transparent !important;
}
.noState:active {
	color: #221919 !important;
}
.fr {
	float: right !important;
}
.fl {
	float: left !important;
}
.noBorder {
	border-width: 0 !important;
}
.noBorderTop {
	border-top-width: 0 !important;
}
.noBorderRight {
	border-right-width: 0 !important;
}
.noBorderBottom {
	border-bottom-width: 0 !important;
}
.noBorderLeft {
	border-left-width: 0 !important;
}
.noMargin {
	margin: 0 !important;
}
.noMarginTop {
	margin-top: 0 !important;
}
.noMarginRight {
	margin-right: 0 !important;
}
.noMarginBottom {
	margin-bottom: 0 !important;
}
.noMarginLeft {
	margin-left: 0 !important;
}
.noBackground {
	background:none !important;
}
.fixed {
	position: fixed !important;
}
.invisible {
	visibility: hidden !important;
}
.red {
	color: red !important;
}
.noscroll {
	overflow: hidden !important;
}
.clearfix:before, .clearfix:after {
	clear: both;
	display: block;
	height: 0;
	content: " ";
	visibility: hidden;
}
.gap {
	clear:both;
	width:100%;
	float:left;
	height:12px;
}
/* CONTAINERS
--------------------------------------------------------------------------------------- */
.LiquidContainer {
	margin: 0 auto;
}
.FixedContainer {
	width:1000px;
	margin: 0 auto;
}
.FixedContainer .StaticForm {
	margin-top: 96px;
}
#wrapper {
	position: relative;
	width: auto;
	min-width:1000px;
	margin: 0 auto;
	border: none;
}
.shadow {
	-o-box-shadow: 5px 5px 5px #ccc;
	-icab-box-shadow: 5px 5px 5px #ccc;
	-khtml-box-shadow: 5px 5px 5px #ccc;
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	box-shadow: 5px 5px 5px #ccc;
}
.innershadow {
	-o-box-shadow: inset 0 0 10px #000000;
	-icab-box-shadow: inset 0 0 10px #000000;
	-khtml-box-shadow: inset 0 0 10px #000000;
	-moz-box-shadow:inset 0 0 10px #000000;
	-webkit-box-shadow:inset 0 0 10px #000000;
	box-shadow:inset 0 0 10px #000000;
}
.border-radius {
	-o-border-radius:10px;
	-icab-border-radius:10px;
	-khtml-border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:solid 1px #000;
}
.image-display {
	clear:left;
	padding:4px;
	margin:0px 10px 10px 0px;
	border:solid 1px #cfcfcf;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border-radius:1px;
	-moz-box-shadow:2px 3px 2px #dddcdc;
	-webkit-box-shadow:2px 3px 2px #dddcdc;
	box-shadow:2px 3px 2px #dddcdc;
}
.gradient {
	background:#474849;
	background:-moz-linear-gradient(top, #333538 0%, #474849 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #333538), color-stop(100%, #474849)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #333538 0%, #474849 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #333538 0%, #474849 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #333538 0%, #474849 100%); /* IE10+ */
	background:linear-gradient(top, #333538 0%, #474849 100%); /* W3C */
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#333538', endColorstr='#474849');
}
a.button {
	background: #ececec;
	background: -moz-linear-gradient(top, #ececec 0%, #dadada 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #dadada));
	background: -webkit-linear-gradient(top, #ececec 0%, #dadada 100%);
	background: -o-linear-gradient(top, #ececec 0%, #dadada 100%);
	background: -ms-linear-gradient(top, #ececec 0%, #dadada 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#dadada', GradientType=0 );
	background: linear-gradient(top, #ececec 0%, #dadada 100%);
	border: 1px solid #ababab;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 1px 1px rgba(255, 255, 255, .8) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 1px 1px rgba(255, 255, 255, .8) inset;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 1px 1px rgba(255, 255, 255, .8) inset;
	color: #707070;
	font-family: 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	outline: none;
	padding: 5px 10px;
	float: left;
	text-align: center;
}
a.button:hover {
	background: #f6f6f6;
	background: -moz-linear-gradient(top, #f6f6f6 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #eeeeee));
	background: -webkit-linear-gradient(top, #f6f6f6 0%, #eeeeee 100%);
	background: -o-linear-gradient(top, #f6f6f6 0%, #eeeeee 100%);
	background: -ms-linear-gradient(top, #f6f6f6 0%, #eeeeee 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#eeeeee', GradientType=0 );
	background: linear-gradient(top, #f6f6f6 0%, #eeeeee 100%);
	cursor: pointer;
}
 @font-face {
 font-family: 'CalibriRegular';
 src: url('http://www.llollo.com/wp-content/themes/llollo/fonts/calibri-webfont.eot');
 src:  url('http://www.llollo.com/wp-content/themes/llollo/fonts/calibri-webfont.woff') format('woff'), url('http://www.llollo.com/wp-content/themes/llollo/fonts/calibri-webfont.ttf') format('truetype'), url('http://www.llollo.com/wp-content/themes/llollo/fonts/calibri-webfont.svg#webfontSR7KLN8Q') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'CalibriBold';
 src: url('http://www.llollo.com/wp-content/themes/llollo/fonts/calibrib-webfont.eot');
 src:  url('http://www.llollo.com/wp-content/themes/llollo/fonts/calibrib-webfont.woff') format('woff'), url('http://www.llollo.com/wp-content/themes/llollo/fonts/calibrib-webfont.ttf') format('truetype'), url('http://www.llollo.com/wp-content/themes/llollo/fonts/calibrib-webfont.svg#webfontSR7KLN8Q') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'helvetica_ceregular';
 src: url('http://www.llollo.com/wp-content/themes/llollo/fonts/helvetica_ce_regular-webfont.eot');
 src: url('http://www.llollo.com/wp-content/themes/llollo/fonts/helvetica_ce_regular-webfont.eot#iefix') format('embedded-opentype'), url('http://www.llollo.com/wp-content/themes/llollo/fonts/helvetica_ce_regular-webfont.woff') format('woff'), url('http://www.llollo.com/wp-content/themes/llollo/fonts/helvetica_ce_regular-webfont.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;
} 

/*** Extra Added on Oct 19,2012 ****/
ul#menu-main-menu .current_page_item a{
border: 2px solid #D3DAE1;
border-radius: 16px 16px 16px 16px;
color: #1AB4E1;
}
.blog-wrapper h3{
background: none repeat scroll 0 0 #F19C27;
border-radius: 3px 3px 0 0;
color: #FFFFFF;
font-family: 'CalibriBold';
font-size: 19px;
line-height: 36px;
padding: 0 0 0 10px;}

.social-icons h3.widget-title{display:none; text-align:right;}

span.error{
	font-size:11px;
	color:#ff0000;
	font-family:arial;	
}


/*** Added on 06 Nov, 2012**/
.address h3.widget-title{
display:none;
}
.hide{display:none!important;}
/** /Added on 06 Nov, 2012**/

/** /Added on 01 FEBRERO 2013**/
#contenedor_icon{
margin-left: 120px;
}

#contenedor_icon2{
margin-left: 80px;
}

#texto2{
margin-left: 20px;
margin-right:20px;
font-family: 'Oxygen', sans-serif; text-align: center;
text-align:LEFT;
padding-bottom: 30px;

}

#margen_superior{
margin-top: 60px;
margin-bottom: 150px;

}

#margen_superior_index{
margin-top: 60px;
margin-bottom: 20px;

}

#margen_inferior_cajas{
margin-bottom: 20px;

}
/** /Added on 01 FEBRERO 2013**/