/*
Descripción: CodigoJuegos.com
Versión: 1.0
Autor: Sorvo
*/
/*TWITTER*/
.ultima-hora-twitter{
	background-color:#55acee;
	-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
			border-radius: 5px;
	margin: 10px;
	padding: 6px;
}
.twitter-right{
	text-align:right;
}
.twitter-right a{
	color:#FFF;
}
.twitter-top{
	margin-bottom: 10px;
}
/*UL-LI*/
.li-noticia{
	padding-left:30px;
	list-style-type:circle;
	list-style: inherit;
}
/*SLIDER-CONTAINER*/
.slider-container{
	background:url('../images/loading.gif')  no-repeat center;
	height:428px;
	background-color:#FFF;
}
@media (max-width: 979px){
	.slider-container{
		height:328px;
	}
}
@media (max-width: 767px) {
	.slider-container{
		height:100%;
	}
}
/*Ubica*/
.ubica{
	font: normal 0.733em Arial, Helvetica, sans-serif;
	color: #515151;
	line-height: 1.2em;
	text-decoration: none;
	margin-bottom:5px;
	text-transform:uppercase;

}
.ubica a{color: #515151; text-decoration: none;}
.ubica a:hover{color: #000;	text-decoration: none;}

/*_____________PAGINA WEB_____________*/
.tag{
	background:url('../images/tag.png') 0px 8px no-repeat;
	padding:5px 0px 0px 15px;
	font-style:italic;
}


/*H1*/
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span, td{
	font: Arial, Helvetica, sans-serif;
	margin:0; padding:0;
}
p,div,form,label,input,img,span{
	font-size:15px;
	line-height: normal;
}
h1{
	font-size: 16px;
	/*margin: 10px 10px 10px 10px;*/
	font-weight:bold;
}

h2{
	font-size: 16px;
	font-weight:bold;
	line-height:20px;
}

h3{
	font-size: 16px;
	font-weight:bold;
	line-height:20px;
}

h4{
	font-size: 12px;
	margin: 10px 10px 10px 10px;
	font-weight:bold;
}

.puntos{
	font-size:14px;
	font-weight:bold;
	color:#c9e653;
}

.titulo{
	font-size:14px;
	font-weight:bold;

}

.frase{
	font-size:14px;
	font-weight:bold;	 

}

/*FIN TEXTOS*/

/*MENU*/
body, nav, ul, li, a  {margin: 0; padding: 0;}
body {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
a {text-decoration: none;}

.toggleMenu {
    display:  none;
    background: #000;
    padding: 10px 15px;
	color:#fff;
	text-decoration: none;
}
.toggleMenu:hover{
	background: #4c4c4c;
}
.nav {
    list-style: none;
     *zoom: 1;
     background:#4c4c4c url('../images/fondo_menu.gif') repeat-x;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
	text-decoration: none;
    padding: 10px 15px;
    color:#fff;
}
.nav a:hover, .nav a:active  {
	background:#000;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
    border-top: 1px solid #000000;
}
.nav > li > .parent {
   /* background-image: url("images/downArrow.png");*/
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}

.nav > li.hover > ul {
    left: 0;
}

.nav li li.hover ul {
    left: 100%;
    top: 0;
}

.nav li li a {
    display: block;
    background: #8b8b8b;
    position: relative;
    z-index:100;
    border-top: 1px solid #000000;
}

.nav li li li a {
    background:#4c4c4c;
    z-index:200;
    border-top: 1px solid #4c4c4c;
}
  	.nav li a.current  {background:#000;}
	.nav li li a.current{background:#000;}
@media screen and (max-width: 668px) {
	.nav {
		 background:#4c4c4c;
	}
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }

}
/*FIN MENU*/

/*BODY*/
/*

*/

/*_____________PAGINA WEB_____________*/

body, html{
	padding:0;
	margin:0;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 130%;
	background: #05080a url('../images/foncod.jpg') repeat-x;
	text-align: left;
	height:100%;
}

a {
	text-decoration:none;
	color: #000;
}

a:hover, a:active {
	text-decoration: underline;
}
/*BODY*/


/*BARRA*/

/*_________Progress bars__________*/



@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress-text{margin-bottom:5px;font-family:'Maven Pro', sans-serif;text-transform:uppercase;letter-spacing:1px;word-spacing:2px}

.progress {
  height: 15px;
  margin-bottom: 10px;
  overflow: hidden;
  background-color: #f7f7f7;
    background-repeat: repeat-x;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
	background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
}

.progress .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background-color: #11566c;
    background-repeat: repeat-x;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: width 0.6s ease;
	-moz-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
	background-image: linear-gradient(to bottom, #149bdf, #0480be);
}

.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
     -moz-background-size: 40px 40px;
       -o-background-size: 40px 40px;
          background-size: 40px 40px;
}

.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
     -moz-animation: progress-bar-stripes 2s linear infinite;
      -ms-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
    background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #c02b2e, #c43c35);
}

.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #c02b2e;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
    background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #236616, #57a957);
}

.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #236616;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
    background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #11566c, #339bb9);
}

.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #11566c;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
    background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #ff7200, #f89406);
}

.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #ff7200;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}


/*BARRA*/

/*ICONOS*/
/**REDES SOCIALES*/
/**REDES SOCIALES*/
#social-media-icons {
	float: right;
	margin-top: 10px;
}

a.social-media-icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 6px;
	background-position: 0 0;
	overflow: hidden;
	text-indent: -1000px;
	-moz-transition: background-position .25s ease;
	-webkit-transition: background-position .25s ease;
	-o-transition: background-position .25s ease;
	-ms-transition: background-position .25s ease;
	transition: background-position .25s ease;
}

a.social-media-icon:hover {
	background-position: 0 -32px;
}


.facebook {
	background-image: url(../images/facebook.png);
}

.twitter {
	background-image: url(../images/twitter.png);
}

.youtube {
	background-image: url(../images/youtube.png);
}

.google-plus {
	background-image: url(../images/google-plus.png);
}
.rss {
	background-image: url(../images/rss.png);
}

/*FIN ICIONOS*/

.img_red{
	border:1px solid #000000;
}

/*______________Listados__________*/

.listado{
	width:100%; float:left;
}
.beta{position: absolute;z-index: 1;}
.top_title_logo{font-size:12px;color:#FFF;font-weight: bold;}
.top-lis{font-weight:bold;font-size:20px;width:5%;float:left;padding-top:15px;text-align:center;}
.fot-lis{width:10%;float:left; padding:0 5px 0px 0;}
.nom-lis{width:48%;float:left;padding-top:10px;}
.gen-lis{width:20%;float:left; padding-top:10px;}
.nota-lis{width:10%;float:left;padding-top:0px;}
.linea-puntos{width:100%;border:0;height:1px;background:url('../images/linea-puntos.png') repeat;}
.nota2{background: #31556f;text-align:center;display: inline-block;padding:9px;width:18px;font-weight:bold;color:#FFF;border:0;}
.nota_detalle{background: #31556f;padding-top: 45px;padding-bottom: 45px;margin:10px;color: #FFF;font-size:70px;}
.nota_detalle_rojo{background: #c02b2e;}
.nota_detalle_amarillo{background: #ff7200;}
.nota_detalle_verde{background: #236616;}
.barra_der{width:33%;float:left;text-align:center;}
.barra_izq{width:66%;float:left;}
@media screen and (max-width: 500px) {
	.fot-lis{padding-top:10px}
	.nota_detalle{font-size:40px;}
}

.mas{text-align:center}
.mas img{padding:0px 10px 0px 0px}
.mas span{background: #31556f;text-align:center;display: inline-block;padding:8px;font-size:14px;font-weight:bold;color:#FFF;border:0;}
.mas span:hover{background: #000000;}
.fecha {font-size:12px;}
.fotos{max-width:384px;margin-left: auto;margin-right: auto;border:3px solid;}
.titulo1{font-size: 30px;line-height:35px;margin-bottom:-6px;}
.titulo2{font-size: 20px;color:#4e4e4e;font-weight:100;}
/*___________VIDEOS___________*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin:10px 0;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*______________Paginación___________*/

	ul.pagenav li { margin-top:20px; float:left; }
	.pagenav li a { 
		color: #000000;
		float: left;
		margin-right: 10px;
		padding: 2px 8px;
		line-height: 19px;
		text-decoration:none;


	 }
	.pagenav li a:hover { background: #4e4e4e; }
	.pagenav li.current a { background: #31556f;}
	.pagenav li:hover a,.pagenav li:hover a { color: #FFF; }
	.pagenav li.current a,.pagenav li.current:hover a { color: #FFF; }
	.pagenav li.prev a,.pagenav li.next a { border-color: transparent; }

/* video fixed width wrappers */
.video-wrapper {
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
}
.video-wrapper2 {
	width: 853px;
	max-width: 100%;
	margin: 0 auto;
}
/*_____________WEBSITE__________*/

a {
  color: #00000;
  text-decoration: underline;
 }

a:hover {
  color: #00000;
  text-decoration: none;
}


/*h1,h2,h3{font-weight:300}*/

img{
	border:none
}

ul{
	margin:0; 
	padding:0;
	list-style-type:none;
	list-style: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}


/*________RESOLUCIÓN PANTALLA_______*/

#dimensions {
  position: fixed;
  left: 10px;
  bottom: 0px;
  background: #000;
  font-size: 13px;
  color: #FFF;
  padding: 5px 10px;
  z-index:1000
}

/*________SCROLLTOP APARECE_______*/

.scrolltop{
	width:34px;
	height:37px;			
	text-indent:-9999px;
	opacity:0.5;
	position:fixed;
	bottom:10px;
	right:10px;
	display:none;			
	background: url('../images/top.gif') no-repeat;
	z-index:1000;
}


/*__________PÁGINA_WEB_____________*/

.limpiar{clear:both; font-size:0; line-height:0; float:none;}

acronym, abbr {
	border-bottom:1px dotted #333;
	cursor:help;
	font-style:normal; 
}

.separa{
	width:100%;
	height:20px;
	font-size:0; /*para Explorer 6*/
	clear:both;
}

.separa1{
	width:100%;
	height:10px;
	font-size:0; /*para Explorer 6*/
	clear:both;
}

.separa2{
	width:100%;
	height:30px;
	font-size:0; /*para Explorer 6*/
	clear:both;
}

.separa3{
	width:100%;
	height:40px;
	font-size:0; /*para Explorer 6*/
	clear:both;
}


.izq{float:left}
.der{float:right}

.septop{margin-top:10px;}
.septopbot{padding:30px 0 20px 0;}
.center{text-align:center;}
.right{text-align:right;}

.barra-titulo{
	height:25px;
	background: url('../images/fondo_barras.gif') repeat-x;
	border:1px solid;

}
.barra-titulo h1{color:#FFF;margin-top:2px;margin-left:10px;font-weight:bold;}
.barra-titulo h3{color:#FFF;margin-top:2px;margin-left:10px;font-weight:bold;}
.barra-titulo h2{color:#FFF;margin-top:2px;margin-left:10px;font-weight:bold;}

.portada-videos{
	max-width:384px;
	margin-left: auto;
	margin-right: auto;
	border:3px solid;
}
.div-video{position: relative; bottom:30px;}
.text-video{
	width:100%;
	max-width:384px;
	margin-left: auto;
	margin-right: auto;
	height:30px;
	background: url('../images/slider_caption_bg.png') repeat;
	text-align:center;
}
.text-video h3{padding-top:5px;color:#FFFFFF;font-weight:bold;}
.a-video {text-decoration:none;color: #FFF;}
.plata-video{text-align:center;}
/*_________________selecciones___________________*/

/* webkit, opera, IE9 */
::selection { background:#7fc9f4;  color:#ffffff; text-shadow: none;}
/* mozilla firefox */
::-moz-selection { background:#7fc9f4; color:#ffffff; text-shadow: none}


/*____________FONDOS 100%_______________*/
.bot1_fond{background:#383838;}
.bot2_fond{background:#383838;padding:15px 0;}

.top_fond{
	background: #000000 url('../images/degtop.jpg') repeat-x;
	padding:10px 0;
}
@media screen and (max-width: 668px) {
	.top_fond{
		background: #000000;
	}
}

.menu_fond{
	background: #4c4c4c url('../images/fondo_menu.gif') repeat-x;
}
.menu_fond2{}


.fondo_pie{background:#4e4e4e;padding:15px 0;}

@media (max-width: 767px) {
	.menu_fond{position:top; top:0; width:100%; z-index:1000;} /*Menu en movimento fix fijo top*/
	/*.top_fond{margin-top:36px;} Dejamos espacio en el top*/
	.menu_fond2{
	position:top; top:0; 
	width:100%; 
	z-index:1000;
	background: #4c4c4c url('../images/fondo_menu.gif') repeat-x;
	}

}

iframe#google-maps {
	border-top:1px solid #eaeaea;
}


/*_________________TOP___________________*/

.bureau{text-align:right;}
.bureau img{margin-left:5px;}

@media (max-width: 767px) {
	.zona-logo{text-align:center}
	.zona-maitel{text-align:center;margin:0 auto;width:60%;}
	.bureau{display:none}
	#nav-wrap {float:left}
}

@media (max-width: 480px) {
	#promo{display:none;}
}




/*__________DIVS______________*/

.zona-blanca {
    /*margin: 0 10px 15px 0;*/
    padding:20px 10px 10px 10px;
    background: #fff;
    /*max-width:500px;
    position: relative;*/
}

.zona-blanca-bottom {
    padding:10px;
    background: #fff;
	text-align:right;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
		-moz-border-radius-bottomright:6px;
		-moz-border-radius-bottomleft:6px;
			border-bottom-left-radius: 6px;
			border-bottom-right-radius: 6px;
			
	-webkit-box-shadow: 0 10px 8px -8px black;
	   -moz-box-shadow: 0 10px 8px -8px black;
	        box-shadow: 0 10px 8px -8px black;

}


/*Block headline*/
.heading {
	padding:5px 20px 5px 20px;
	/*border-left:4px solid #27c5f2; */
}

.headline {
	display:block;
	margin:10px 0 10px 0;
	border-bottom:1px dotted #e4e9f0;
}
.headline h1, .headline h2, .headline h3{
	margin:0 0 -2px 0;
	padding-right:5px;
	display:inline-block;
	border-bottom:2px solid #ffbe23;
}


.lis-por {
	max-width:450px;
	margin:0 auto;
    text-align:left;
    position: relative;
    /*margin-bottom:60px;*/
}


.lis-por img{
	margin-bottom:8px;

}

/*@media (max-width: 767px) {
	.lis-por {margin-top:30px;}
}*/


/*___________ABAJO DIVS_________*/

.fondabafila{background:url(../images/codigo_abajo.png) no-repeat; background-position:right bottom;}

.databa{font: normal 0.923em Arial, Helvetica, sans-serif; color: #ccc;	line-height:1.5em;padding-left:20px;}
.databa a{color: #ccc; text-decoration:none}
.databa a:hover{color:#fff;}


/*________IMAGENES_______*/

.img-izq{
	width:auto;
	border:1px solid;
	max-width: 100%;
	width: auto\9;
	float:left;
	margin:0px 10px 0px 0;

}

.img-der{
	width:auto;
	max-width: 100%;
	width: auto\9;
	float:right;
	margin:0px 0px 6px 8px;
}




.img-lis {
    max-width: 100%;
	width: auto\9;
	float:left;
	margin:0 15px 15px 0;
}
.img-lis img{
	-webkit-border-radius: 6px;
		-moz-border-radius:6px;
			border-radius: 6px;
}


@media (max-width: 480px) {
	.img-der{float:none; margin: 0 auto; text-align:center; padding-bottom:10px}
	.img-lis {float:none; margin:10px 0; text-align:center}
}

/*_____________CLASES FORM_____________*/


select, textarea, input{padding:5px 0; vertical-align:middle;} 

input[type=text], textarea {
	display: block;
	float: left;
	margin-bottom: 10px;
	width: 77%;
	min-width:200px;
}

select{
	display: block;
	float: left;
	margin-bottom: 10px;
	width: auto;
	min-width:200px;
}

label{
	display: block;
	width: 100px;
	float: left;
	margin-bottom: 10px;
	text-align: left;
	padding:6px 20px 0 0;
}

.formulario{
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #333333;
	background: #ffffff;
	border: 1px solid #b3b5b3;
	padding: 8px 3px;
}

.formulario_ko[type=text]{
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #8f2424;
	background: #ffffff;
	border: 1px solid #d20000;
	padding: 8px 3px;
	
	background: #faebeb url(../images/error.gif) no-repeat;
	background-position: right center;
}

.formulario_ko, textarea{
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #8f2424;
	background: #ffffff;
	border: 1px solid #d20000;
	padding: 8px 3px;
	
	background: #faebeb url(../images/error.gif) no-repeat;
	background-position: right bottom;
}


.formulario_ok[type=text] {
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #333333;
	background: #ffffff;
	border: 1px solid #b3b5b3;
	padding: 8px 3px;
	
	background: #ffffff url(../images/correcto.gif) no-repeat;
	background-position: right center;
}

/* TEXT AREA */
.formulario_ok, textarea {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #333333;
	background: #ffffff;
	border: 1px solid #b3b5b3;
	padding: 5px 3px 5px 3px;
	
	background: #ffffff url(../images/correcto.gif) no-repeat;
	/*background-position: right bottom;*/
	background-position: 98% 100%;
}

.formulario_ko, textarea{
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #8f2424;
	background: #ffffff;
	border: 1px solid #d20000;
	padding: 5px 3px 5px 3px;
	
	background: #faebeb url(../images/error.gif) no-repeat;
	/*background-position: right bottom;*/
	background-position: 98% 100%;
}


/* CHECK BOX */

/*input[type=checkbox].formulario_ok {display: none;}*/
input[type=checkbox].formulario_ok + label { 
	background: #ffffff;
	border: 1px solid #b3b5b3;
	/*padding: 5px 3px 5px 3px;*/
	padding:0px;
	margin-right:3px;
	cursor: pointer;

	display: inline-block; 
	width: 16px; 
	height: 16px; 
	background: url(../images/correcto.gif) 0px 0px no-repeat; 
	background-position: 50% 50%;
	text-indent: -1000em; 
}

/*input[type=checkbox].formulario_ko {display: none;}*/
input[type=checkbox].formulario_ko + label { 
	background: #ffffff;
	border: 1px solid #d20000;
	/*padding: 5px 3px 5px 3px;*/
	padding:0px;
	margin-right:3px;
	cursor: pointer;

	display: inline-block; 
	width: 16px; 
	height: 16px; 
	background: url(../images/error.gif) 0px 0px no-repeat; 
	background-position: 50% 50%;
	text-indent: -1000em; 
}

.form-search{
	display: inline-block;
	*display: inline;
	margin-bottom: 0;
	vertical-align: middle;
	*zoom: 1;
	/*margin:5px 0;*/
}

.fomulario[type=button] {
	font-family: Arial;
	color: #ffffff;
	font-size: 14px;
	display: inline;
    background: #000000;
	padding:7px 10px 5px 10px;
	text-decoration: none;
	border:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-shadow: 0.1em 0.1em #c77700;
    margin:10px 0px;
    text-indent:2px

}

.buscador{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin:-6px 0;
	border:1px solid #cecece;
}


.formulario[type=button] {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 1 em;
	display: inline;
    background: #333333;
	padding:7px 20px 5px 20px;
	text-decoration: none;
	border:none;
	/*-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;*/
	text-align: center;
    vertical-align: middle;
    cursor: pointer;
    margin:10px 0px;
    text-indent:2px

}

.formulario[type=button]:hover { background: #1a377f; color:#fff;}

.fomulario[type=button]:disabled{
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  text-shadow: 0.1em 0.1em #ffffff;
}

.formulario[type=button]:disabled:hover{
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}




/*
.fomulario[type=button]:hover { background: #335e92;text-shadow: 0.1em 0.1em #24303f;}

.fomulario[type=button]:disabled{
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  text-shadow: 0.1em 0.1em #ffffff;
}

.fomulario[type=button]:disabled:hover{
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
*/
.btn {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 1 em;
	display: inline;
    background: #333333;
	padding:7px 20px 5px 20px;
	text-decoration: none;
	border:none;
	/*-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;*/
	text-align: center;
    vertical-align: middle;
    cursor: pointer;
    margin:10px 0px;
    text-indent:2px

}

.btn:hover { background: #1a377f; color:#fff;}

.btn:disabled{
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  text-shadow: 0.1em 0.1em #ffffff;
}

.btn:disabled:hover{
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}


/*__________MENSAJES-WEB__________*/

.close {
  float: right;
  font-size: 1em;
  font-weight: bold;
  line-height: 1em;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 10px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 1.3em;
  font-size:1.3em;
}
.alert-mensaje {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.danger, .error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}


div.alert {
    padding: 20px 15px 10px 35px;
    padding-left: 35px;
    /*margin-bottom: 10px;*/
}
.nota {
    border: 1px solid #000000;
    background-color: #ffffff;
}
.error {
    border: 1px solid #d47676;
    background-color: #f6d4d4;
}
.info {
    border: 1px solid #fece89;
    background-color: #fff3c2;
}
.aviso {
    border: 1px solid #448398;
    background-color: #b4e5ec;
}
.mensaje {
    border: 1px solid #72ad55;
    background-color: #ceefbe;
}

.alert .titmsg {
    background: transparent url("../images/warning-icons.png") top left no-repeat;
    padding: 3px 0 5px 35px;
    margin-bottom: 0;
    font-size:1.3em;
    line-height:1.3em;
}
.alert p {
    padding-left: 35px;
    padding-bottom: 10px;
    font-size:1em;
}
.alert .close {
    right: -8px;
    top: -17px;
}
.nota .titmsg {
    background-position: 0 2px;
}
.error .titmsg {
    background-position: 0 -76px;
    color: #ae3f3f;
}
.error p {
    color: #ae3f3f;
}
.info .titmsg {
    background-position: 0 -150px;
    color: #ab5e2a;
}
.info p {
    color: #ab5e2a;
}
.aviso .titmsg {
    background-position: 0 -227px;
    color: #448398;
}
.aviso p {
    color: #448398;
}
.mensaje .titmsg {
    background-position: 0 -306px;
    color: #488a28;
}
.mensaje p {
    color: #488a28;
}

/*____________Info_Cookies_______________*/

.cookieNotice{
	width: 100%; 
	position: fixed; 
	bottom:0px;
	border-top:1px solid #666;
	background: #000;
	opacity: 0.8; filter: alpha(opacity=80);
	z-index: 9999;
	
	line-height: 1.3em;
	font-family: arial;
	left: 0px;
	text-align:center;
}

.cookieNotice p {font-size: 12px; margin:0px; padding:0px; color:#fff;}
.cookieNotice p a {color:#fff; text-decoration:underline}
.cookieNotice p a:hover {color:#fff;}

.cookieNoticeContent{position:relative; margin:auto; padding:15px 10px; max-width:980px; display:block;}

/*
	 Responsive web design
*/
 
 

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



img {
  /* Responsive images (asegurar que las imágenes no se escalan más allá de sus padres) */
  max-width: 100%;
  /* Parte 1: Establecer un máximo relativo a los padres */
  width: auto\9;
  /* IE7-8 necesita ayuda para ajustar las responsive images */
  height: auto;
  /* Part 2: Escala de la altura en función del ancho, de lo contrario se extiende */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}


/*----Website por defecto--*/
.row {
  margin-left: -20px;
  _margin-left:0px; /* solo en IE6*/
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 10px;
  /*margin-bottom:5px; añadido por mi*/
}



.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 950px;
}
.span11 {
  width: 870px;
}
.span10 {
  width: 790px;
}
.span9 {
  width: 710px;
}
.span8 {
  width: 630px;
}
.span7 {
  width: 550px;
}
.span6 {
  width: 470px;
}
.span5 {
  width: 370px;
}
.span4 {
  width: 310px;
}
.span3 {
  width: 230px;
}
.span2 {
  width: 150px;
}
.span1 {
  width: 70px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  /*-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;*/
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

.row-fluid .span3g {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
  margin-bottom:10px;
  margin-left:7px;
}

.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}


/*----Tablets apaisados y escritorio--*/
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -10px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 10px;
    /*margin-bottom:5px; añadido por mi*/
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 734px;
  }
  .span12 {
    width: 734px;
  }
  .span11 {
    width: 672px;
  }
  .span10 {
    width: 610px;
  }
  .span9 {
    width: 548px;
  }
  .span8 {
    width: 486px;
  }
  .span7 {
    width: 424px;
  }
  .span6 {
    width: 362px;
  }
  .span5 {
    width: 300px;
  }
  .span4 {
    width: 238px;
  }
  .span3 {
    width: 176px;
  }
  .span2 {
    width: 114px;
  }
  .span1 {
    width: 52px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265194%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  .row-fluid .span3g {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
	 margin-bottom:10px;
	 margin-left:7px;
}
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%;
  }
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
}



/*----Tabletas estrechas y por debajo--*/
@media (max-width: 767px) {
  /*body {
    padding-left: 10px;
    padding-right: 10px;
  }*/
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    padding:0 5px 0 5px; /*añadido por mi*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
  
  
  .separatopbot{margin:20px 0;}/*añadido por mi*/
  .separabot{margin-bottom:20px}/*añadido por mi*/
  .separatop{margin-top:20px}/*añadido por mi*/

  
}

/*----Smartphones--*/
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type=checkbox], input[type=radio] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
