body {
	/* background: rgba(80, 75, 75, 0.16); */
	color: #000;
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size: 18px;
}
p {
	color: #666;
	font-size: 18px;
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}
h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 2.5em;
	color: #C2032F;
}
h2 {
	font-size: 2em;
	color: #B5072E;
	font-family: Tahoma, Geneva, sans-serif;
}
h3 {
	color: #C7052E;
	font-size: 1.5em;
	font-weight: normal;
}
h4 {
	color: #FFF;
	font-size: 1.9em;
	font-weight: normal;
}
h6 {
	color: #FFF;
	font-size: 1.7em;
	font-weight: normal;
}
h5 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	color: #000;
}
header {
	height: 100px;
	padding: 10px 0px;
	text-align: center;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	font-size: 15px;
	color: #000;
	border-bottom: 2px solid #C2032F;
	-webkit-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.38);
	-moz-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.38);
	box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.38);
	position: fixed;
	width: 100%;
	z-index: 99;
	background: rgba(255, 255, 255, 0.74);
}

.fix_header {
	padding-top:100px;
	display:block;
	
}
hr.style1 {
	border: 3px solid rgba(214, 9, 9, 0.7);
	height: 0px;
	width: 1100px;
}
a {
	text-decoration: none;
	color: #F00;
}
#slider {
	background: #666;
	width: 1100px;
	height: 325px;
	margin: 0px auto;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
	margin-bottom: 30px;
	top: 20px;
}
ul#nav {
	position: absolute;
	left: 600px;
	bottom: 30px;
	list-style: none;
}
ul#nav li {
	margin: 0px 3px;
	float: left;
}
ul#nav li a {
	display: block;
	text-align: center;
	width: 20px;
	padding: 4px;
	height: 5px;
	background-color: #fff;
	text-decoration: none;
	color: #24221F;
	font-weight: bold;
	-webkit-box-shadow: inset 0px -2px 3px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: inset 0px -2px 3px rgba(50, 50, 50, 0.5);
	box-shadow: inset 0px -2px 3px rgba(50, 50, 50, 0.5);
}
ul#nav li a:hover, ul#nav li a.alt {
	background-color: black;
	color: #FFF;
}
header div.content {
	width: 1000px;
	margin: 0px auto;
	margin-top: 0px;
	margin-bottom: 80px;
	position: relative;
	height: 70px;
}
ul#menu_principal {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	bottom: 0px;
	right: 72px;
}
ul#menu_principal li {
	float: left;
	margin-left: 15px;
}
ul#menu_principal li a {
	display: block;
	padding: 10px;
	color: #000000;
}
ul#menu_principal li a.active {
	background-color: #C2032F;
	height: 43px;
	width: 97px;
	color: #fff;
}
.content {
	width: 1100px;
	margin: 0px auto;
}
header div.social {
	position: absolute;
	right: 0px;
	top: 25px;
}
header div.social1 {
	position: absolute;
	right: -55px;
	top: 25px;
}
/*PRINCIPAL*/
#panel_index {
	background-color: #FFFD6E;
	height: auto;
	width: 100%;
	margin: 30px 0px;
	padding: 40px 0px;
}
#thumbs_servicios img {
	margin: 20px;
}
#index_galeria img {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.19);
	-moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.19);
	box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.19);
	width: 200px;
	margin: 10px;
}
#panel_index .item {
	padding: 30px;
	display: inline-block;
}
 @-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
}
 40% {
-webkit-transform: translateY(-30px);
}
 60% {
-webkit-transform: translateY(-15px);
}
}
 @keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
transform: translateY(0);
}
 40% {
transform: translateY(-30px);
}
 60% {
transform: translateY(-15px);
}
}
.img {
	-webkit-animation-name: bounce;
	animation-name: bounce;
}
#panel_index .titulo {
	margin: 10px;
}
#panel .img {
	float: left;
	margin: 15px;
}
#slider_main {
	margin: 0px auto;
}
#slider_main {
	margin: 0px auto;
}
#servicios_panel {
	width: 1040px;
	margin: 20px;
}
}
/* footer */



/* Sticky footer styles
-------------------------------------------------- */

html, body {
	height: 100%;/* The html and body elements cannot have any padding or margin. */
}
/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by its height */
	margin: 0 auto -85px;
	/* Pad bottom by footer height */
	padding: 0 0 85px;
}
/* Set the fixed height of the footer here */
footer {
	background-color: rgba(25, 25, 25, 0.81);
	padding: 5px 0px;
	height: 180px;
	margin-top: 20px;/*border: 1px solid #000;/

	

/* Custom page CSS
-------------------------------------------------- *//* Not required for template or sticky footer method. */
}
footer div.content {
	/*width: 1000px;
	margin: 0px auto;*/
	position: relative;
	width: 1000px;
	margin: 0px auto;
	height: 160px;
	color: #FFF;
}
footer div.content h4 {
	font-size: 41px;
	margin: 9px 0px;
}
footer ul#footer_list {
	font-size: 16px;
	list-style: none;
	margin: 10px;
	padding: 0px;
	width: 700px;
}
footer ul#footer_list li {
	line-height: 30px;
	display: inline-block;
	float: left;
	margin-right: 30px;
}
footer ul#footer_list li.mail {
	background: url(../img/footer/mail.png) no-repeat;
	padding-left: 20px;
}
footer ul#footer_list li.market {
	background: url(../img/footer/mark.png) no-repeat;
	padding-left: 20px;
}
footer ul#footer_list li.phone {
	background: url(../img/footer/phone.png) no-repeat;
	padding-left: 20px;
}
footer img#logoxrom {
	position: absolute;
	width: 200px;
	right: 0px;
	top: 10px;
	margin: 10px;
}
.img_servicios {
	margin: 15px;
}
.img_nosotros {
	padding: 15px;
}
/* Navegadores*/
	

#galeria {
	text-align: center;
}
#galeria img {
	margin: 2px;
	margin-bottom: 5px;
}
#item {
	width: 459px;
	height: auto;
	background-color: rgba(153, 153, 153, 0.22);
	margin: 10px;
	margin-left: 60px;
	float: left;
}
#item:hover {
	background: rgba(153, 153, 153, 0.72);
	transition: background 2s;
}
#item .img {
	padding: 10px;
}
#item .desc p {
	margin: 15px;
	text-align: justify;
}
#item .desc p:hover {
	color: #FFF;
	transition: background 2s;
}
.titulo h3 {
	font-weight: bold;
	font-size: 30px;
	font-family: "Arial";
	text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
	color: #d93a36;
}
#nosotros_mov {
	width: 481px;
	margin: 0px;
	float: left;
	margin-left: 69px;
	height: auto;
	margin-bottom: 50px;
	overflow: auto;
}
#nosotros_mov .titulo {
	text-align: center;
}
#nosotros_mov .desc p {
	text-align: center;
	width: 457px;
	color: #666;
}
#clientes_index img {
	width: 90px;
	margin: 20px;
}
#certificados {
	width: 1100px;
	height: auto;
	background: #FFF;
}
#certificados .item {
	background-color: #FFF;
	border: 4px solid #ccc;
	width: 200px;
	height: 150px;
	display: inline-block;
	margin: 10px;
	padding: 10px;
	overflow: hidden;
	vertical-align: middle;
}
#certificados img {
	width: 170px;
}
#clientes img{

	width: 125px;
	margin: 5px;
}

#galeria {
    width: 1100px;
    margin-left: 400px;
}