* {
	padding: 0;
	border: 0;
	margin: 0;
	outline: 0;
	list-style-type: none;
	font-family: Tahoma, Georgia, "Lucida Grand";
	color: #666;
}
body {
	background: #ffffff url(../images/main_bg.png) repeat-x left top;
}
a {
	text-decoration: none;
}
.clear-all {
	clear: both;
	height: 1px;
	line-height: 1px;
}
#wp {
	background: url(../images/shadow_right_bg.png) no-repeat right -35px;
	width: 772px;
	margin: 0 auto;
}
*:first-child+html #wp {
	background: url(../images/shadow_right_bg.png) no-repeat right top;
}
#header {
	width: 772px;
	height: 40px;
	margin: 0 auto;
	position: relative;
}
#header span {
	position: absolute;
	display: block;
	right: 30px;
	top: 15px;
	padding-left: 38px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	background: url(../images/tools_icon.png) no-repeat left center;
}
#main-wp {
	position: relative;
	margin-top: 20px;
}
#menu li {
	display: inline;	
}
#menu ul {
	height: 47px;
}
#menu li a {
	display: block;
	height: 47px;
	width: 151px;
	text-align: center;
	text-transform: uppercase;
	line-height: 47px;
	float: left;
	background: #fff;
	color: #fd552e;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	margin-left: 1px;
}
#menu li a.first-menu {
	margin-left: 0;
}
#menu li a.last-menu {
	width: 152px;
}
#menu li a:hover, #menu li a.current {
	margin-top: 10px; 
	height: 37px;
}
#page-photo, #content-wp {
	background: #fff;
	text-align: center;
	clear: both;
	width: 760px;
}
#content-wp {
	text-align: left;
	font-size: 11px;
}
#content-wp h2 {
	background: url(../images/bullet.png) no-repeat left 3px;
	font-size: 14px;
	padding-left: 20px;
	color: #000;
	padding-bottom: 10px;
}
.pl {
	padding-left: 20px;
}
#content {
/*	padding: 30px 20px 40px 40px; */
}
.or-btn {
	display: block;
	width: 60px;
	text-align: center;
	background: #fd552e;
	color: #fff;
	padding: 3px 10px;
	margin: 20px 0 0 auto;
}
a.or-btn:hover {
	background: #ffa847;
}
/* @group home */
#home, #contacto {
	margin-top: 10px;
	padding: 30px 20px 40px 30px; 
	
}
#home-top, #contacto-top {
	padding: 30px 20px 0 30px; 
}
#home-left {
	width: 380px;
	float: left;
}
.video {
	padding: 20px 0 0 20px;	
}
#home-right {
	width: 300px;
	float: right;
}
.servicios-item {
	margin: 5px 0 0 0;
	display: block;
}
.servicios-item em {
	width: 250px;
	float: right;
	font-style: normal;
	cursor: pointer;
}
.servicios-item img {
	float: left;
	border: 3px solid #fd552e;
}
a.servicios-item:hover img {
	border-color: #ffa847; 
}
.servicios-item strong {
	font-size: 12px;
	color: #fd552e;
	display: block;
}
.servicios-item span {
	display: block;
}



/* @end */

/* @group galeria */
#galeria {
	padding: 30px 0 40px 30px; 
}
#galeria-left {
	width: 280px;
	float: left;
}
#galeria-left ul {
	margin-top: 20px;
	padding-left: 20px;
}
#galeria-left ul li {
	background: url(../images/bullet_arrow.jpg) no-repeat left center;
	
}
#galeria-left a {
	display: block;
	color: #fd552e;
	font-size: 12px;
	font-weight: bold;
	width: 240px;
	margin: 10px 0 0 15px;
	padding-left: 5px;
}
#galeria-left a:hover {
	background: #000;
}
#galeria-right {
	float: right;
	width: 440px;
}
.galeria-list {
	border-left: 1px solid #f00;
	padding: 20px 0;
}
.galeria-row {
	clear: left;
	padding-left: 20px;
}

.galeria-hide {
     display: none !important; 
}
#galeria-right h2 {
	margin-left: 20px;
}
.galeria-row a {
	display: block;
	float: left;
	margin: 2px 0 0 2px;
	border: 3px solid #fff;
}
.galeria-row a:hover {
	border: 3px solid #fd552e;
}

/* @end */

/* @group contacto */
#contacto-left {
	float: left;
	width: 350px;
	border-right: 1px solid #fd6b32;
}
#contacto-right {
	float: right;
	width: 300px;
}
#contacto-right em {
	display: block;
	margin-top: 50px;
	margin-left: 30px;
}
#contacto form p {
	margin-top: 8px;
	clear: both;
}
#contacto form label {
	display: block;
	width: 70px;
	padding-right: 8px;
	font-weight: bold;
	text-align: right;
	float: left;
}
#contacto input {
	background: #fd6b32;
	color: #fff;
	width: 155px;
	height: 16px;
	padding-left: 15px;
}
#contacto form #enviar-btn {
	background: #8fd53c;
	color: #000;
	width: 60px;
	text-align: center;
	padding: 0;
	padding-bottom: 5px !important;
	margin-left: 190px;
	cursor: pointer;
}
#contacto h3 {
	color: #fd552e;
}

#contacto textarea {
	background: #fd6b32;
	color: #fff;
	width: 170px;
	height: 100px;
	font-size: 11px;
}
#contact-left-bottom {
	margin-top: 100px;
}
#contact-left-bottom strong {
	display: block;
	color: #fd6b32;
}
#datos-de-contacto-box p {
	margin-top: 10px;
}
#datos-de-contacto-box p img {
	border: 3px solid #fd6b32;
	vertical-align: middle;
}
#datos-de-contacto-box p strong {
	margin-left: 10px;
}

/* @end */






#footer {
	font-size: 11px;
	height: 49px;
	background: url(../images/shadow_bt_bg.png) no-repeat left top;
}
#footer p {
	width: 730px;
	margin-left: 10px;
	border-top: 1px solid #fd552e;
	padding-top: 5px;
	padding-left: 10px;
}
#footer a {
	color: #fd552e;
	margin-left: 20px;
}
#footer a:hover {
	color: #ffa847;
}
