/*************************************************/
/******STYLE**************************************/

/* GENERAL ------------------------------------------------------------*/

.wrapper {
	margin: 0 auto;
	width: 940px;
	position: relative;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
}
body a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/* HEADER ----------------------------------------------------*/

header #logo:hover {
	opacity: 0.8;
}
/* NAVIGATION ------------------------------------------------------------*/

#nav {
	clear: left;
	display: block;
	float: right;
	position: relative;
	right: 50%;
	text-align: center;
}
#nav > li a:hover i {
	display: block;
}
/* COMBO NAVIGATION ------------------------------------------------------------*/
/* MAIN ----------------------------------------------------*/
#main .wrapper {
	margin-top: 55px;
	margin-bottom: 0.5em;
	min-height: 500px;
	color: #444;
	font-size: 16px;
	line-height: 1.5em;
}
/* FEATURE ----------------------------------------------------*/
.feature {
	width: 100%;
}
.feature li {
	position: relative;
	background: #f3e4c8;
	margin-bottom: 40px;
	margin-left: 20px;
	box-shadow: 0px 1px 4px 1px #000;
);
}
.feature li .thumb {
	display: block;
	width: 295px;
}
.feature li .thumb img {
	max-width: 100%;
}
.feature li .caption {
	padding: 0.5em 0.1em 0.1em 0.1em;
	text-align: center;
	min-height:2em;
}
.feature li a {
	color: #cb5432;
}
.feature li .thumb {
	position: relative;
}
/* FILTERED ITEMS ----------------------------------------------------*/
.isotope-item {
	z-index: 2;
}
#filter-buttons {
	text-align: center;
	/* [disabled]background: url(../img/filter.png) no-repeat top center;
*/
	/* [disabled]height: 47px;
*/
	margin-top:1px;
	margin-bottom: 20px;
	background-color: #DEE7EC;
}
#filter-buttons li {
	display: inline-block;
	margin-bottom: 0px;
}
#filter-buttons li a {
	display: block;
	text-decoration: none;
	margin-bottom: 0px;
	/* [disabled]margin-right: 5px;
*/
	/* [disabled]line-height: 47px;
*/
	color: #18005E;
	background-image:url(../img/fondo-menu.gif);
	background-position:0px 110px;
	border:solid 1px;
	border-color:#fff;
	padding:6px 2px;
	border-radius:2px;
}
/*ul#menu3 li a{text-decoration:none;font-family:trebuchec;font-size:100%;color:#000;display:block;background-image:url(../img/fondo-menu.gif);background-position:0px 110px;border:solid 1px;border-color:#fff;padding:12px 45px;border-radius:2px;}*/
#filter-buttons li a:hover {
	background-color:#fff;
	background-image:url(../img/fondo-menu.gif);
	background-position:0px 0px;
	color:#036;
	border:solid 1px;
	border-color:#969696;
}
#filter-buttons li .selected {
	/* [disabled]background: url(../img/filter-arrow.png) no-repeat center top;
*/
	background-color: #F3E4C8;
	text-shadow: 0px 1px 1px #000;
	background-image: url("../img/fondo-menu.gif");
	background-position: 0 27px;
}
/* COLUMNS LAYOUT----------------------------------------------------------*/
/* FOOTER ----------------------------------------------------*/
footer {
	background: #585246 url("https://lh4.googleusercontent.com/-WrqK3xw30hw/U1Y5R5gR9LI/AAAAAAAAATU/xZfVPwrlV3I/w4-h24-no/footer.png") repeat-x;
	color: #f3e4c8;
	padding-bottom: 60px;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color: #cb5432;
}
footer .sb-holder {
	position: relative;
	left: 50%;
	text-align: center;
	float: left;
}
footer #footer-bottom {
	font-size: 14px;
	text-align: center;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding-top: 25px;
}
/****************RESET***************/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	/* [disabled]line-height: 1;
*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* WIDGET COLS ------------------------------------------------------------*/
.cf ul li {
	color: #3992CC;
	font-size: 1.2em;
	margin: 4px 0;
	padding: 0.5em;
	text-shadow: 1px 1px 1px #0D0101;
	/*background-color: #D1F1F5;*/
	/* [disabled]padding-left: 0.5em;
*/
	/* [disabled]padding-bottom: 0.5em;
*/
}
/***************COMMENTS*****************/
/* Vars ----------------------------------------------------*//* Mixins ----------------------------------------------------*//* COMMENTS ------------------------------------------------------------*/
/* FORMS ------------------------------------------------------------*/
#contactForm {
	margin-bottom: 70px;
}
#contactForm input, #contactForm textarea {
	padding: 10px 15px;
	background: #f1f1f1;
	color: #484848;
	border: 1px solid #ccc;
	font-size: 14px;
	font-family: Helvetica, Arial;
	line-height: 1.5em;
	overflow: auto;
}
#contactForm input:focus, #contactForm textarea:focus {
	background: #fff;
	-webkit-box-shadow: 0px 0px 3px rgba(251, 228, 113, 0.4);
	-moz-box-shadow: 0px 0px 3px rgba(251, 228, 113, 0.4);
	-o-box-shadow: 0px 0px 3px rgba(251, 228, 113, 0.4);
	box-shadow: 0px 0px 3px rgba(251, 228, 113, 0.4);
}
#contactForm input[type="text"] {
	overflow: auto;
	width: 50%;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
#contactForm textarea {
	width: 75%;
	height: 230px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contactForm input[type="button"] {
	width: auto;
	color: #444;
	font-size: 14px;
	background: #f3e4c8;
	color: #cb5432;
	padding: 10px 15px;
	box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}

.lightbox-button {
	position: absolute;
	z-index: 9999;
	background: no-repeat center center;
	width: 32px;
	height: 32px;
	opacity:0.4;
	-webkit-transition: all 0.3s;
	-moz-transition:    all 0.3s;
	-ms-transition:     all 0.3s;
	transition: 		all 0.3s;
}
.lightbox-button:hover, .lightbox-button:focus {
	opacity: 1;
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
}
.lightbox-close {
	right: 10px;
	top: 10px;
	background-image: url(../img/close.png);
}
.lightbox-next {
	right: 10px;
	top: 48%;
	background-image: url(../img/next.png);
}
.lightbox-previous {
	left: 10px;
	top: 48%;
	background-image: url(../img/previous.png);
}
/********LESSFRAMEWORK********/
/*	Less Framework 4
	http://lessframework.com
	by Joni Korpi
	License: http://opensource.org/licenses/mit-license.php	*/
/*	



/*		Default Layout: 992px. 
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */
/* Vars ----------------------------------------------------*//* Mixins ----------------------------------------------------*//* Default General  ----------------------------------------------------*/.wrapper {
	/*width: 940px;*/
  width: 960px;
}
/* Defaul tNav   ----------------------------------------------------*/#comboNav {
	display: none;
}
#nav {
	display: block;
}
/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */
@media only screen and (min-width: 768px) and (max-width: 991px) {
/* TABLET GENERAL  ----------------------------------------------------*/.wrapper {
	/* width: 712px;*/
	 width: 98%;
}
/* TABLET NAV  ----------------------------------------------------*/#nav {
	display: block;
}
#nav li {
	word-spacing: -0.1em;
	font-size: 16px;
}
/* TABLE ISOTOPE ----------------------------------------------------*/.feature {
	/*width: 732px;*/
	 width: 98%;/* 712 + 20 gap */
}
.feature li {
	width: 100%;
}
.feature li .thumb {
	/* width: 203px;*/
	width: 100%;
}
.feature li .thumb .date {
	left: 14px;
}
/* TABLET BLOG ------------------------------------------------------------*/
  /* TABLET PORTFOLIO ----------------------------------------------------*/.portfolio-content .project-content {
	float: left;
	/*width: 430px;*/
	 width: 98%;
}
/* TABLET RELATED PROJECTS ------------------------------------------------------------*/
  /* TABLET WIDGETS  ----------------------------------------------------*/.widget-cols > li {
	width: 163px;
	float: left;
	margin-right: 20px;
}
}
/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */
@media only screen and (max-width: 767px) {
.wrapper {
	width: 98%;
}
.marco1 {
	-webkit-box-shadow:0px 0px 12px 6px #969696;
	-moz-box-shadow:0px 0px 12px 6px #969696;
	box-shadow:0px 0px 12px 6px #969696;
}
div.page-content {
	padding:0;
}
.cf ul li {
	/*color: #3992CC;*/
	/*font-size: 1.2em;*/
	margin: 9px 3px;
	padding: 0.1em;
	/*text-shadow: 1px 1px 1px #0D0101;*/
	/*background-color: #D1F1F5;*/
	/* [disabled]padding-left: 0.5em;
*/
	/* [disabled]padding-bottom: 0.5em;
*/
}
.imgservices {
	/*float:right;*/
	margin-left:2px;
 //*margin-right:0.5em;*/
 margin-top:2em;
	width: 60%;
	height: auto;
	overflow: hidden/*padding:2px;*/
}
div.lista {
	/*width:100%; */
	margin:0 0 1em 0;
	padding:1em;/*box-shadow: 0 1px 4px 1px #5D5D5D;*/
}
#nav li a {
	font-size:0.77em;
	padding:0;/*color:#000;*/
}
#main h1 {
	font-size:1.5em;
}
#main h2 {
	font-size:1.3em;
	margin-left:0;
	margin-right:0;
}
h2 {
	font-size: 1em;
	margin-left:0;
	margin-right:0;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 14px;
}
/* MOBILE NAV  ----------------------------------------------------*/
  #nav {
/*display: none;*/
	
  }
/* MOBILE Logo ----------------------------------------------------*/
  #logo {
	width: 100%;
}
#logo img {
	width: 100%;
	height:3em;
	margin: auto;
}
/* MOBILE SLIDER ----------------------------------------------------*/
  body .theme-default .nivo-directionNav a {
	display: none;
}
/* MOBILE HEALINE ----------------------------------------------------*/
  .headline {
	/*font-family: mensch;*/
    font-size: 24px;
	line-height: 1.3em;
}
/* MOBILE ISOTOPE ----------------------------------------------------*/
  #filter-buttons {
	font-size: 12px;
	background: #f3e4c8;
	height: auto;
}
.feature {
	/*width: 252px;*/
	 width: 100%;
	margin-left: 0px;
}
.feature li {
	width: 48%;
	margin: 1%;
	box-shadow: 0px 1px 4px 1px #000;
}
.feature li .thumb {
	/*width: 232px;*/
	width: 100%;
}
.feature li .thumb .date {
	/*left: 86px;*/
	left: 35%;
}
/* MOBILE COLUMNS ----------------------------------------------------*/
  /*.one-half*/
  /* MOBILE BLOG ------------------------------------------------------------*/
  #posts-list {
	width: 252px;
}
/* MOBILE SIDEBAR ----------------------------------------------------*/
  #sidebar {
	width: 260px;
}
/* MOBILE PORTFOLIO ----------------------------------------------------*/
  .portfolio-content .project-content {
	float: left;
	width: 192px;
}
/* MOBILE RELATED PROJECTS ------------------------------------------------------------*/
  /* MOBILE WIDGETS  ----------------------------------------------------*/
  .widget-cols > li {
	width: 252px;
	float: left;
	margin-right: 20px;
	border-bottom: 1px solid #f3e4c8;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
/* MOBILE Social ----------------------------------------------------*/
  footer #social-bar {
	margin: 20px 0px 30px 0px;
	background: none;
	height: 46px;
}
}
/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.wrapper {
	/*width: 436px;*/
	width: 98%;
}
.marco1 {
	-webkit-box-shadow:0px 0px 12px 6px #969696;
	-moz-box-shadow:0px 0px 12px 6px #969696;
	box-shadow:0px 0px 12px 6px #969696;
}
div.page-content {
	padding:0;
}
.imgservices {
	/*float:right;*/
	margin-left:2px;
 //*margin-right:0.5em;*/
 margin-top:2em;
	width: 60%;
	height: auto;
	overflow: hidden/*padding:2px;*/
}
div.lista {
	/*width:100%; */
	margin:0 0 1em 0;
	padding:1em;
	box-shadow: 0 1px 4px 1px #5D5D5D;
}
#nav li a {
	font-size:0.77em;
	color:#fF9;
}
#main h1 {
	font-size:1.5em;
}
#main h2 {
	font-size:1.3em;
	margin-left:0;
	margin-right:0;
}
/* WIDE MOBILE Logo ----------------------------------------------------*/#logo {
	width: 98%;
}
#logo img {
	width: 98%;
}
/* WIDE MOBILE NAV  ----------------------------------------------------*/#nav {
/*display: none;*/
  }
/* WIDE MOBILE HEALINE ----------------------------------------------------*/.headline {
	/*font-family: mensch;*/
    font-size: 36px;
	line-height: 1.3em;
}
/* WIDE MOBILE ISOTOPE ----------------------------------------------------*/.feature {
	/*width: 436px;*/
	width: 98%;
	margin-left: 0px;
}
.feature li {
     /*width: 436px;*/
	width: 48% margin-left: 0px;
}
.theme-default .nivo-caption a {
	color: #cb5432;
	border-bottom: 1px dotted #cb5432;
}
.theme-default .nivo-caption a:hover {
	color: #cb5432;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
/*****************SUPERFISH*****************/
/*******************************************/
/*** ESSENTIAL STYLES ***/

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
/***************TWEET**********************/
/******************************************/
/* Tweet widget CSS */


/*****************VENTANAS-MODALES********************/
/*****************************************************/
* {
	padding: 0;
	margin: 0;
}
body {
	/* [disabled]font: normal 12px Tahoma, Verdana, Arial, sans-serif;
*/
}
/*p{
	padding: 10px;
	text-align: justify;
}*/

/*h1{
	padding-bottom: 10px;
}
h2{
	font-size: 1em;
	padding: 10px 10px;
}*/

#divContenedor {
	width: 600px;
	position: absolute;
	left: 50%;
	margin-left: -300px;
	top: 100px;
	text-align: center;
}
#divLogo {
	padding-bottom: 20px;
}
/* estilos del overlay */
#divOverlay {
	position: fixed;
	background: #000;
	height: 100%;
	width: 100%;
	z-index: 99998;
	display: none;
	top: 0;
	left: 0;
}
.clsBoton {
	padding: 7px;
	background: #000;
	display: inline-block;
	border-radius: 5px;
	text-decoration: none;
	color: #fff;
	box-shadow: 0 0 10px #f1f1f1;
	border: solid 1px #000;
}
.clsBoton:hover {
	background: #fff;
	color: #000;
	border-color: #000;
}
/* clases relacionadas con la ventana modal */
.clsVentana {
	width: 600px;
	height: 500px;
	border: solid 1px #ccc;
	position: absolute;
	top: 50%;
	margin-top: -250px;
	left: 50%;
	margin-left: -300px;
	border-radius: 3px;
	box-shadow: 0 0 15px #999;
	background: #fff;
	z-index: 99999;
	display: none;
}
.clsVentanaTitulo {
	background: #222;
	color: #fff;
	border-radius: 3px 3px 0 0;
	display: block;
}
.clsVentanaTitulo strong {
	display: inline-block;
	padding: 10px;
}
.clsVentanaTitulo a {
	float: right;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	background: #000;
	padding: 5px;
	margin: 5px;
	border-radius: 3px;
	cursor: pointer;
}
.clsVentanaTitulo a:hover {
	background: #fff;
	color: #000;
}
.clsVentanaContenido {
	padding: 10px;
	height: 446px;
	overflow: auto;
	border-radius: 0 0 3px 3px;
}
.clsVentanaContenido iframe {
	width: 575px;
	height: 440px;
	border-radius: 3px;
	border: solid 1px #f1f1f1;
}
/************WIDGETS*************/
/********************************/
/* Vars ----------------------------------------------------*//* Mixins ----------------------------------------------------*//* SIDEBAR  ----------------------------------------------------*/#sidebar .cat-item a, #sidebar .cat-item a .post-counter, #sidebar .ads a {
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	line-height: 0em;
}
/* WIDGETS -----------------------------------------------*/
/**************ESTILO_MENU***************/
/****************************************/



ul#menu-redes {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}
ul#menu-redes li {
	float:left;
	margin:0px;
	padding:0px;
}
ul#menu-redes li a {
	text-decoration:none;
	color:#fff;
	display:block;
	transition:none;
}
/*body a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}*/





ul#menu-redes li a#twiter {
	background-image:url("https://lh4.googleusercontent.com/-GetK1rH47cw/U2jJWvELVNI/AAAAAAAAAW8/C-KnK9r3HKU/w454-h110-no/ns-marblepolishing-menu.png");
	background-position:131px 44px;
	width:32px;
	height:44px;
	text-indent:-9999px;
}
ul#menu-redes li a#twiter:hover {
	background-image:url("https://lh4.googleusercontent.com/-GetK1rH47cw/U2jJWvELVNI/AAAAAAAAAW8/C-KnK9r3HKU/w454-h110-no/ns-marblepolishing-menu.png");
	background-position:131px 0px;
	width:32px;
	height:44px;
}
ul#menu-redes li a#face {
	background-image:url("https://lh4.googleusercontent.com/-GetK1rH47cw/U2jJWvELVNI/AAAAAAAAAW8/C-KnK9r3HKU/w454-h110-no/ns-marblepolishing-menu.png");
	background-position:165px 44px;
	width:32px;
	height:44px;
	text-indent:-9999px;
}
ul#menu-redes li a#face:hover {
	background-image:url("https://lh4.googleusercontent.com/-GetK1rH47cw/U2jJWvELVNI/AAAAAAAAAW8/C-KnK9r3HKU/w454-h110-no/ns-marblepolishing-menu.png");
	background-position:165px 0px;
	width:32px;
	height:44px;
}
ul#menu-redes li a#esflag {
	background-image:url("https://lh4.googleusercontent.com/-GetK1rH47cw/U2jJWvELVNI/AAAAAAAAAW8/C-KnK9r3HKU/w454-h110-no/ns-marblepolishing-menu.png");
	background-position:49px 44px;
	width:45px;
	height:44px;
	text-indent:-9999px;
}
ul#menu-redes li a#esflag:hover {
	background-image:url("https://lh4.googleusercontent.com/-GetK1rH47cw/U2jJWvELVNI/AAAAAAAAAW8/C-KnK9r3HKU/w454-h110-no/ns-marblepolishing-menu.png");
	background-position:49px -3px;
	width:45px;
	height:44px;
}
ul#menu-redes li a#enflag {
	background-image:url("https://lh4.googleusercontent.com/-GetK1rH47cw/U2jJWvELVNI/AAAAAAAAAW8/C-KnK9r3HKU/w454-h110-no/ns-marblepolishing-menu.png");
	background-position:93px 44px;
	width:45px;
	height:44px;
	text-indent:-9999px;
}
ul#menu-redes li a#enflag:hover {
	background-image:url("https://lh4.googleusercontent.com/-GetK1rH47cw/U2jJWvELVNI/AAAAAAAAAW8/C-KnK9r3HKU/w454-h110-no/ns-marblepolishing-menu.png");
	background-position:93px -3px;
	width:45px;
	height:44px;
}
ul#menu-redes li a#callus {
	background-image:url("https://lh4.googleusercontent.com/-GetK1rH47cw/U2jJWvELVNI/AAAAAAAAAW8/C-KnK9r3HKU/w454-h110-no/ns-marblepolishing-menu.png");
	background-position:0px 46px;
	width:196px;
	height:44px;
	text-indent:-9999px;
}
ul#menu-redes li a#callus:hover {
	background-image:url("https://lh4.googleusercontent.com/-GetK1rH47cw/U2jJWvELVNI/AAAAAAAAAW8/C-KnK9r3HKU/w454-h110-no/ns-marblepolishing-menu.png");
	background-position:0px 0px;
	/*width:200px;*/
	height:44px;
}
a.callus {
	color:#000066;
}
a.callus:hover {
	color:#0CC;
}
#menus li {
	float:left;
	padding:3px 3px;
}
p {
	/* [disabled]margin:1em;
*/
	/* [disabled]padding:1em;
*/
}
p {
	/* [disabled]margin:15px 0;
*/
}
.parrafo {
	margin-top:15px;
}
.clearfix1 {
	clear:both;
	height:1%;
}
.clearfix2:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.float_left {
	float:left;
}
.marco1 {
	-webkit-box-shadow:0px 0px 12px 6px #969696;
	-moz-box-shadow:0px 0px 12px 6px #969696;
	box-shadow:0px 0px 12px 6px #969696;
}
.marco2 {
	-webkit-box-shadow:0px 2px 4px 2px #544F54;
	-moz-box-shadow:0px 2px 4px 2px #544F54;
	box-shadow:0px 2px 4px 2px #544F54;
}
.txt_sombra {
	text-shadow:2px 2px 2px #0d0101;
}
#marca {
	color:#0099FF;
	text-decoration:none;
}
#marca:hover {
	color:#0033CC;
	text-decoration:underline;
}
.imgservices {
	float:right;
	margin-left:15px;
	/*margin-right:0.5em;*/
	margin-top:1em;
	margin-bottom:1em;
	width: 50%;
	height: auto;
	overflow: hidden/*padding:2px;*/
}
.imgindex {
	float:right;
	/*margin-left:3px;

	/*margin-right:0.5em;*/
	/*margin-top:0.5em;*/
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 1em;/*padding:2px;*/
}
div.lista {
	background-color:#F7FAFF;
	margin-bottom:2em;
	padding:1em;/*box-shadow: 0 1px 4px 1px #5D5D5D;*/
}
div.guarantee {
	/*min-height:10em;*/
	background-color:#F7FAFF;
	padding:5%;/*box-shadow: 0 1px 4px 1px #5D5D5D;*/
}
li {
	list-style:none
}
div.mitad1 {
	margin-left:2%;
	width:36%;
	margin-right:2%;
	height:auto;
}
div.mitad2 {
	margin-left:2%;
	width:36%;
	margin-right:2%;
	height:auto;
}
div.guarantee p {
	margin:0;
	padding:0;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index:9;
}
ul#menu3 li a {
	text-decoration:none;
	font-family:trebuchec;
	font-size:100%;
	color:#000;
	display:block;
	background-image:url(../img/fondo-menu.gif);
	background-position:0px 110px;
	border:solid 1px;
	border-color:#fff;
	padding:12px 45px;
	border-radius:2px;
}
ul#menu3 li a:hover {
	background-color:#fff;
	background-image:url(../img/fondo-menu.gif);
	background-position:0px 0px;
	color:#036;
	border:solid 1px;
	border-color:#969696;
}
