@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400);


body {
	width:100%;
	font-family:Tahoma, Geneva, sans-serif;
	color:#666666;
}

#cuerpo-top {width:900px; height:170px; margin:auto; margin-bottom:0xp;}
#cuerpo-bg-rojo {width:100%; height:40px; margin:auto; background:#a80404; top:115px; position:absolute; z-index:-1; margin-bottom:0px;}
#cuerpo-slide {width:950px; height:340px; margin:auto;top:0px; z-index:-2;}
#cuerpo-principal {width:900px; min-height:300px; margin:auto; margin-top:30px; overflow:hidden; }
.cuerpo-a {width:600px; height:auto; margin:0px 25px 0px 0px; float:left;}
.cuerpo-b {width:275px; height:auto; margin:0px 0px 0px 0px; float:left;}


#cuerpo-slogan {width:100%;height:auto; margin:5px 0px 1px 0px;}
#cuerpo-slogan img {width:100%; max-width:100%; height:auto;;	margin:auto;}

#cuerpo-base {width:100%; height:90px; background:#004e81; padding: 10px 0px 0px 0px;}
.cuerpo-base-a {width:900px; height:90px; margin:auto; }
.cuerpo-base-a p {font-size:12px; color:#FFF; line-height: 17px;}


#cuerpo-pie {width:100%; height:25px; background:#1a608e;}
.cuerpo-pie-a {width:900px; height:20px; margin:auto; padding: 5px 0px 0px 0px; }
.cuerpo-pie-a p {font-size:10px; color:#FFF; line-height: 17px;}


.cuerpo-top-a {width:190px; height:170px; float:left;}
.cuerpo-top-b {width:710px; height:115px; float:left;}
.cuerpo-top-c {width:710px; height:40px; float:left; }


.logo {display:block; width:190px;height:170px;background: url("../img/logo-epuyen.png") no-repeat;text-indent:-9999px;}
a.logo:link, a.logo:visited, a.logo:active {background: url("../img/logo-epuyen.png") no-repeat; }
a.logo:hover {background-position:-190px;}

.icn-fb {display:block; width:20px;height:20px;background: url("../img/icn-facebook.png") no-repeat;text-indent:-9999px; margin:5px 0px 0px 690px;}
a.icn-fb:link, a.icn-fb:visited, a.icn-fb:active {background: url("../img/icn-facebook.png") no-repeat; }
a.icn-fb:hover {background-position:-20px;}



/* ----- MENU PRINCIPAL - INICIO */
#menu ul {
	width:710px;
	height:37px;
	margin: auto;
	list-style: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size:20px;
}
#menu ul li {display:inline;}

#menu ul li, #menu ul li a:link, #menu ul li a:visited {
	padding: 3px 0px 0px 8px;
	float: right;
	text-decoration: none;
	color:#FFF;
	
}

#menu ul li a:hover, #menu ul li a:active{color: #000;}
/* ----- MENU PRINCIPAL - FIN */


/* ----- TXT - INICIO */
h1, h2, h3, h4 {	
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

h1 {
	font-size:32px;
	color:#004e81;
	margin: 0px 0px 25px 0px;
	border-bottom: solid 1px #CCC;

}


h2 {
	font-size:24px;
	color:#fff;
	margin: 0px 0px 4px 0px;
}

h3 {
	font-size:21px;
	border-bottom: dashed 1px #CCC;
	margin: 0px 0px 15px 0px;
}


p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: justify;
	line-height: 22px;
	clear: both;
}

#tilde li{
	list-style-image: url(../img/tilde.png);
	color:#666666;
	font-size:12px;
	margin:0px 0px 8px 15px;
}

.br {width:100%; height:30px; min-height:30px; }


.bnr {width:275px; height:auto; margin:0px 0px 15px 0px; }
/* ----- TXT - FIN */

/* ----- PRODUCTOS - INICIO */
.columna-a, .columna-b {width:300px; height:auto; float:left;}

#tilde li{
	list-style-image: url(../img/tilde.png);
	color:#666666;
	font-size:12px;
	margin:0px 0px 8px 15px;
}

#tilde li:hover{
	font-weight: bold;
	color:#a80404;
}

/* ----- PRODUCTOS - FIN */


/* ----- DESTACADO - INICIO */
.destacado{
	width:172px;
	height:200px;
	float:left;
}
.destacado-title{
	width:152px; 
	height:35px;
	padding-top:2px; 
	margin-left:10px;
	background:#004e81;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size:22px;
	color:#FFF;
	z-index:10;
	position: relative;
}

.destacado-img{
	width:172px;
	height:195px;
	margin-top:-20px;
}
.destacado-linea{
	width:172px;
	height:5px;
	background:#004e81;
}
.drc{ margin-right:10px;}
/* ----- DESTACADO - FIN */


/* ----- EFECTO - INICIO */
@-webkit-keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.wobble-vertical {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.wobble-vertical:hover, .wobble-vertical:focus, .wobble-vertical:active {
  -webkit-animation-name: wobble-vertical;
  animation-name: wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* ----- EFECTO - FIN */


/* --- Inicio - Formulario */
.form {width:450px;}

input, textarea {
	width:450px;	
	padding: 9px;
	background:#f8f8f8;	
	border: solid 1px #ececec;
	outline: 0;
	}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background:#d9d9d9;
	color:#5a5a5a;
	font-size: 14px;
	
}


textarea {
	width:450px;
	max-width: 450px;
	height: 100px;
	max-height:100px;
	line-height: 150%;
}

form.form .ultimo{
    margin-bottom: 0;
    position: relative
}

form.form button {
	width: auto;
	margin:10px 0px 0px 402px;
	padding: 9px 15px;
	background: #666666;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
	}

form.form button:hover{
	background:#004e81;
}
/* AJAX Gif y mensajes de exito o fracaso */
.hide{
    display: none;
}
.ajaxgif{
    position: absolute;
    right: 150px;
    top: 5px;
}
.msg{
    color:#ffffff;
    height: 35px;
    line-height: 35px;
    padding: 2px 0px 0px 0px;
	text-align:center;
    position: absolute;
    right: -135px;
    min-width: 135px;
	margin-top:10px;
}
.msg_ok{
    background: #589D05;
}
.msg_error{
    background: red;
}
/* --- Fin - Formulario */


/* --- Inicio - Mapa de Google */
#mapa-google{width:600px; height:450px; }
.mapa-google{
	width:598px;
	height:300px;
	margin:0px 0px 0px 0px;
	float:left;	
	border: solid 1px #CCC;
}
#mapa-div{width:380px;}
.mapa-txt-title{ color:#2d548b; font-size:23px;}
.mapa-txt{ color:#333; font-size:12px;}
/* --- Fin - Mapa de Google */

.galeria { width:600px; height:auto; text-align:center;}

.gallery {list-style:none; margin:20px 0px 0px 10px; padding:0px; }
.gallery li {
    margin: 3px;
    padding: 0;
    float: left;
    position: relative;
    width: 130px;
    height: auto;
    padding-right: 2px;
    padding-bottom: 2px;
}



.gallery img {
	width: 125px;
	height:94px;
    background: #fff;
    border: solid 1px #CCC;
    padding: 2px;
    margin-right: auto;
    margin-left: auto;
}




