@charset "UTF-8";
/* CSS Document */

strong {
	color:#690;
}

#banner h1 {
	position: relative;
	font-family:Geneva;
	font-size: 30px;
	text-shadow: -0px -1px 1px #68815c;
	color: #fff;
	margin-bottom:10px;
	margin-top:40px;
}
#banner h2 {
	position: relative;
	font-family:Verdana;
	font-size: 14px;
	font-weight:300;
	text-shadow: -0px 1px 1px #b3c196;
	color: #3a4535;
}
#header {
	background:url(../images/bg_header.png) repeat-x;
	height:485px;
}
#logoPrincipal {
	height:107px;
	clear:both;
}
#logoPrincipal img {
	margin-top:20px
}
/*MENU PRINCIPAL*/


#menu {
	padding: 12px 0;
	font-family:Arial, Helvetica, sans-serif;
}
#menu ul {
	list-style-type: none;
	overflow: hidden;
}
#menu ul li {
	float: left;
	margin-left: 5px;
}
#menu ul li:first-child { /* This works for everything except IE6, which needs the last li to be targeted explicitly */
	margin-left: 0;
}
#menu ul li a {
	border: 1px solid #4d9473;
	border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	color: #dbeae3;
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 20px;
	text-align: center;
	text-transform: uppercase;
	text-decoration:none;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}
#menu ul li a:hover {
	background: #417d64;
	border: 1px solid rgba(0.25, 0.25, 0.25, 0.25);
	color: #d9e5e0;
	text-shadow: 0 -1px 5px rgba(0, 0, 0, 0.25);
}
#menu ul li a.activo {
	background: #417d64;
	border: 1px solid #417d64;
	color: #fff;
	text-shadow: 0 -1px 1px rgba(0, 0, 1, 0.25);
}
#banner {
	background:url(../images/banner.jpg) center no-repeat;
	height:331px;
}
ul.polaroids {
	padding-top:40px;
}
ul.polaroids li {
	display: inline;
}
ul.polaroids a {
	background: #fff;
	display: inline;
	float: left;
	margin: 0 0 20px 30px;
	width: auto;
	padding: 10px 10px 10px;
	text-align: center;
	text-decoration: none;
	color: #333;
	font-size: 12px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
	-webkit-transform: rotate(-2deg);
	-webkit-transition: -webkit-transform .15s linear;
	-moz-transform: rotate(-2deg);
}
ul.polaroids img {
	display: block;
	width: 150px;
	margin-bottom: 5px;
}
ul.polaroids a:after {
	content: attr(title);
}
 ul.polaroids li:nth-child(even) a {
-webkit-transform: rotate(2deg);
-moz-transform: rotate(2deg);
}
 ul.polaroids li:nth-child(3n) a {
-webkit-transform: none;
position: relative;
top: -5px;
-moz-transform: none;
}
 ul.polaroids li:nth-child(5n) a {
-webkit-transform: rotate(5deg);
position: relative;
right: 5px;
-moz-transform: rotate(5deg);
}
 ul.polaroids li:nth-child(8n) a {
position: relative;
right: 5px;
top: 8px;
}
 ul.polaroids li:nth-child(11n) a {
position: relative;
left: -5px;
top: 3px;
}
ul.polaroids li.messy a {
	margin-left:-50px;
	margin-top:30px;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
}

ul.polaroids li.servicio a {
	margin-top:-40px;
	margin-left:-5px;
	margin-right:40px;
	
}
ul.polaroids li a:hover {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .5);
	position: relative;
	z-index: 5;
}

code {
	background: rgba(0, 0, 0, .5);
	padding: 2px 3px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .75);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
ol.code {
	background: rgba(0, 0, 0, .75);
	margin-bottom: 18px;
	border: solid rgba(0, 0, 0, .75);
	border-width: 1px 1px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}
ol.code li, ol.code li code {
	font-size: 14px !important;
}
ol.code code {
	background: none;
}
.margin10 {
	height:10px;
	clear:both;
}
#content {
	padding-bottom:80px;
	display:block;
	clear:both;
	font-family:Helvetica;
	font-size:14px;
	text-shadow: 0px 1px 0px #F7F7F7;
}
#topLinks {
	background:url(../images/bg_content.png) repeat-x center top;
}
#content h1 {
	font-family:Helvetica;
	font-size: 24px;
	text-shadow: 0px 1px 0px #F7F7F7;
	color: #4B4B4B;
	margin-bottom:10px;
	margin-top:20px;
	font-weight:50;
}

#content h2 {
	font-family:Helvetica;
	font-size: 14px;
	text-shadow: 0px 1px 0px #F7F7F7;
	color: #4B4B4B;
	margin-bottom:10px;
	margin-top:20px;
	font-weight:50;
	
	padding: 5px 5px 5px 5px;
	
	    border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5 px;
  background-color:#DDD;
  box-shadow: 0px 1px 0px #fff;*/
}
#content p {
	font-family:Helvetica;
	font-size:12px;
	color: #666;
	text-shadow: 0px 1px 0px #fff;
	line-height: 16px;
	margin-bottom:20px;
}
#content a {
	text-decoration:none;
	font-family:Helvetica;
	font-size:11px;
	border-radius: 5x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:10px 10px 10px 10px;
	background-color:rgba(0, 0, 0, .05);
	border: 1px solid rgba (5, 5, 5, 1);

	float:left;
	margin-bottom:20px;
	margin-right:10px;
	text-shadow: rgba(0, 0, 0, .04);
	color:#690;
}
#content a:hover {
	color:#666;
}
#content .container_12 .grid_2 img {
	margin-top: 80px;
}

#footer {
	clear:both;
	height:100px;
	background:url(../images/bg_footer.png) bottom repeat-x;
	font-family:Helvetica;
	font-weight:bold;
}
#footer p {
	color:#666;
	font-size:11px;
}
#footer strong {
	color:#333;
}

#footer  a {
	text-decoration:none;
	color:#333;
}

#footer a:hover {
	color:#690;
}

#footer ul {
	list-style:none;
	margin-top:20px;
}

#footer li {
	float:left;
	margin-right:10px;
	font-size:10px;;
	font-family:Helvetica;
	font-weight:100;
	color:#FFF;
}

#footer li a{
	text-decoration:none;
	font-family:Helvetica;
	font-size:9px;
	border-radius: 5x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:10px 10px 10px 10px;
	background-color:rgba(0, 0, 0, .05);
	border: 1px solid rgba (5, 5, 5, 1);
	color:#CCC;
}


.separadorVertical {
	border-right:dotted;
	border-right-color:#333;
	border-bottom-style:dotted;
	border-right-width:1px;
	padding-right:10px;
}

.gradient_spacer {
	display:block;
	clear:both;
	height:32px;
}

.diseno_web {
	margin-top:20px;
	text-align:right;
	color:#fff
}

#content .container_12 .grid_9 ul {
		list-style:decimal-leading-zero;
	padding: 15px 15px 15px 55px;/*	    border-radius: 14px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  background-color:#DDD;
  box-shadow: 0px 1px 0px #fff;*/
}

#content .container_12 .grid_9 li {
		color:#690;
}

#content .container_12 .grid_10 .datosServicio{
	margin-top:-45px;
	line-height: 25px;
	list-style-position: inside;
	list-style-type: none;
	font-size:12px;
	float:right;
	width:580px;
}
#content .container_12 .grid_10 .datosServicio li {
	color: #690;
}

