@charset "utf-8";
@import url("webfonts/Oswald_Regular/stylesheet.css");
@import url("webfonts/Oxygen_Regular/stylesheet.css");

/* Medios fluidos sencillos
   Nota: Los medios fluidos exigen la eliminación de los atributos de altura y anchura de los medios del código HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	text-align: center;
}
/* IE 6 no admite max-width (anchura máxima), por lo que usa de manera predeterminada una anchura del 100% */
.ie6 img {
	width:100%;
}

/*
	Propiedades de cuadrícula fluida de Dreamweaver
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	
*/

/* Diseño móvil: 480 px e inferior. */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: normal;
  line-height: 16px;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  line-height: 20px;
}

h1 {
  font-size: 18.5px;
}

h2 {
  font-size: 16.5px;
}

h3 {
  font-size: 14.5px;
}

h4 {
	font-size: 13.5px;
	color: #F16423;
}

h5 {
  font-size: 10px;
}

h6 {
  font-size: 8.9px;
}



titulo1{ font-family: "Oswald Regular";
font-size: 18.5px;
color:#1d4c82}

p{font-family:"Oxygen Regular";
font-size:12px;
line-height:1.5;
}
body{
	background-image: url(imagenes/fondopach.png);
	background-repeat:no-repeat;
	background-position:top left;
	background-size:70%;}
	
.lista-clientes{
	list-style: disc;
	line-height:2;
	background-color:#EDEEEF;
	border-style:solid;
	border: solid;
	border-bottom-width:medium;
	border-bottom-color:#FFF;
	border-color:#FFF;
	text-align:left;}

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
.center {
     margin-left: auto;
     margin-right: auto;
     width: 100%;
      }
.article {
  float: left;
  margin: 5px;
  padding: 5px;
  width: 80%;
  height: auto;
  border: 1px solid black;
} 
.articleR {
  float: right;
  margin: 5px;
  padding:10px;
  width: 80%;
  height: auto;
  border: 1px solid black;}

.tituloresaltado{width:100%;
padding:10px;
text-align:center;


}

#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#social {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}
.social {
	margin-left: 0;
	position: fixed;
	top: 100px;
	z-index: 2000;
	padding-left: 0;
	}

.social ul {
		list-style: none;
		margin-left:0px!important;
		}

	.social ul li a {
		display: inline-block;
		color:#fff;
		background: #090;
		padding: 10px 8px;
		text-decoration: none;
		-webkit-transition:all 500ms ease;
		-o-transition:all 500ms ease;
		transition:all 500ms ease; /* Establecemos una transición a todas las propiedades */
	}

	.social ul li .icon-facebook {background: #333; width:10px;}
	.social ul li .icon-twitter {background: #333; width:10px;}
	.social ul li .icon-google-plus {background: #333; width:10px;}
	.social ul li .icon-pinterest {background: #333; width:10px;}
	.social ul li .icon-envelope {background: #333;width:10px;}
	.social ul li .icon-instagram {background: #333; width:10px;}
	.social ul li .icon-linkedin2 {background: #333; width:10px;}

	.social ul li a:hover {
		background: #090;
		padding: 10px 20px;
	}

	#ParrafoPrincipal {
	padding-top:5px;
	padding-bottom:5px;
	width: 90%;
	display: block;
	font-family: "Oxygen Regular";
	font-size: 12px;
	color: #333;
	text-align: justify;
	line-height: 1.5;
	}

	#botones {
		clear: both;
		text-align:center;
		float: right;
		margin-left: 0;
		width: 100%;
		display: block;
		}

	#Logo {
	clear: both;
	float: none;
	width: 100%;
	text-align:center;
	}
.img-rounded {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
.img-middle {
    vertical-align: middle;
}
	
		/* columnas fluidas */	


/* boton de columnas fluidas */
.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
   vertical-align: middle;
    background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn2 {
	font-family: "Oxygen Regular";
	font-size: 16px;
	display: inline-block;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	background-color: #f5f5f5;
  *background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
  *border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #030;
	}
/*============================ FOOT ============================*/

#piedepagina {
	width: 100%;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: lighter;
	color: #FFF;
	background-color: #1d4c82;
	text-align: center;
	padding: 4px;
	}
	#footer {
	clear: both;
	float: left;
	width: 100%;
	padding: 10px;
	margin: 0 5px 5px 5px;
	background-color: #1d4c82;
	color: #fff;
	font-weight: ligh;
	font-size: 0.9em;
}
#footer a {
	color: #fff !important;
}
#footer a:hover {
	text-decoration: none;
}
#Prod {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#gracias {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Redes {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
/* Diseño tableta: de 481 px a 768 px. Hereda estilos de: Diseño móvil. */

@media only screen and (min-width: 481px) {
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: normal;
  line-height: 16px;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  line-height: 20px;
}

h1 {
  font-size: 18.5px;
}

h2 {
  font-size: 16.5px;
}

h3 {
  font-size: 14.5px;
}

h4 {
	font-size: 13.5px;
	color: #F16423;
}

h5 {
  font-size: 10px;
}

h6 {
  font-size: 8.9px;
}

	
titulo1{ font-family: "Oswald Regular";
font-size: 20px;
color:#1d4c82}

p{font-family:"Oxygen Regular";
font-size:14px;
line-height:1.5;
}

body{
	background-image: url(imagenes/fondopach.png);
	background-repeat:no-repeat;
	background-position:top left;
	background-size:70%;}
	
.lista-clientes{
	list-style: disc;
	line-height:2;
	background-color:#EDEEEF;
	border-style:solid;
	border: solid;
	border-bottom-width:medium;
	border-bottom-color:#FFF;
	border-color:#FFF;
	text-align:left;}
	
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
.center {
     margin-left: auto;
     margin-right: auto;
     width: 90%;
      }

	  
.article {
  float: left;
  margin: 5px;
  padding: 5px;
  width: 300px;
  height: 300px;
  border: 1px solid black;}
  
  .articleR {
  float: right;
  margin: 5px;
  padding:10px;
  width: 300px;
  height: 300px;
  border: 1px solid black;
} 
.tituloresaltado{width:100%;
padding:12px;
text-align:center;
}

#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.social {
	margin-left: 0;
	position: fixed;
	top: 200px;
	z-index: 2000;
	padding-left: 0;
	}

.social ul {
		list-style: none;
		}

	.social ul li a {
		display: inline-block;
		color:#fff;
		background: #090;
		padding: 10px 15px;
		text-decoration: none;
		-webkit-transition:all 500ms ease;
		-o-transition:all 500ms ease;
		transition:all 500ms ease; /* Establecemos una transición a todas las propiedades */
	}

	.social ul li .icon-facebook {background: #333; width:12px;}
	.social ul li .icon-twitter {background: #333; width:12px;}
	.social ul li .icon-google-plus {background: #333; width:12px;}
	.social ul li .icon-pinterest {background: #333; width:12px;}
	.social ul li .icon-envelope {background: #333;width:12px;}
	.social ul li .icon-instagram {background: #333; width:12px;}
	.social ul li .icon-linkedin2 {background: #333; width:12px;}

	.social ul li a:hover {
		background: #090;
		padding: 10px 30px;
	}

	#ParrafoPrincipal {
	width: 80%;
	display: block;
	font-family: "Oxygen Regular";
	font-size: 14px;
	color: #333;
	text-align: justify;
	line-height: 1.5;
	padding-top: 8px;
	padding-bottom: 8px;
	
	}

	#botones {
		clear: both;
		text-align:center;
		float: right;
		margin-left: 0;
		width: 100%;
		display: block;
	}

	#Logo {
	clear: both;
	float: none;
	width: 100%;
	text-align:center;
	}
	.img-rounded {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
	.img-middle {
    vertical-align: middle;
}
	/* columnas fluidas */	
.row-fluid {
	width: 100%;
  *zoom: 1;
}
.row-fluid-center {
	text-align:center;
	vertical-align:middle;
  	width: 100%;
  	*zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

#Prod {
  clear: both;
  float: left;
  margin-left: 0;
  width: 100%;
  display: block;
}

#gracias {
  clear: both;
  float: left;
  margin-left: 0;
  width: 100%;
  display: block;
}

#Redes {
  clear: both;
  float: left;
  margin-left: 0;
  width: 100%;
  display: block;
}

.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
  }
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
/* boton de columnas fluidas */
.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn2 {
	font-family: "Oxygen Regular";
	font-size: 16px;
	display: inline-block;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	background-color: #f5f5f5;
  *background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
  *border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #030;
	}


/*============================ FOOT ============================*/

#piedepagina {
	width: 100%;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: lighter;
	color: #FFF;
	background-color: #1d4c82;
	text-align: center;
	padding: 4px;
	}
#footer {
	clear: both;
	float: left;
	width: 100%;
	padding: 10px;
	margin: 0 5px 5px 5px;
	background-color: #1d4c82;
	color: #fff;
	font-weight: ligh;
	font-size: 0.9em;
}
#footer a {
	color: #fff !important;
}
#footer a:hover {
	text-decoration: none;
}
#Prod {
	width: 40%;
	display: block;
	text-align: left;
}
#gracias {
	width: 45%;
	display: flex;
	text-align: center;
}
#Redes {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

}

/* Diseño escritorio: de 769 px hasta un máximo de 1232 px.  Hereda estilos de: Diseño móvil y Diseño tableta. */

@media only screen and (min-width: 769px) {
	h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: normal;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  line-height: 40px;
}

h1 {
  font-size: 32.5px;
}

h2 {
  font-size: 28.5px;
}

h3 {
  font-size: 22.5px;
}

h4 {
	font-size: 15.5px;
	color: #F16423;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 11.9px;
}

h1 small {
  font-size: 24.5px;
}

h2 small {
  font-size: 17.5px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 14px;
}
	titulo1{
	font-family: "Oswald Regular";
	font-size: 32px;
	color: #1d4c82;
	vertical-align: middle;
}
p{font-family:"Oxygen Regular";
font-size:16px;
line-height:1.5;
}

body{background-image: url(imagenes/fondopach.png);
	background-repeat:no-repeat;
	background-position:top left;
	background-size:auto;}
.lista-clientes{
	list-style: disc;
	line-height:2;
	background-color:#EDEEEF;
	border-style:solid;
	border: solid;
	border-bottom-width:medium;
	border-bottom-color:#FFF;
	border-color:#FFF;
	text-align:left;}	
	
.gridContainer {
	width: 90%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
.center {
     margin-left: auto;
     margin-right: auto;
     width: 70%;
      }
	  
.article {
  float: left;
  margin: 5px;
  padding: 10px;
  width: 300px;
  height: 300px;
  border: 1px solid black;
} 
.articleR {
  float: right;
  margin: 5px;
  padding:10px;
  width: 300px;
  height: 300px;
  border: 1px solid black;
} 
.tituloresaltado{width:100%;
padding: 16px;
text-align:center;


}

#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.social {
	margin-left: -10;
	position: fixed;
	top: 200px;
	z-index: 2000;
	padding-left: 0;
	left: 0;
	}

.social ul {
		list-style: none;
		}

	.social ul li a {
		display: inline-block;
		color:#fff;
		background: #090;
		padding: 10px 16px;
		text-decoration: none;
		-webkit-transition:all 500ms ease;
		-o-transition:all 500ms ease;
		transition:all 500ms ease; /* Establecemos una transición a todas las propiedades */
	}

	.social ul li .icon-facebook {background: #333;}
	.social ul li .icon-twitter {background: #333; }
	.social ul li .icon-google-plus {background: #333;}
	.social ul li .icon-pinterest {background: #333;}
	.social ul li .icon-envelope {background: #333;}
	.social ul li .icon-instagram {background: #333;}
	.social ul li .icon-linkedin2 {background: #333;}

	.social ul li a:hover {
		background: #090;
		padding: 10px 30px;
	}

	#ParrafoPrincipal {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 80%;
	display: block;
	font-family: "Oxygen Regular";
	font-size: 16px;
	color: #333;
	text-align: justify;
	line-height: 1.5;
	}

	#botones {
	clear: both;
	text-align:center;
	float: right;
	margin-left: 0;
	width: 100%;
	display: block;
	}

	#Logo {
	clear: both;
	float: none;
	width: 100%;
	text-align:center;
	}
.img-rounded {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
.img-middle {
    vertical-align: middle;
}
/* columnas fluidas */	
	.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid-center {
	text-align:center;
	vertical-align:middle;
  	width: 100%;
  	*zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row-fluid .span4 {
	width: 31.914893617021278%;




  *width: 31.861702127659576%;
}
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
/* boton de columnas fluidas */
.btn {
  display: inline-block;
  padding: 4px;
  text-align: center;
  vertical-align: middle;
   background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn2 {
	font-family: "Oxygen Regular";
	font-size: 16px;
	display: inline-block;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	background-color: #f5f5f5;
  *background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
  *border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #030;
	}


/*============================ FOOT ============================*/
#piedepagina {
	width: 100%;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: lighter;
	color: #FFF;
	background-color: #1d4c82;
	text-align: center;
	padding: 10px;
	}
#footer {
	font-family: "Oswald Regular";
	text-align:center;
	width: 100%;
	padding: 10px;
	background-color: ;
	color: #fff;
	font-size: 10px;
}
#footer a {
	color: #fff !important;
}
#footer a:hover {
	text-decoration: none;
}
}
