@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: "12512";
    src: url(12512.ttf);
}

html {
  min-height: 100%;
  position: relative;
}

body {
	height:100%;
	width:100%;
	margin:0;
	margin-bottom: 50px;
	background:#eee url(imagenes/fondo.jpg) no-repeat 0 190px;
	background-size:cover;
}

header {
	width:100%;
}

.top {
	background: #941D00;
	height:3px;
}

#header {
	background:url(imagenes/header.jpg) no-repeat center;
	height:199px;
	
}

#logo {
	float:left;
	width:30%;
	margin-left:17%;
}

.logo {
    height: 181px;
    width: 438px;
    background: url(imagenes/logo.png) no-repeat;
    margin-top: 9px;
    margin-left: auto;
    margin-right: auto;
}


.transparencia {
	height:199px;
	float:right;
	width:36%;
	margin-right:0;
}

.transparencia p:first-of-type {
	margin-top: 17px;
}

.transparencia p {
	font-family: 'Open Sans', sans-serif;
	font-size:1.7em;
	font-weight:normal;
	color:#034082;
	text-shadow: 1px 1px 2px #fff;
	line-height:1.3em;
	text-align:center;
}

.transparencia a {
    font-family: 'Open Sans', sans-serif;
	font-size:0.8em;
	font-weight:normal;
	color:#034082;
	text-shadow: 1px 1px 2px #fff;
	line-height:1.5em;
	text-align:left;
}

.transparencia a:hover { 
	color:#075ca8;
}

.facebook {
	float:right;
	margin-right: 9px;
	margin-top: 9px;
}

q {
	quotes: "\201C" "\201D";
}

.paginas-amarillas font {
	font-family: 'Open Sans', sans-serif;
	font-size:1em;
	font-weight:normal;
	color:#777;
	line-height:33px;
	text-align: center;
}
.paginas-amarillas img {
	width: auto;
	height: 100%;
	max-height: 33px;
	vertical-align: middle;
}

.facebook1 {
	float:right;
	padding-right:20%;
}

.loguito {
	margin-left:-4px;
}

.leer_mas {
	text-align:right;
	color:#6fb9ea;
	font-family:Arial;
	font-size:12px;
}

.fondo_col {
	width:27%;
	float:right;
	display: table;
	height: auto;
}

.columna1 {
	font-family:Arial;
	display:table-row;
    font-size:22px;
	color:#FFF;
	background:#dbdbdb;
	width:100%;
	float:center;
	margin:0 auto;
}


.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}
/* 2 Column (right menu) settings */
.rightmenu {
	background:transparent;		/* right column background colour */
}
.rightmenu .colleft {			/* right column width */
	background:transparent;		/* left column background colour */
}
.rightmenu .col1 {
	width:100%;			/* left column content width (left column width minus left and right padding) */
				/* (right column width) plus (left column left padding) */
}
.rightmenu .col2 {
	width:0;			/* right column content width (right column width minus left and right padding) */
	left:0;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}


.loguitos {
	width:34px;
	height:34px;
	display: table-cell;
	padding-left:6px;
}

.loguitos1 {
	width:34px;
	height:34px;
	display: table-cell;
	padding-left:0;
}

.sociales {	
	margin-top: 30px;
	padding:5px;
}

.relleno {
	background:#dbdbdb;
	height:00px;
	overflow:hidden;
    position:relative;	
	
}

.informar_pago {
	background:url(imagenes/informar_pago.png) repeat-x;
	border:1px solid #fff;
	font-family:Century Gothic;
	font-size:0.7em;
	color:#fff;
	margin-top:30px;
	padding:0 10px;
	line-height:2.7em;
	height:42px;
	width:85%;
}

.no_soy_moroso {
	background:url(imagenes/no_soy_moroso.png) repeat-x;
	border:1px solid #fff;
	font-family:Century Gothic;
	font-size:0.7em;
	color:#fff;
	margin-top:30px;
	padding:0 10px;
	line-height:2.7em;
	height:42px;
	width:85%;
}

.video {
	width:85%;
	height:auto;
	margin-top:30px;
}

.derecha {
	width:85%;
	height:auto;
	margin-top:30px;
	margin-bottom:10px;
}

.galeria {
	width:100%;
	background:#ccc;
	position: relative;
	margin:0 auto 6px;
	height:222px;
}

.imagen_galeria {
	width:67%;
	height:222px;
	float:right;
	position:relative;
	z-index:0;
}

.fondo_texto {
	background:#464646 url(imagenes/transparencia_galeria.png) no-repeat right bottom;
	width:33%;
	height:222px;
	margin:0 auto;
	float:left;	
	position:absolute;
	z-index:0;
}

.sombra_galeria {
	width:3%;
	background:url(imagenes/sombra_galeria.png) no-repeat right top;
	position:absolute;
	height:222px;
	z-index:1;
	margin-left:33%;
}

p {
    font-family: 'Open Sans', sans-serif;
	font-size:1em;
	font-weight:normal;
	color:#777;
	line-height:1.5em;
	text-align:justify;
	margin:0 3% 1% 1.5%;
}

p a {
    font-family: 'Open Sans', sans-serif;
	font-size:1em;
	color:#777;
	line-height:1.3em;
	text-align:justify;
	text-decoration:none;
}

p a:hover {
	color:#ec8027;
	text-decoration:none;
}

h1 {
    font-family: 'Open Sans', sans-serif;
	text-shadow:2px 2px 2px #cecece;
	font-weight:800;
	font-size:1.8em;
	color:#0470b2;
	line-height:1em;
	text-align:center;
	letter-spacing:0.03em;
	margin: 13px auto 22px;
}

h2 {
    font-family: 'Open Sans', sans-serif;
	font-size:1.1em;
	color:#666;
	text-shadow:3px 3px 1px #eee;
	line-height:1.2em;
	text-align:left;
	margin:0 3% 1% 1.5%;
}

h3 {
    font-family: 'Open Sans', sans-serif;
	font-size:1.2em;
	color:#0493ba;
	text-shadow:3px 3px 1px #eee;
	line-height:1.3em;
	margin:0 3% 1% 1.5%;
	text-align:left;
}

h4 {
    font-family: 'Open Sans', sans-serif;
	font-size:1.1em;
	color:#034082;
	text-shadow:3px 3px 1px #eee;
	line-height:1.3em;
	text-align:center;
	margin:0 3% 1% 1.5%;
}

h5 {
    font-family: 'Open Sans', sans-serif;
	font-size:1em;
	font-weight:normal;
	color:#fff;
	line-height:1.1em;
	text-align:justify;
	margin:1.3% 3% 1% 1.5%;
	text-decoration:none;
	text-shadow:1px 1px 2px #000;
}

h5 a {
    font-family: 'Open Sans', sans-serif;
	font-size:1em;
	font-weight:normal;
	color:#fff;
	line-height:1.3em;
	text-align:justify;
	margin:1.3% 3% 1% -0.5%;
	text-decoration:none;
	text-shadow:1px 1px 2px #000;
}

h5 a:hover {
	color:#cecece;
}

h6 {
    font-family: 'Open Sans', sans-serif;
	font-size:1.1em;
	color:#333;
	text-shadow:3px 3px 1px #eee;
	line-height:1em;
	margin-left:3%;
	letter-spacing:-0.01em;
	text-align:center;
}

.azul {
	color:#638ab1;
	font-weight:bold;
}

slide {
	width:100%;
	float:left;
}

.section {
	border:1px solid #cecece;
	background:#fff;
	width:80%;
	float:left;
	margin:15px 10% 25px;
	height:auto;	
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;			/* width of whole page */
	overflow:hidden;
	-moz-box-shadow: 0px 0px 5px 1px rgba(96, 96, 96, 0.1);
	-webkit-box-shadow: 0px 0px 5px 1px rgba(96, 96, 96, 0.1);
	box-shadow: 0px 0px 5px 1px rgba(96, 96, 96, 0.1);
}

.contenido {
	width:65%;
	float:left;
	padding:0 10px;
	margin-bottom:13px;
}

/*


nav {
	display: inline;
	width: 100%;
}

nav ul {
	margin: -133px 8% 20px 0;
	padding: .7em;
	float: right;
	list-style: none;
}

nav li {
	float:left;
	margin-right:13px;
	background:#4280c2;
	border:1.3px solid #043559;
	-moz-box-shadow: 1px 1px 4px #333;
    -webkit-box-shadow: 1px 1px 4px #333;
    box-shadow: 1px 1px 4px #333;
	margin-right:13px;
	border-radius:33px;
}

.nav a {
	float:left;
	padding: .7em 0;
	text-decoration: none;
	color: #000;
	font-weight:bold;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	font: 0.9em Arial, Helvetica;
	text-align:center;
	letter-spacing: 1px;
	min-width:133px;
	height:22px;
}

.nav a:hover, nav a:focus {
	outline: 0;
	color:#043559;
	text-shadow: 1px 1px 2px #fff;
	background:#6fb3dd;
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

a.activo, nav a:active {
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,.2);
	background:url(imagenes/boton_over.png) no-repeat;
}

 
nav li:first-child a {
	border-left: 0;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;            
}

nav li:last-child a {
	border-right: 0;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;            
}



/*
#menu ul li ul {display: none;
}
#menu ul li a:hover ul, #menu ul li:hover ul {display: block;
position: absolute;
width: 500px;
margin-top:30px;
margin-left:-19%;
}
#menu ul li ul li a {width: 92px;
padding: 9px 0px 8px 0px;
font-size:0.8em;
}
#menu ul li ul li a:hover {
position: relative;
}

*/

.subnav a{
	background:none !important;
	width:180px;
	height:37px;
}

.subnav a:hover {
	color:#043559 !important;
	text-shadow: 1px 1px 2px #fff;
}

nav > ul > li{ /* will style only the top level li*/
	list-style: none;
	line-height: 1;
	margin: 1px;
	border-radius: 6px;
	position: relative;
}

nav li ul {
	position:absolute;
	list-style:none;
	text-align:left;
	width:225px;
	height:auto;
	margin-top:0;
	
		/* This is important for the show/hide CSS animation */
	max-height:0px;
	overflow:hidden;
	-webkit-transition:max-height 0.4s linear;
	-moz-transition:max-height 0.4s linear;
	transition:max-height 0.4s linear;
	z-index:3 !important;
}

nav li:hover ul {
	max-height:300px;
}

nav li ul li{
    border-bottom:1.3px solid #0B4B26;
	background:#009647;
	border-radius:0;
	opacity:0.9;
    margin:0;
}

nav li ul li a{
 padding:9px 25px !important;
 color:#fff;
 text-align:center !important;
 font-size:0.8em !important;
 text-decoration:none;
 padding-left:2em !important;
  line-height:1.4em;
}
	
	
nav li ul li:nth-child(odd){ /* zebra stripes */
}

nav li ul li:hover{
	text-shadow: 1px 1px 2px #fff;
	background:#7BAB4C;
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;

}

nav li ul li:first-child{
 border-radius:6px 6px 0 0;
 position:relative;
 margin-top:17px;
 border-top:2px solid #0B4B26;
}

nav li ul li:last-child{
 border-bottom:2px solid #0B4B26;
}


nav li ul li:first-child:before { /* the pointer tip*/
 content:'';
 position:absolute;
 width:1px;
 height:1px;
 border:5px solid transparent;
 opacity:0.8;
 border-bottom-color:#0B4B26;
 left:25%;
 top:-12px;
 margin-left:5%;
}

nav li ul li:last-child {
 border-bottom-left-radius:6px;
 border-bottom-right-radius:6px;
}





/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

nav {
	height: 40px;
	width: 99.93%;
	position: relative;
	background:#034082;
	border:1px solid #002d56;
	-moz-box-shadow: 1px 1px 4px #000;
    -webkit-box-shadow: 1px 1px 4px #000;
    box-shadow: 1px 1px 4px #000;
}

nav ul {
	padding: 0;
	margin: 0 auto;
	width: 795px;
	height: 40px;
}

nav li {
	display: inline;
	float: left;
	border-right:1px solid #002d56;
}

nav a {
	color: #cecece;
	display: inline-block;
	width: 100%;
	padding:0 33px;
	font-weight:bold;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	font-size: 1em;
	font-family: Arial Bold, Arial;
	text-shadow: 1px 1px 2px #000;
	letter-spacing:1px;
}

nav li a {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

nav li:first-child {
	border-left:1px solid #002d56;
}

nav li:last-child a {
	
}

nav li:hover {
	background:#0283a5;
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

nav a:hover {
	color:#fff;
	margin: -2px auto 2px;
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.activo a, nav a:active {
	color:#fff;
}

.activo, nav li:active {
	background:#0493ba;
}

nav a#pull {
	display: none;
}




a img {border:0}

 
ul.redondelito {
	padding-left: 6px;
	margin-left: 6px;
	list-style-type: none ;
}

ul li.redondelito {
	padding-left : 26px;
	background : url(imagenes/redondelito.png) 0em 0em no-repeat;
	margin-bottom : 0.5em;
	
    font-family: 'Open Sans', sans-serif;
	font-size:1em;
	font-weight:normal;
	color:#777;
	line-height:1.5em;
	text-align:justify;
	margin:0 3% 1% 1.5%;

}

.izq {
	float:left;
	margin-right:25px;
	margin-top:-8px;
}

.der {
	float:right;
	margin-left:25px;
	margin-right:2%;
	margin-top:-8px;
}

.sombra {
	-moz-box-shadow: 3px 3px 4px #999;
    -webkit-box-shadow: 3px 3px 4px #999;
    box-shadow: 3px 3px 4px #999;
	border:3px solid #fff;
	margin:0 0 13px;
	max-width:222px;
	height:auto;
}

.sombra1 {
	-moz-box-shadow: 3px 3px 4px #999;
    -webkit-box-shadow: 3px 3px 4px #999;
    box-shadow: 3px 3px 4px #999;
	border:3px solid #fff;
	margin-bottom:13px;
	margin-top:3px;
	max-width:277px;
	height:auto;
}

.sombra2 {
	-moz-box-shadow: 3px 3px 4px #999;
    -webkit-box-shadow: 3px 3px 4px #999;
    box-shadow: 3px 3px 4px #999;
	border:3px solid #fff;
	margin-bottom:13px;
	margin-top:-22px;
	max-width:133px;
	height:auto;
}

.sombra3 {
	-moz-box-shadow: 3px 3px 4px #999;
    -webkit-box-shadow: 3px 3px 4px #999;
    box-shadow: 3px 3px 4px #999;
	border:3px solid #fff;
	margin-bottom:13px;
	max-width:222px;
	height:auto;
}

.sombra4 {
	-moz-box-shadow: 3px 3px 4px #999;
    -webkit-box-shadow: 3px 3px 4px #999;
    box-shadow: 3px 3px 4px #999;
	border:3px solid #fff;
	margin-top:9px;
	margin-bottom:13px;
	max-width:322px;
	height:auto;
}

.gas {
	background:#29abe2 !important;
}

.agua {
	background:#0470b2 !important;
}

.electricidad {
	background:#034082 !important;
}

.aire {
	background:#002d56 !important;
}

.imagen_contacto img {
	margin-top: -22px;
	margin-bottom: -99px;
}

.formulario {
	width:48.5%;
	height:auto;
	float:right;
	margin-right:1%;
}

.form {
	background:#034082;
    height:auto;
	min-height:320px;
	-moz-box-shadow: 3px 3px 2px #eee;
    -webkit-box-shadow: 3px 3px 2px #eee;
    box-shadow: 3px 3px 2px #eee;
	border:5px solid #fff;	
	margin:7px;
	padding:0 20px 10px 13px;
}

/*
.form_texto {
	font-family:Verdana;
	color:#fff;
	background:#0470b2;
	font-size:12px;
	padding:5px;
	margin:3px 0;
	font-weight:bold;
	width:100%;
	border:1px solid #002d56;
}
*/

.form_texto {
	font-family:Verdana;
	color:#000;
	background:#fff;
	font-size:12px;
	padding:5px;
	margin:3px 0;
	font-weight:bold;
	width:100%;
	border:1px solid #cecece;
}

.formulario1 {
	width:98.7%;
	height:auto;
	margin-top:33px;
}

.form1 {
	background:#034082;
    height:auto;
	min-height:220px;
	-moz-box-shadow: 3px 3px 2px #eee;
    -webkit-box-shadow: 3px 3px 2px #eee;
    box-shadow: 3px 3px 2px #eee;
	border:5px solid #fff;	
	margin:7px;
	padding:0 20px 10px 13px;
}

.form_texto1 {
	float:left;
	font-family:Verdana;
	color:#fff;
	background:#0470b2;
	font-size:12px;
	padding:5px;
	margin:3px 0 3px 0.5%;
	font-weight:bold;
	width:48%;
	border:1px solid #002d56;
}

.form_texto2 {
	float:right;
	font-family:Verdana;
	color:#fff;
	background:#0470b2;
	font-size:12px;
	padding:5px;
	margin:3px 0;
	font-weight:bold;
	width:48%;
	border:1px solid #002d56;
}

.form_texto3 {
	font-family:Verdana;
	color:#fff;
	background:#0470b2;
	font-size:12px;
	padding:5px;
	margin:3px 0 0 0.5%;
	font-weight:bold;
	width:98.5%;
	border:1px solid #002d56;
}

.acceso_btn {
	background:#0470b2;
	width:90px;
	height:31px;
	color:#fff;
	font-family:Arial;
	font-size:11px;
	cursor:pointer;
	cursor:hand;
	border:1px solid #002d56;
}

.acceso_btn:hover {
	background:#29abe2;
	color:#000;
	font-style:italic;
}

.datos {
	width:48.5%;
	float:left;
	background:#0470b2;
	-moz-box-shadow: 3px 3px 2px #eee;
    -webkit-box-shadow: 3px 3px 2px #eee;
    box-shadow: 3px 3px 2px #eee;
	border:5px solid #fff;	
	margin-top:7px;
   height:auto;
  	min-height:330px;
}

.margen {
	margin-left:4%;
}



#promos {
	height:auto;
	padding:0 10% 0.8%;
	display:table;
	width:100%;
}

.promos {
	display: table-row;
}

#wrapper {
	width:100%;
	position:relative;
	margin:0 auto;
}

.stagewrap > :first-child {
	
}

.sec-wrapper {
	width: 100%;
	position: relative;
	margin:0 auto;
}

.sec {
    float: left;
	border: 1px solid #043559;
    width: 19.8%;
    height:auto;
    margin: 0 1.33% 0;
    clear: none;
    padding: 1%;
	display:table-cell;
	background:#EC8027;
	border-radius:13px;
	-moz-box-shadow: 3px 3px 6px #999;
    -webkit-box-shadow: 3px 3px 6px #999;
    box-shadow: 3px 3px 6px #999;
	min-height:150px;
}

.sec:first-child {
	margin-left:-8.6%;
}

.box {
	width:98%;
	height:auto;
	border:2px solid #fff;
	-moz-box-shadow: 3px 3px 5px #444;
    -webkit-box-shadow: 3px 3px 5px #444;
    box-shadow: 3px 3px 5px #444;
	max-height:139px;
}

.boxes, .boxes a {
	font-size:1em;
	color:#fff;
	line-height:1.1em;
	text-align:center;
	letter-spacing:0.13em;
	font-weight:bold;
    font-family: '12512', sans-serif;
	padding-top:13px;
	margin-bottom:5px;
	text-shadow:#000 1px 1px 3px;
	text-decoration:none;
}

.boxes a:hover {
	color:#000;
	text-shadow:#fff 1px 1px 3px;
}

.boxes1 {
	background:#989182;		
	background: -moz-linear-gradient(#989182, #a8a08f);
	background: -webkit-gradient(linear, left top, right bottom, from(#989182), to(#a8a08f));
	background: -webkit-linear-gradient(#989182, #a8a08f);
	background: -o-linear-gradient(#989182, #a8a08f);
	background: -ms-linear-gradient(#989182, #a8a08f);
	background: linear-gradient(#989182, #a8a08f);
/*para Firefox*/
	-moz-border-radius: 6px 6px 6px 6px;
/*para Safari y Chrome*/
	-webkit-border-radius: 6px 6px 6px 6px;
/*para IE */
	behavior:url(border.htc);
/* para Opera */
	border-radius: 6px 6px 6px 6px;
	border:1px solid #000;
	color:#fff;
	text-align:center;
	font-family: Arial;
	line-height:1.4em;
	font-size:11px;
	height:97px;
	padding:10px;
	text-shadow:#333 1px 1px 3px;
}


.sec-wrapper > :last-child {
	margin-right:0 !important;
}

.disegnosis {
	height:25px;
	/*border-top:1px solid #002116;
	background:#0B4B26; */
	padding-top:3px;
	margin-top:20px;
}

#footer {
	position: absolute;
  	bottom: 0;
  	width: 100%;
  	height: 50px;
	
/*	border-top:2px solid #0B4B26;
	background:#009647; */
    clear:both;
    padding:6px 0 0;
	line-height:1.6em;
	text-align:center;
    font-family: "Arial Bold", Arial;
	font-weight:normal;
    color: #666;
    font-size:1em;
	text-shadow:1px 1px 2px #fff;
}


#footer a {
	color: #666;
	text-decoration:none;
	text-shadow:#fff 1px 1px 2px;
}

#footer a:hover { 
	color:#034082;
}

#footer1 {
    font-family: "Arial Bold", Arial;
    width:100%;
    text-align:center;
	font-weight:normal;
    color: #fff;
    font-size:1.3em;
	text-shadow:1px 1px 2px #000;
    clear:both;
    padding:6px 0 0;
	line-height:1em;
}

@media screen and (max-width: 2000px) {

.form_texto1 {
	width:48.5%;
}

.form_texto2 {
	width:48.5%;
}

}

@media screen and (max-width: 1600px) {

.section {
	width:76%;
	margin:15px 12% 25px;
}
	
.smart {
	margin-left:6%;
}

.margen1 {
	margin-top:66px;
}

.margen2 {
	margin-top:25px;
}

}

@media screen and (max-width: 1400px) {

.section {
	width:88.5%;
	margin:15px 3% 25px 5.7%;
}
	
.smart {
	margin-left:3%;
}

.box {
	max-height:122px;
	margin-bottom:9px;
}

.sec {
	min-height:177px;
}

.margen1 {
	margin-top:53px;
}

.form_texto1 {
	width:48.2%;
}

.form_texto2 {
	width:48.2%;
}

}

@media screen and (max-width: 1282px) {

.section {
	width:92.3%;
	margin:15px 3.7% 25px;
}
	
h5 {
	font-size:0.9em;
}

.form_texto1 {
	width:48%;
}

.form_texto2 {
	width:48%;
}

.smart {
	margin-left:3%;
}

.boxes, .boxes a {
	font-size:14px;
	line-height:1.2em;
}

.box {
}

.sec {
	min-height:182px;
}

h3, h3 a {
	font-size:1.1em;
	line-height:1.4em;
}

.margen1 {
	margin-top:43px;
}

}
@media screen and (max-width: 1100px) {

.section {
	width:90%;
	margin:15px 4.8% 25px;
}

.form_texto1 {
	width:47.8%;
}

.form_texto2 {
	width:47.8%;
}

.smart {
	margin-left:1%;
}

.boxes, .boxes a {
	font-size:0.85em;
	letter-spacing:0.15em;
	line-height:1em;
}

.box {
	max-height:88px;
}


h3, h3 a {
	font-size:1.1em;
	line-height:1.3em;
}

.sec {
	min-height:133px;
}

/*
.sec {
	height:99px;
	width:46%;
	margin-bottom:33px;
}
		
.sec:nth-child(odd)  {
	margin-left:-10%;
}
*/



#logo {
	margin-left:5%;
}

.margen1 {
	margin-top:38px;
}

}


/*Styles for screen 600px and lower*/
@media screen and (max-width: 999px) {

.disegnosis {
	margin-top: 33px;
}

.formulario {
	width:48.2%;
	margin-right:0;
	margin-left:2%;
}

.form_texto1 {
	float:left;
	width:98.5%;
}

.form_texto2 {
	float:left;
	width:98.5%;
	margin:3px 0 3px 0.5%;
}

#logo {
	margin-left:0;
}

.transparencia {
	margin-right:0;
}

.sombra1 {
	max-width: 177px;
	margin-left: 13px;
}

.sombra2 {
	margin-left: 13px;
}
.formulario {
	width:100%;
}

.datos {
	width:96%;
	margin-left:1%;
}
	
.smart {
	float:right;
	margin-right:3%;
}



nav { 
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}

  	nav li {
  		width: 100%;
  		float: left;
		margin:0;
  		position: relative;
		border-right:none;
		border-bottom:1px solid #002d56;
  	}
	
  	nav li a {
	}
  	nav a {
	  	text-align: center;
	  	width: 100%;
  	}

	
.boxes {
	font-size:16px;
	line-height:1.3em;
	margin-top:9px;
}

.box {
	max-height:147px;
}

/*
	
	.sec:nth-child(odd)  {
		margin-left:0;
	}
	
	.sec {
		float: left;
		border: 0px solid #f7f6f6;
		width: 88%;
		height:100px;
		min-height:399px;
		text-align: center;
		font-weight: 300;
		line-height: 1em;
		margin: 20px 0 0 0;
		clear: both;
		font-family: lato;
		padding: 4%;
		}
		
		.sec:first-child {
			margin-left:0;
		}
	
	*/
	
.stagewrap {
	background:0;
}

.stagewrap > :first-child {
}


header > :first-child {
}

.sec-wrapper {
	margin-top:240px;
}

#stagewrap {
	width: 98%;
	position: relative;
	margin: 0 auto;
	left: 0;
}

.contenido {
	width:100%;
	float:center;
}

.fondo_col {
	width:100%;
	float:right;
}

.columna1 {
	font-family:Arial;
    font-size:22px;
	color:#545454;
	background:#fff;
	width:50%;
	margin:10px auto;
	float:center;
	height:auto;
}

.section {
	margin-top:15px;
}

.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}
/* 2 Column (right menu) settings */
.rightmenu {
	background:transparent;	/* right column background colour */
}
.rightmenu .colleft {
		/* right column width */
	background:transparent;		/* left column background colour */
	margin-top:0;
}
.rightmenu .col1 {
	width:100%;
	/* left column content width (left column width minus left and right padding) */			/* (right column width) plus (left column left padding) */
}
.rightmenu .col2 {
	width:98%;			/* right column content width (right column width minus left and right padding) */
	left:0;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}


#promos {
	height:199px;
	padding:0 1% 7% 3%;
}

.galeria {
	border:1px solid #c4cad1;
	width:78.5%;
	height:auto;
	background:#FFF;
	-moz-box-shadow: 3px 3px 6px #999;
    -webkit-box-shadow: 3px 3px 6px #999;
    box-shadow: 3px 3px 6px #999;
	position: relative;
	margin:200px auto 20px;
	padding-left:10px;
}

.box {
}

.sec {
    float: left;
	border: 0px solid #f7f6f6;
    width: 40%;
    height:100px;
	min-height:188px;
    text-align: center;
    font-weight: 300;
    line-height: 1em;
    margin: 20px 0 0 20%;
    clear: both;
    font-family: lato;
    padding: 4%;
	}
	
	.sec:first-child {
		margin-left:20%;
	}


h3, h3 a {
	font-size:1.2em;
	line-height:1.4em;
}


}


@media screen and (max-width: 805px) {

#header {
	background:url(imagenes/header1.jpg) no-repeat center;
	height:347px;
	
}

#logo {
	float:left;
	width:100%;
	margin-left:0%;
	margin-top: 143px;
}

.transparencia {
	height:199px;
	width:100%;
	margin-right:0;
	padding-left: 32%;
	margin-top: -336px;
}
	
.margen1 {
	margin-top:13px;
}
	
.arriba {
	position:absolute;
}

nav ul {
	height:204px;
}

.section {
	margin-top:33px;
}

}

@media only screen and (max-width : 645px) {

.transparencia {
	padding-left: 25%;
}

.sombra2 {
	margin-top: 13px;
}

.smart {
background:none;
	margin-top:0;
	height:0;
}

	nav {
	height: auto;
	}
	
	
	
.section {
	margin-top:66px;
}

.box {
}



}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	
.smart {
	background:none;
	margin-top:0;
	height:0;
}
	
.section {
	margin-top:33px;
}

.sec {
    float: left;
	border: 0px solid #f7f6f6;
    width: 86%;
    height:100px;
	min-height:166px;
    text-align: center;
    font-weight: 300;
    line-height: 1em;
    margin: 20px 0 0 0;
    clear: both;
    font-family: lato;
    padding: 4%;
	}
	
	.sec:first-child {
		margin-left:0;
	}
	
	.sec:nth-child(odd)  {
	margin-left:0;
}

.transparencia {
	padding-left: 20%;
}

.sombra1, .sombra2, .sombra {
	display: none;
}
	
}

/*Smartphone*/
@media only screen and (max-width : 437px) {

.transparencia {
	padding-left: 5%;
	margin-top: -277px;
}
	
.logo {
	height:124px;
	width:300px;
	background:url(imagenes/logo-peq.png) no-repeat;
	margin-top: 9px;
}
	
.smart {
	background:none;
	margin-top:0;
	height:0;
}

.sec {
	min-height:213px;
}

.facebook {
	padding-right:1%;
}

#footer {
    font-size:1.1em;
}

}

@media only screen and (max-width : 350px) {

.transparencia {
	padding-left: 1%;
}

}

.btn-wsp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 25px;
    right: 25px;
    background: #25d366;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    z-index: 100;
    transition: all 300ms ease;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none; /* Eliminar subrayado */
}

.btn-wsp:hover {
    background: #20ba5a;
}

/* Estilos para el modal */
.modal {
    display: none; /* Por defecto oculto */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    padding-top: 10px;
}

.modal-content {
    background-color: #fefefe;
    margin-top: 5%;
    margin-right: 5%;
    margin-bottom: 100px;
    margin-left: 5%;

    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.small-text {
    font-size: 12px; /* Tamaño de fuente más pequeño */
}

/* Estilo del contenedor */
.contenido {
  display: flex; /* Usamos Flexbox para alinear elementos */
  justify-content: center; /* Centra el contenido horizontalmente */
  align-items: center; /* Opcional: centra el contenido verticalmente si el contenedor tiene altura */
  height: 100%; /* Asegúrate de que el contenedor tenga suficiente altura para centrar verticalmente */
}

/* Definición de variables CSS (opcional) */
:root {
  --primary-color: rgb(25, 123, 255);
  --primary-color-dark: rgb(15, 95, 195);
  --text-color: rgb(255, 255, 255);
  --border-color: rgba(255, 255, 255, 0.1);
  --font-family: 'Open Sans', sans-serif;
  --font-size: 15px;
  --font-weight: bold;
  --padding-vertical: 8px;
  --padding-horizontal: 21px;
  --border-radius: 4px;
}

/* Estilo del contenedor usando Flexbox */
.button-container {
  display: flex;
  justify-content: center; /* Centra el contenido horizontalmente */
}

<!DOCTYPE html>
<html lang="es">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Botón de Opiniones</title>
  <style>
    /* Definición de variables CSS (opcional) */
    :root {
      --primary-color: rgb(25, 123, 255);
      --primary-color-dark: rgb(15, 95, 195);
      --text-color: rgb(255, 255, 255);
      --border-color: rgba(255, 255, 255, 0.1);
      --font-family: 'Open Sans', sans-serif;
      --font-size: 15px;
      --font-weight: bold;
      --padding-vertical: 8px;
      --padding-horizontal: 21px;
      --border-radius: 4px;
    }

    /* Estilo del contenedor usando Flexbox */
    .button-container {
      display: flex;
      justify-content: center; /* Centra el contenido horizontalmente */
      margin-top: 20px; /* Añade un margen para asegurarte de que el botón no esté oculto */
    }

    /* Asegúrate de que el primer bloque también esté centrado */
    section {
      text-align: center; /* Centra el contenido en línea dentro del contenedor */
    }

    /* Estilo del botón */
    .btn-opiniones {
      display: inline-block;
      font-family: var(--font-family);
      font-weight: var(--font-weight);
      font-size: var(--font-size);
      color: var(--text-color);
      line-height: 1.32;
      text-align: center;
      letter-spacing: 0.03em;
      padding: var(--padding-vertical) var(--padding-horizontal);
      border-radius: var(--border-radius);
      background-color: var(--primary-color);
      border: 2px solid var(--border-color);
      text-decoration: none;
      box-sizing: border-box;
      transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    }

    /* Estilo opcional para el hover del botón */
    .btn-opiniones:hover {
      background-color: var(--primary-color-dark);
      color: var(--text-color);
      border-color: var(--text-color);
    }

    /* Estilo opcional para el foco (accesibilidad) */
    .btn-opiniones:focus {
      outline: 2px solid var(--primary-color-dark);
      outline-offset: 2px;
    }
  </style>
</head>
<body>
  <section>
    <a href="#" class="btn-opiniones">Ver Opiniones en Línea</a>
  </section>

  <section class="button-container">
    <a href="#" class="btn-opiniones">Ver Opiniones en Línea</a>
  </section>
</body>
</html>

