@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	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;
}
section, header{
	display: block;
}
/* General Demo Style */
body{
	font-family: Cambria, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	background: #dddcd7 ;
	overflow-y: scroll;
}
a{
	color: #333;
	text-decoration: none;
}
.container{
	width: 100%;
	position: relative;
	text-align: center;
    background:#dddcd7 url(../images/fondo.jpg) no-repeat top center;

}
.clr{
	clear: both;
}
.container > header{
	margin: 0 auto;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
}
.container > header h1{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 35px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: #936975;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 0px 0px 5px 0px;
}
.container > header h1 span{
	color: #b19099;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}
.container > header h2{
	font-size: 16px;
	font-style: italic;
	color: #593741;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}
/* Header Style */
.codrops-top{
	line-height: 24px;
	font-size: 11px;
	background: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}
.codrops-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	text-shadow: 0px 1px 1px #fff;
	display: block;
	float: left;
}
.codrops-top a:hover{
	background: #fff;
}
.codrops-top span.right{
	float: right;
}
.codrops-top span.right a{
	float: left;
	display: block;
}

p.codrops-demos{
	text-align:center;
	display: block;
	padding: 14px;
}
p.codrops-demos a,
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
    display: inline-block;
	border: 1px solid #b19099;
	padding: 4px 10px 3px;
	font-size: 13px;
	line-height: 18px;
	margin: 0px 3px;
	font-weight: 800;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #b19099;
	background: -moz-linear-gradient(top, #b19099 0%, #936975 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b19099), color-stop(100%,#936975));
	background: -webkit-linear-gradient(top, #b19099 0%,#936975 100%);
	background: -o-linear-gradient(top, #b19099 0%,#936975 100%);
	background: -ms-linear-gradient(top, #b19099 0%,#936975 100%);
	background: linear-gradient(top, #b19099 0%,#936975 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b19099', endColorstr='#936975',GradientType=0 );
}
p.codrops-demos a:hover{
	background: #b19099;
}
p.codrops-demos a:active{
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.4);
	-moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.4);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.4);
}
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
	color: #443132;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.3);
}
#testSlide3 {
	display: inline-block;
	border: 1px solid #b19099;
	padding: 4px 10px 3px;
	margin: 0px 3px;
	color: #fff;
	background: #111;
}


 #wrapper {
 width:100%;
 margin:0 auto;

}

.gallery {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #1a0e1a) );
	background:-moz-linear-gradient( center top, #ededed 5%, #1a0e1a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#1a0e1a');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #141214;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #000000;
}.gallery:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1a0e1a), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #1a0e1a 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a0e1a', endColorstr='#ededed');
	background-color:#1a0e1a;
}.gallery:active {
	position:relative;
	top:1px;
}


/* Media Queries */

 @media only screen and (min-width:250px) and (max-width:479px) {
 #wrapper {
 width:100%;
 margin:0 auto;

}

#services .cajas{
	width:94%;
	margin:0 0 20px 0;
}

}


 @media only screen and (min-width : 480px) and (max-width:767px) {

	.container > header{
		text-align: center;
	}
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}



#wrapper {
 width:100%;
 margin:0 auto;

}
#services .cajas{
	width:42%;
	margin:0 15px 20px 0;
}
 }
  @media only screen and (min-width :768px) and (max-width:1280px) {
 #wrapper {
 width:1000px;
 margin:0 auto;

}

#services .cajas{
	width:22%;
	margin:0 5px 0 0;
}
  }

/*HOME*/
#txtwelcome{
	width:98%;
	margin:0 auto;
	text-align:left;
}

#txtwelcome h2{
	color:#ab0d12;
	font-size:25px;

}

#txtwelcome p{
	color:#666;
	font-size:14px;

}


#services{
	width:1000px;
	margin:0 auto;
	text-align:left;
}








/*menu*/

#izqmenu{
	width:13px;
	height:63px;
	background:transparent url(../images/izq_menu.png) no-repeat;
	display:block;
	float:left;
}
#dermenu{
	width:13px;
	height:63px;
	background:transparent url(../images/der_menu.png) no-repeat;
	display:block;
	float: right;
}
.menu  {
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float:left;
	width:100%;
	height:60px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 0.9em;
	position: relative;
	z-index:9999;
	background:transparent url(../images/back_menu.png) repeat-x;
}



.menu  ul {
	list-style: none;
}
.menu  li {
	display: inline-block;
	background:transparent url(../images/separador.png) no-repeat;

}

.menu  .logo{
	display: inline-block;
	width:150px;
	float:left;

}



.menu  a {
	display: inline-block;
	color:#FFF;
	padding: 20px 10px;
	text-decoration: none;
}
.menu  a:hover {
	color:#CCC;
}
.menu  a:active {
	color:#999;
}
.menu  select {
	display: none;
	color:#CCC;
}


footer  {
	display: block;
	color:#383323;
	float:left;
	width:100%;
	height:42px;
	margin: 0 auto;
	padding: 5px 0;
	text-align: center;
	font-size: 0.9em;
	position: relative;
	z-index:9;
}




























/*Sliding Text and Icon Menu Style*/
.sti-menu{
	width:1000px;
	position:relative;
	margin:30px auto 0 15px;
}
.sti-menu li{
	float:left;
	width:238px;
	height:64px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
     border-radius: 10px;
	margin:1px;

background-image: linear-gradient(bottom, rgb(185,79,83) 18%, rgb(169,58,62) 59%, rgb(150,24,28) 80%);
background-image: -o-linear-gradient(bottom, rgb(185,79,83) 18%, rgb(169,58,62) 59%, rgb(150,24,28) 80%);
background-image: -moz-linear-gradient(bottom, rgb(185,79,83) 18%, rgb(169,58,62) 59%, rgb(150,24,28) 80%);
background-image: -webkit-linear-gradient(bottom, rgb(185,79,83) 18%, rgb(169,58,62) 59%, rgb(150,24,28) 80%);
background-image: -ms-linear-gradient(bottom, rgb(185,79,83) 18%, rgb(169,58,62) 59%, rgb(150,24,28) 80%);
background: #900;

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.18, rgb(185,79,83)),
	color-stop(0.59, rgb(169,58,62)),
	color-stop(0.8, rgb(150,24,28))
);


}
.sti-menu li a{
	display:block;
	overflow:hidden;
	text-align:left;
	height:100%;
	width:100%;
	position:relative;
	-moz-box-shadow:1px 1px 2px #ddd;
	-webkit-box-shadow:1px 1px 2px #ddd;
	box-shadow:1px 1px 2px #ddd;
}
.sti-menu li a h2{
	color:#fff;
	font-family: 'Wire One', arial, serif; 
	font-size:17px;
	font-weight:bold;
	position:absolute;
	padding:10px;
	width:230px;
	top:5px;
	left:55px;
	text-shadow: 0px 1px 1px black;
}
.sti-menu li a h3{
	font-family: Baskerville, "Hoefler Text", Garamond, "Times New Roman", serif; 
	font-size:14px;
	font-style:italic;
	color: #fff;
	position:absolute;
	top:25px;
	left:55px;
	width:230px;
	padding:10px;
}
.sti-icon{
	width:55px;
	height:55px;
	position:absolute;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	left:5px;
	top:5px;
}
.sti-icon-care{
	background-image:url(../images/icon1.png);
}
.sti-icon-alternative{
	background-image:url(../images/icon2.png);
}
.sti-icon-family{
	background-image:url(../images/icon3.png);
}
.sti-icon-info{
	background-image:url(../images/icon4.png);
}
.sti-icon-technology{
	background-image:url(../images/icon5.png);
}




