@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#8b8b8b;
}


@font-face {
    font-family: 'museo100';
    src: url('museo100/museo100-regular-webfont.eot');
    src: url('museo100/museo100-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('museo100/museo100-regular-webfont.woff') format('woff'),
         url('museo100/museo100-regular-webfont.ttf') format('truetype'),
         url('museo100/museo100-regular-webfont.svg#museo100') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*Scroll*/
#slideshow {
	margin:0 auto;
	width:1000px;
	height:140px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:920px;
  height:140px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:900px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:140px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:155px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(../graficos/flecha-atras.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(../graficos/flecha-siguiente.jpg) no-repeat 0 0;
}
/*Fin Scroll*/




.contenedor{
	width:1000px; 
	margin:0 auto;
}

.salto{
	clear:both;
}

.menu-p a{
	padding:22px 16px 12px 16px;
	display:block;
	cursor:pointer;
	color:#fff;
	font-size:13px;
	text-decoration:none;
	float:left;
}
.menu-p a:hover{
	background-color:#8f0205;
	color:#fff;
	text-decoration:none;
}
.menu-on a{
	padding:22px 16px 12px 16px;
	display:block;
	background-color:#8f0205;
	color:#fff;
	text-decoration:none;
	float:left;
	font-size:13px;
}

h1{
	font-family: 'museo100';
	font-size:24px;
	color:#000;
}

.subtitulo{
	font-family: 'museo100';
	font-size:24px;
	color:#8f0205;
}

.link-celeste{
	color:#5a96bf;
	text-decoration:none;
}
.link-celeste:hover{
	color:#5a96bf;
	text-decoration:underline;
}

.link-gris{
	text-decoration:none;
	color:#8b8b8b;
}
.link-gris:hover{
	text-decoration:underline;
	color:#8b8b8b;
}

.texto-celeste12{
	color:#5a96bf;
}

.texto-celeste16{
	color:#5a96bf;
	font-size:16px;
}

.texto-gris18{
	font-size:18px;
}

.texto-gris11{
	font-size:11px;
}

.texto-blanco{
	color:#fff;
}

.submenu{
	width:190px;
	display:block;
	cursor:pointer;
	background-image:url(../graficos/bullet.png); 
	background-repeat:no-repeat; 
	background-position:15px;
	padding:8px 0 8px 0; 
	padding-left:30px;
	text-decoration:none;
}
.submenu a{
	color:#8b8b8b;
	text-decoration:none;
	display:block;
	cursor:pointer;
}
.submenu a:hover{
	text-decoration:none;
	color:#000;

}

.submenu-pr{
	width:100px;
	float:left;
	display:block;
	cursor:pointer;
	padding-top:8px;
}
.submenu-pr a{
	color:#8b8b8b;
	text-decoration:none;
}
.submenu-pr a:hover{
	color:#000;
	text-decoration:none;
}

.raya{
	width:210px;
	height:1px;
	background-color:#CCC;
}

.clientes{
	width:110px;
	float:left;
	margin-bottom:20px;
	margin-right:20px;
}

.clientes-caja{
	width:100px;
	height:100px;
	padding:5px;
	background-color:#d6dde2;
	margin-bottom:5px;
}

.clientes-texto{
	text-decoration:none;
	height:50px;
}