/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	display:block;
}
header{
	width:100%;
	margin:0 auto;
	height:10px;
}

p{
	font-family:"Segoe UI";
	font-size:12px;
	color:#000;
	text-align:justify;
	padding:2px;
	line-height:20px;
}
h1,h4,h5,h6 {
	font-family:"Segoe UI";
	font-size:100%;
	font-weight:normal;
	color:#000;
	text-align:justify;
}

h1{
	font-family:"Segoe UI";
	font-size:25px;
	color:#000;
}

h3{
	font-family:"Segoe UI";
	font-size:25px;
	color:#000;
	transform:skewX(-10deg);
	text-align:left;
	
}

h4{
	font-family:"Segoe UI";
	font-size:18px;
	color:#000;
	transform:skewX(-10deg);
	text-align:center;
	margin-top:20px;
}

h5{
	font-family:"Segoe UI";
	font-size:20px;
	color:#FFF;
	transform:skewX(-10deg);
	text-align:center;
}

section, header{
	display: block;
}

/* General Demo Style */
body{
	font-family: "Segoe UI";
	font-weight: 400;
	font-size: 15px;
	color: #593741;
	overflow-y: scroll;
}

.barrasuperior{
	width:100%;
	height:5px;
	background-color:#ed0a03;
}

.detcab{
	display:inline-block;
	z-index:999999;
}

.detcab .linea{
	width:0px;
	height:20px;
	display:inline-block;
	margin-top:50px;
	border:solid;
	border-width:thin;
	border-color:#FFF;
}

.container{
	width: 100%;
	margin:0 auto;
	position: relative;
	text-align: center;
	display:block;
}

.padded-multiline {
  line-height: 1.4;
  height:auto;
  position:absolute;
  margin-top:100px;
  right:0px;
  width:40%;
  	text-align:right;
}

.padded-multiline span { 
  background-color: black;
  color: #fff; 
  display: inline;
  padding: 0.5rem;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  font-size:30px;
  font-family:"Arial Black", Gadget, sans-serif;
  font-style:normal;
}

.titulopagina{
	margin: 0 auto;
	display:block;
	text-align:left;
	margin-top:5px;
	background-color:#666;
}
.titulopagina h4{
	font-size:25px;
	color:#FFF;
}
.tituloservicio{
	width:70%;
	height:120px;
	background:#FFF;
	margin: 0 auto;
	top:20px;
}
.tituloservicio .h1{
	text-align:center;
	position:relative;
}

.informacion{
	width:100%;
	margin: 0 auto;
	display:block;
	text-align:center;
	padding-top:10px;
	height:auto;

/*	background-image:url(../imagenes/mapa.png);
	background-repeat:no-repeat;*/
}

.informacion .servicio{
	width:100%;
	background-color:transparent;
	display:block;
	margin-bottom:5px;
}


.informacion .detalle,
.pie .detalle{
	width:40%;
	display:inline-block;
	vertical-align:top;
	padding: 5px 0 5px 0;
}

.informacion p{
	font-family: "Segoe UI";	
	font-size:14px;
	text-align:justify;
	color:#000;
	line-height:25px;
}

.detalle h2{
	font-family:"Segoe UI";
	font-size:12px;
	border-bottom:solid;
	border-width:thin;
	border-color:#666;
	padding-bottom:10px;
}

.detalle img{
	max-width:100%;
}

.detalle li{
	text-align:justify;
	padding: 0 0 0px 0px;
	font-size:14px;
	font-style:italic;
	font-family:"Segoe UI";
	vertical-align:center;
}

.detalle ul {
    padding: 0px;
    margin: 0 0 0 15px;
}

.detalle ul li{
/*    background-image: url(../imagenes/dot.jpg);*/
    background-repeat: no-repeat;
    background-position:inherit;	
}

.detalle ul li ul li{
    background-image: none;
	font-weight:normal;
	color:#000;
}

.servicio img{
	border-radius:5px;
}

.prepie{
	width:100%;
	margin: 0 auto;
	display:block;
	text-align:center;
	margin-top:5px;	
	padding-top:5px;
	height:auto;
	background-color:#333;
}

.prepie .detalleprepie{
	width:20%;
	margin: 0 auto;
	background-color:transparent;
	display:inline-block;
	text-align:left;
	vertical-align:top;
	padding:10px;
}

.prepie a{
	font-family:"Segoe UI";
	font-size:13px;
	margin-left:40px;
	color:#FFF;
	text-decoration:none;
	transform:skewX(-10deg);
}

.prepie p{
	color:#FFF;
	font-family:"Segoe UI";
	font-size:10px;
}

.prepie .linea{
	width:0px;
	height:200px;
	display:inline-block;
	margin-top:50px;
	border-right:solid;
	border-width:thin;
	border-color:#999;
}

.pie{
	width:100%;
	margin: 0 auto;
	height:50px;
	background-color:#ed0a03;
	display:block;
	margin-bottom:5px;
}

.pie .detallepie{
	width:40%;
	margin: 0 auto;
	background-color:transparent;
	display:inline-block;
	text-align:left;
	vertical-align:top;
}

.pie .menupie{
	font: normal 12px/normal Calibri, Helvetica, sans-serif;
	border-right:solid;
	display:inline-block;
	padding:5px;
	color:#FFF;
}

.pie .a{
	font: normal 12px/normal Calibri, Helvetica, sans-serif;
	color:#FFF;
}

.banner {
    width:100%;height:450px;/* Make it smaller than your images for zooming effect */
	background:#CCC url(loading.gif) no-repeat 50% 50%;
    overflow:hidden;

	margin:0 auto;/*make the image slider center-aligned */
    box-shadow: 0px 1px 5px #222222;
}

.clr{
	clear: both;
}

.boton{
display: inline-block;
position: relative;
cursor: pointer;
outline: none;
white-space: nowrap;
margin: 5px;
padding: 5px;
background-image: url("images/button-sprite.png");
background-repeat: repeat-x;
background-position: 0 0;
border: 1px solid rgba(114,114,114,0.4);
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
box-shadow: 0 1px 0px rgba(114,114,114,0.3);
-moz-box-shadow: 0 1px 0px rgba(114,114,114,0.3);
-webkit-box-shadow: 0 1px 0px rgba(114,114,114,0.3);
background-color: #7DBA41 !important;
}

/*Iconos de Menu del Pre Pie*/

.detalleprepie *.direccion{
	background-image:url(../imagenes/prepie/direccion.png);
 	background-position: 3% 45%;
 	background-repeat: no-repeat;
}
.detalleprepie *.telefono{
	background-image:url(../imagenes/prepie/telefono.png);
 	background-position: 3% 45%;
 	background-repeat: no-repeat;
}
.detalleprepie *.correo{
	background-image:url(../imagenes/prepie/email.png);
 	background-position: 3% 45%;
 	background-repeat: no-repeat;
}

.detalleprepie p{
	font-family:"Segoe UI";
	font-size:13px;
	font-style:normal;
}

.detalleprepie h5{
	margin-bottom:20px;
	font-family:"Segoe UI";
	font-size:13px;
	font-style:normal;
}
.logo{
	z-index:22222;
	width:20%;
	height:auto;
}

.menu{
	width:100%;
	margin: 0 auto;
	background-color:#000;
}


#testSlide3 {
	display: inline-block;
	border: 1px solid #b19099;
	padding: 4px 10px 3px;
	margin: 0px 3px;
	color: #fff;
	background: #111;
}

/*==================================================
 * Effect 2
 * ===============================================*/
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

	/* Cajas curvadas */

	.curved:before {
		top:10px;
		bottom:10px;
		right:50%;
		-webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
		-moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
		box-shadow:0 0 15px rgba(0,0,0,0.6);
		-moz-border-radius:10px / 100px;
		border-radius:10px / 100px;
	}

	.curved-vt-2:before {
		right:0;
	}

	.curved-hz-1:before {
		top:50%;
		bottom:0;
		right:10px;
		-moz-border-radius:100px / 10px;
		border-radius:100px / 10px;
	}

	.curved-hz-2:before {
		top:0;
		bottom:0;
		right:10px;
		-moz-border-radius:100px / 10px;
		border-radius:100px / 10px;
	}

	/* Sombra general */

	.drop-shadow {
		width:95%;
		padding:0.5em;
		background:#fff;
		-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
		   -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
				box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	}

	.drop-shadow:before,
	.drop-shadow:after {
		content:"";
		z-index:-2;
	}

	.drop-shadow p {
		font-family:"Segoe UI";
		font-size:24px;
		color:#666
	}