* {
	margin: 0;
	padding: 0;
}

body  {
	background-color: #fff;
	font-family: helvetica;
	font-size: 10px;
	font-weight: bold;

}
.contenedor {
	height: 700px;
	margin: 0 auto;
	width: 95%;
}

span {
	color: #999;
	font-size: 8px;
	font-style: oblique;
	margin-left: 2px;
}

h1 {
	font-size: 1em;
	font-style: oblique;
}

a {
	text-decoration: none;
}

.cabecera {
	background-color: #fff;
	height: 50px;
	margin: 0 auto;
	width: 85%;
}

.bloque-logomenu {
	background-color: #fff;
	height: 200px;
	margin: 0 auto;
	width: 85%;
}

.bloque-vacio {
	background-color: #fff;
	float: left;
	height: 200px;
	width: 25%;
}

.logotipo {
	float: left;
	height: 200px;
	width: 40%;
}

.caja-logo {
	background-image: url(../imagenes/logor.jpg);
	background-repeat: no-repeat;
	height: 170px;
	margin: 80px auto;
	width: 200px;
}

.menu {
	background-color: #fff;
	float: right;
	height: 200px;
	width: 35%;
}

.nombre {
	background-color: #fff;
	float: right;
	height: 10px;
	margin: 1px;
	width: 45%;
}

.nombre a {
	color: #000;
}

.nombre a:hover {
	color: #999;
}

.nombre1{
	background-color: #fff;
	float: right;
	font-size: 10px;
	margin-top:115px;
	width: 91%;
}

.espaciolinea2 {
	height: 10px;
	margin: 0 auto;
	width: 85%;
	
}


.bloque-linea {
	background-color: #fff;
	height: 10px;
	margin: 0 auto;
	width: 85%;
}

.bloquelinea-vacio {
	background-color: #fff;
	float: left;
	height: 1px;
	width: 45%;
}

.linea-efecto {
	width: 55%;
	height: 1px;
	margin-top: 5px;
	float: right;
	background-color: #000;
	-webkit-animation: mymove 2s;  /* Chrome, Safari, Opera */
    -webkit-animation-iteration-count: 1;  /* Chrome, Safari, Opera */
    -webkit-animation-fill-mode: forwards;  /* Chrome, Safari, Opera */
    animation: mymove 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
	@-webkit-keyframes mymove {
    from {width: 0%;}
    to {width: 55%;}
}



.espacio-blanco {
	width: 85%;
	height: 10px;
	margin: 0 auto;
}

/**************************************************
*
*	MENU RESPONSIVE
*
**************************************************/

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0 auto;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  width: 85%;
  font-family: helvetica, sans-serif;
  font-weight: bold;
  color: #ffffff;
}
#cssmenu ul ul {
  display: none;
}
#cssmenu > ul > li.active > ul {
  display: block;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 16px 5%;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  text-decoration: none;
  color: #323232;
  background: #eee;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li > a:hover {
  color: #000;
}
#cssmenu ul > li.has-sub > a:after {
  position: absolute;
  right: 30px;
  top: 19px;
  z-index: 5;
  display: block;
  height: 10px;
  width: 2px;
  background: black		;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub > a:before {
  position: absolute;
  right: 26px;
  top: 23px;
  display: block;
  width: 10px;
  height: 2px;
  background: black;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cssmenu ul ul li a {
  padding: 14px 5%;
  cursor: pointer;
  z-index: 2;
  font-size: 12px;
  text-decoration: none;
  color: #000;
  background: #d9d9d9;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul ul li a {
  padding-left: 10%;
}
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul > li.has-sub > a:after {
  top: 16px;
  right: 30px;
  background: black;
}
#cssmenu ul ul > li.has-sub > a:before {
  top: 20px;
  background: black;
}

/**************************************************
*
*	FIN MENU RESPONSIVE
*
**************************************************/

.bloque-slider {
	background-color: #fff;
	height: 180px;
	margin: 0 auto;
	width: 91%;
}

.pie {
	background-color: #fff;
	height: 100px;
	margin: 0 auto;
	width: 85%;

}

.sub-menu {
	background-color: #fff;
	float: left;
	height: 100px;
	text-align: right;
	width: 45%;
	
}

.estilo {
	background-color: #fff;
	height: 10px;
	margin: 2px;
	width: 95%;
}
#estilo-menu3 {
	float: left;
	height: 10px;
	margin: 2px;
	width: 100%;
}
#estilo-menu3 a {
	color: #000;
	
}
#estilo-menu3 a:hover {
	color: #999;
}

.estilo a {
	color: #000;
}

.estilo a:hover {
	color: #999;
}

.contenedor-volver {
	background-color: #fff;
	float: left;
	height: 100px;
	width: 55%;
}
.menu3 {
	float: left;
	height: 100px;
	width: 70%;
}
.volver {
	float: left;
	line-height: 2em;
	position: relative;
	text-align: right;
	width: 30%;
	z-index: 20;
}

.volver a {
	color: #000;
}

.volver p {
	color: #999;
	font-size: 1.1em;
	font-style: oblique;
}

.volver a:hover {
	color: #999;
}

.logo-flor {
	background-image: url(../imagenes/flor2.jpg);
  float: right;
  height: 76px;
  margin-top: 35px;
  width: 180px;
  background-repeat: no-repeat;
  position: absolute;
  right: 10%;
}

/**************************************************
*
*	ESTILO CONTENEDOR IMAGENES
*
**************************************************/

#horiz_container_outer {
	height:200px;
	margin:10px auto;
	overflow-x:hidden;
	overflow-y:hidden;
	position:relative;
	width:85%;
	
}

#horiz_container{
	height:200px;	
	margin:0px;
	padding:0px;
	width: 8130px;
	

}

#horiz_container ul{
	float:left;
	margin:0px; padding:0px;
}

#horiz_container_inner {
	padding-left:0px;
	padding:2px;
}

#horiz_container li {
	display: inline-table;
	list-style:none;
	margin:0px;
}

#horiz_container li img {
	margin:0px;
	padding:0px;
}




/**************************************************
*
*	ESTILO SCROLL
*
**************************************************/

#scrollbar { 
    display:block;
    font-size:1px;
    margin:0px auto;
    position:relative; 
    top:0px;
    width:85%; height:15px;
}

#track { 
    background: #C2C3C9;
    position:absolute; left:0px; top:0;
    width:100%; height:12px; 
    
}

#dragBar 
{
    position:absolute; left:0px; top:0px;
    width:10px; height:10px; 
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.39, rgb(229,229,229)),
    color-stop(0.7, rgb(245,245,245))
);
	background-image: -moz-linear-gradient(
    center bottom,
    rgb(229,229,229) 39%,
    rgb(245,245,245) 70%
);

}  
  
#left_scroll { 
	border-color: transparent gray transparent transparent;
	border-style: solid;
	border-width: 5px;
	cursor:pointer;
	height: 0px;
	left:-15px;
	position:absolute; 
	top:1px;
	width: 0;
}  

#right_scroll { 
	border-color: transparent transparent transparent gray;
	border-style: solid;
	border-width: 5px;
	cursor:pointer;
	height: 0px;
	position:absolute; 
	right:-15px; 
	top:1px;
	width: 0;
}

/* SCROLL-NAVEGADORES */
#scrollbar, #track, #dragBar, #left, #right {
    -moz-user-select: none;
    -khtml-user-select: none;
}

/*  MENU RESPONSIVE */

@media screen and (min-width: 680px) {
	#cssmenu {
		display: none;
	}
}


@media screen and (max-width: 1270px) {
	.bloque-vacio {
		display: none;
	}

	.logotipo {
	float: left;
	
	}

	.menu {
		background-color: #fff;
		float: left;
		font-size: 9px;
		height: 200px;
		width: 60%;
	}

	.sub-menu {
		font-size: 9px;
	}
}

@media screen and (max-width: 680px) {
	.menu {
		display: none;
	}

	.logotipo {
		width: 100%;
	}
	.caja-logo {
		margin-top: 80px;
	}

	.cabecera {
		height: 2px;
	}
	.menu3 {
		display: none;
	}
	.sub-menu {
		display:none;
	}
	.contenedor-volver {
		width: 100%;
	}
	.volver {
		width: 100%;
	}

	.menu-responsive {
		color: #fff;
		height: 30px;
		margin: 0 auto;
		text-align: center;
		width: 85%;
	}
	.logo-flor {
		display: none;
	}	
}


/* FIN MENU RESPONSIVE */