*{
    margin:0;
    padding:0;
}
body{
    background:#fff;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 34px;
    letter-spacing:-1px;
}
.top
{
    width: 100%;
    height: 120px;
    float: left;
    background-color: #fff;
    border-bottom: 5px solid #292929;
    box-shadow: 3px 3px 10px #292929;
    position: fixed;
    top: 0;
    z-index: 2;    
}
.centrado_web
{
    width: 100%;
    height: 100%;
    margin: 0px auto;
}

.margin-bottom-10px
{
    margin-bottom: 10px !important;
}

.centrado_section_a
{
    width: 100%;
    height: 900px;
    float: left;
	background-image: url(../images/fondo.jpg);
}

.centrado_section_b
{
    width: 100%;
    height: 800px;
    float: left;
    background:#fff url(../images/seccion-2.jpg)
}

#section2
{
    width: 100%;
    float: left;
    height: 800px;
}

.centrado_section_c
{
    width: 100%;
    height: 900px;
    float: left;
    background:#fff url(../images/seccion-3.png)
}

#section3
{
    width: 100%;
    float: left;
    height: 900px;
}

.centrado_section_d
{
    width: 100%;
    height: 1200px;
    float: left;
    background:#fff url(../images/seccion-2.jpg);
}

.centrado_section_e
{
    width: 100%;
    height: 600px;
    float: left;
    background:#fff url(../images/section_e.jpg);
}

.centrado_section_f
{
    width: 100%;
    height: 650px;
    float: left;
    background:#fff url(../images/section_f.jpg);
}

#section4
{
    width: 100%;
    float: left;
    height: 600px;
}

.centrado_top
{
    width: 960px;
    height: 120px;
    margin: 0px auto;
}
.logo
{
    width: 300px;
    float: left;
    height: 80px;
    background-image:url(../images/logo.png);
    background-repeat: no-repeat;
}
.menu
{
    width: 620px;
    height: 30px;
    float: right;
    font-size: 13px;
}
.bton_fijo
{
    font-size: 16px;
    color: #929492;
}

.bton
{
    font-size: 15px;
    color: #f67b0e;
}

.bton:hover
{
    font-size: 15px;
    color: #1b75bc;
}

.content
{
    width: 100%;
    /*height: 600px;*/
    height: 700px;
    float: left;
    margin-top: 120px;
   /* background-image:url(../images/mineros.jpg);*/

}

.contenido
{
    width: 960px;
    height: 600px;
    margin: 0px auto;
    margin-top: 25px;
    box-shadow: 0px 0 10px #1b1c1c;
    -webkit-box-shadow: 0px 0 10px #1b1c1c;
    -moz-box-shadow: 0px 0 10px #1b1c1c;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: -moz-linear-gradient(top, rgba(219,217,217,0.85) 0%, rgba(219,217,217,0.85) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,217,217,0.85)), color-stop(100%,rgba(219,217,217,0.85))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(219,217,217,0.85) 0%,rgba(219,217,217,0.85) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(219,217,217,0.85) 0%,rgba(219,217,217,0.85) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(219,217,217,0.85) 0%,rgba(219,217,217,0.85) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(219,217,217,0.85) 0%,rgba(219,217,217,0.85) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6028ec3', endColorstr='#a6028ec3',GradientType=0 ); /* IE6-8 */

}


.titulos
{
	width:940px;
	float:left;
	margin-left:20px;
	margin-top:20px;
	font-size:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#1B75BC;
	background-repeat:no-repeat;
/*	height:35px;*/
    
}

.efecto_rotacion
{
    width: auto;
    height: auto;
    z-index: 1;

}

.texto
{
	width:920px;
	float:left;
	text-align:justify;
	height:auto;
	font-size:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:20px;
	margin-top:10px;
    color: #000;
    margin-bottom: 10px;
}

.texto_b
{
	width:920px;
	float:left;
	text-align:justify;
	height:auto;
	font-size:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:20px;
	margin-top:10px;
    color: #000;
    margin-bottom: 10px;
}

.subtitulo
{
    color: #f67b0e;
    width: 940px;
    float: left;
    font-size: 16px;
    font-weight: bold;
}

.cuadro_izq
{
	width:450px;
	height:170px;
	float:left;
	background-image:url(../images/cuadro_izq.png);
}

.cuadro_izq:hover
{
	background-position: 0 -180px;
	background-image:url(../images/cuadro_izq.png);
}

.cuadro_der
{
	width:450px;
	height:170px;
	float:right;
	background-image:url(../images/cuadro_der.png);
}

.cuadro_der:hover
{
	background-position: 0 -180px;
	background-image:url(../images/cuadro_der.png);
}


/*  ################################   css para servicios #################################### */

.content_serv
{
    width: 100%;
    /*height: 600px;*/
    height: 900px;
    float: left;
    margin-top: 120px;
   /* background-image:url(../images/mineros.jpg);*/

}

.contenido_serv
{
    width: 960px;
    height: 450px;
    margin: 0px auto;
    margin-top: 25px;
    box-shadow: 0px 0 10px #1b1c1c;
    -webkit-box-shadow: 0px 0 10px #1b1c1c;
    -moz-box-shadow: 0px 0 10px #1b1c1c;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: -moz-linear-gradient(top, rgba(219,217,217,0.85) 0%, rgba(219,217,217,0.85) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,217,217,0.85)), color-stop(100%,rgba(219,217,217,0.85))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(219,217,217,0.85) 0%,rgba(219,217,217,0.85) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(219,217,217,0.85) 0%,rgba(219,217,217,0.85) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(219,217,217,0.85) 0%,rgba(219,217,217,0.85) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(219,217,217,0.85) 0%,rgba(219,217,217,0.85) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6028ec3', endColorstr='#a6028ec3',GradientType=0 ); /* IE6-8 */

}

.contcuadro
{
	width:940px;
	float:left;
	margin-left:10px;
	height:260px;
	margin-top:20px;
    font-size: 14px;
}

.textoplanes
{
	width:920px;
	float:left;
	text-align:justify;
	height:40px;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:20px;
	margin-top:20px;
}


.cuadro_izq_prom
{
	width:450px;
	height:210px;
	float:left;
	background-image:url(../images/plan_basico.png);
	background-repeat:no-repeat;
	border:none;
    margin-left: 12px;
}

.cuadro_izq_prom:hover
{

	background-image:url(../images/plan_basico.png);
	background-position: 0 -210px;
	
}


.cuadro_der_prom
{
	width:450px;
	height:210px;
	float:right;
	background-image:url(../images/plan_autoadmin.png);
	background-repeat:no-repeat;
	border:none;

}

.cuadro_der_prom:hover
{

	background-image:url(../images/plan_autoadmin.png);
	background-position: 0 -210px;
	
}
/*  ################################   css para portafolios #################################### */

.content_port
{
    width: 100%;
    /*height: 600px;*/
    height: 850px;
    float: left;
    margin-top: 120px;
   /* background-image:url(../images/mineros.jpg);*/

}

.contenido_port
{
    width: 960px;
    height: 700px;
    margin: 0px auto;
    margin-top: 25px;
    box-shadow: 0px 0 10px #1b1c1c;
    -webkit-box-shadow: 0px 0 10px #1b1c1c;
    -moz-box-shadow: 0px 0 10px #1b1c1c;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: -moz-linear-gradient(top, rgba(219,217,217,0.85) 0%, rgba(219,217,217,0.85) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,217,217,0.85)), color-stop(100%,rgba(219,217,217,0.85))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(219,217,217,0.85) 0%,rgba(219,217,217,0.85) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(219,217,217,0.85) 0%,rgba(219,217,217,0.85) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(219,217,217,0.85) 0%,rgba(219,217,217,0.85) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(219,217,217,0.85) 0%,rgba(219,217,217,0.85) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6028ec3', endColorstr='#a6028ec3',GradientType=0 ); /* IE6-8 */

}


.content_client
{
    width: 100%;
    /*height: 600px;*/
    height: 550px;
    float: left;
    margin-top: 120px;
   /* background-image:url(../images/mineros.jpg);*/

}

.contenido_client
{
    width: 960px;
    height: 350px;
    margin: 0px auto;
    margin-top: 25px;
    box-shadow: 0px 0 10px #1b1c1c;
    -webkit-box-shadow: 0px 0 10px #1b1c1c;
    -moz-box-shadow: 0px 0 10px #1b1c1c;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: -moz-linear-gradient(top, rgba(219,217,217,0.85) 0%, rgba(219,217,217,0.85) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,217,217,0.85)), color-stop(100%,rgba(219,217,217,0.85))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(219,217,217,0.85) 0%,rgba(219,217,217,0.85) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(219,217,217,0.85) 0%,rgba(219,217,217,0.85) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(219,217,217,0.85) 0%,rgba(219,217,217,0.85) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(219,217,217,0.85) 0%,rgba(219,217,217,0.85) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6028ec3', endColorstr='#a6028ec3',GradientType=0 ); /* IE6-8 */

}

.contcuadro_port
{
	width:940px;
	float:left;
	margin-left:10px;
	height:310px;
	margin-top:20px;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
}

.linea_portafolio
{
	width:920px;
	float:left;
	height:250px;
	margin-top:20px;
	margin-left:10px;
}

.linea_portafolio_b
{
	width:920px;
	float:left;
	height:250px;
	margin-top:20px;
	margin-left:10px;
}

.contportafolio
{
	width:230px;
	float:left;
	height:250px;
    border-left: 1px solid #000;
    box-shadow: 0px 0 10px #000;
    -webkit-box-shadow: 0px 0 10px #000;
    -moz-box-shadow: 0px 0 10px #000;
}

.contportafolio_b
{
	width:230px;
	float:left;
	height:250px;
	margin-left:10px;
    border-left: 1px solid #000;
    box-shadow: 0px 0 10px #000;
    -webkit-box-shadow: 0px 0 10px #000;
    -moz-box-shadow: 0px 0 10px #000;
}

.imgportafolio
{
	width:200px;
	height:150px;
	float:left;
    margin-left: 15px;
    margin-top: 6px;
	
}
.descrip_portafolio
{
	width:200px;
	height:40px;
	margin-top:5px;
	color:#c38e01;
	text-align:left;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
    margin-left: 15px;
}

.link_portafolio
{
	width:200px;
	float:left;
	height:20px;
	margin-top:10px;
	text-align:center;
}

.bordeizqportafolio
{
	width:2px;
	float:left;
	margin-left:7px;
	background-color:#ccc;
	height:250px;
}
/*  ################################   css para staff #################################### */

.contenido_staff
{
    width: 960px;
    height: 460px;
    margin: 0px auto;
    margin-top: 25px;
    box-shadow: 0px 0 10px #1b1c1c;
    -webkit-box-shadow: 0px 0 10px #1b1c1c;
    -moz-box-shadow: 0px 0 10px #1b1c1c;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: -moz-linear-gradient(top, rgba(219,217,217,0.85) 0%, rgba(219,217,217,0.85) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,217,217,0.85)), color-stop(100%,rgba(219,217,217,0.85))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(219,217,217,0.85) 0%,rgba(219,217,217,0.85) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(219,217,217,0.85) 0%,rgba(219,217,217,0.85) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(219,217,217,0.85) 0%,rgba(219,217,217,0.85) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(219,217,217,0.85) 0%,rgba(219,217,217,0.85) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6028ec3', endColorstr='#a6028ec3',GradientType=0 ); /* IE6-8 */

}

.box_staff
{
    width: 920px;
    height: 130px;
    float: left;
    margin-left: 20px;
    font-size: 15px;
    color: #000;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    
}

.izq_boxstaff
{
    width: 400px;
    float: left;
    height: 110px;
    border-left: 10px solid #1B75BC;
    border-right: solid 2px #1B75BC;
    border-top: solid 2px #1B75BC;
    border-bottom: solid 2px #1B75BC;
    margin-bottom: 20px;
}

.der_boxstaff
{
    width: 400px;
    float: right;
    height: 110px;
    border-left: 10px solid #1B75BC;
    border-right: solid 2px #1B75BC;
    border-top: solid 2px #1B75BC;
    border-bottom: solid 2px #1B75BC;
    margin-bottom: 20px;
}

.img_staff
{
    width: 100px;
    float: left;
    height: 100px;
    margin-left: 5px;
    margin-top: 5px;
    border-right: solid 1px #1B75BC;
}

.icon_staff
{
    width: 46px;
    height: 60px;
    float: left;
    background-image:url(../images/icon_staff.png);
    margin-left: 25px;
    margin-top: 15px;
}

.linea_staff_nombre
{
    width: 280px;
    float: left;
    margin-left: 5px;
    height: 25px;
    margin-top: 16px;
    font-size: 17px;
    font-weight: bold;
    color: #f67b0e;
    
}

.linea_staff_det
{
    width: 280px;
    float: left;
    margin-left: 5px;
    height: 20px;
    font-size: 14px;    
}

/*  ################################   css para contacto #################################### */

.content_contact
{
    width: 100%;
    /*height: 600px;*/
    height: 450px;
    float: left;
    margin-top: 150px;
   /* background-image:url(../images/mineros.jpg);*/

}
.contenido_contact
{
    width: 960px;
    height: 400px;
    margin: 0px auto;
    margin-top: 25px;
    box-shadow: 0px 0 10px #1b1c1c;
    -webkit-box-shadow: 0px 0 10px #1b1c1c;
    -moz-box-shadow: 0px 0 10px #1b1c1c;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: -moz-linear-gradient(top, rgba(17,17,17,0.85) 0%, rgba(17,17,17,0.85) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(17,17,17,0.85)), color-stop(100%,rgba(17,17,17,0.85))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(17,17,17,0.85) 0%,rgba(17,17,17,0.85) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(17,17,17,0.85) 0%,rgba(17,17,17,0.85) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(17,17,17,0.85) 0%,rgba(17,17,17,0.85) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(17,17,17,0.85) 0%,rgba(17,17,17,0.85) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6028ec3', endColorstr='#a6028ec3',GradientType=0 ); /* IE6-8 */

}



.section
{
    margin:0px;
    height:4000px;
    width:100%;
    float:left;
}
.section h2{
    margin:50px 0px 30px 50px;
}
.section p{
    margin:20px 0px 0px 50px;
    width:600px;
}

.inicio
{
    color:#fff;
    background:#000 url(../images/black_vert.jpg) repeat-x bottom left;
    height: 850px;
}

.contacto
{
    color:#fff;
    background:#000 url(../images/black_vert.jpg) repeat-x bottom left;
    height: 500px;
}

.black{
    color:#fff;
    background:#000 url(../images/black_vert.jpg) repeat-x bottom left;
    height: 1200px;
}
.white{
    color:#fff;
    background:#fff url(../images/white_vert.jpg) repeat-x bottom left;
    height: 1000px;
}

.section ul{
    list-style:none;
    margin:20px 0px 0px 550px;
}
.black ul li{
    float:left;
    padding:5px;
    margin:5px;
    color:#aaa;
}
.black ul li a{
    display:block;
    color:#f0f0f0;
}
.black ul li a:hover{
    text-decoration:none;
    color:#fff;
}
.white ul li{
    float:left;
    padding:5px;
    margin:5px;
    color:#aaa;
}
.white ul li a{
    display:block;
    color:#222;
}
.white ul li a:hover{
    text-decoration:none;
    color:#000;
}

.inicio ul li{
    float:left;
    padding:5px;
    margin:5px;
    color:#aaa;
}
.inicio ul li a{
    display:block;
    color:#f0f0f0;
}
.inicio ul li a:hover{
    text-decoration:none;
    color:#fff;
}

.contacto ul li{
    float:left;
    padding:5px;
    margin:5px;
    color:#aaa;
}
.contacto ul li a{
    display:block;
    color:#f0f0f0;
}
.contacto ul li a:hover{
    text-decoration:none;
    color:#fff;
}

.port ul li{
    float:left;
    padding:5px;
    margin:5px;
    color:#aaa;
}
.port ul li a{
    display:block;
    color:#222;
}
.port ul li a:hover{
    text-decoration:none;
    color:#000;
}


.form_contacto
{
    width: 680px;
    height: 500px;
    float: left;
}
.titulos_form
{
	width:600px;
	float:left;
	margin-left:20px;
	margin-top:20px;
	font-size:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	background-repeat:no-repeat;
	height:35px;
    
}
/* #####################################  css nuevos ############################################# */
.pmg
{
    color: #f67b0e;
    float: left;
    margin-right: 3px;
    font-weight: bold;
    
}

/* #####################################  css contacto ############################################# */

.contacto_form
{
    width: 550px;
    height: 500px;
    float: left;
    background-color: #fff;
    overflow-x:hidden;
	background-image: url(../images/seccion_correo.jpg);
	background-repeat:no-repeat;
}


.form_izq_contacto
{
	width:450px;
	height:320px;
    float: left;
    margin-left: 25px;
}

.form_der
{
	width:217px;
	height:280px;
	float:right;
	margin-right:0px;

}

.linea_form 
{
    width: 450px;
    height: auto;
    float: left;
    font-size: 14px;
    color: #FFF;
    font-family: Arial, Helvetica;
    margin-top: 6px;
}

#error
{
    width: 300px;
    float: left;
    margin-bottom: 20px;
    color: red;
    font-size: 14px;
    font-weight: bold;
    
}

.linea_text 
{
    width: 450px;
    height: 60px;
    float: left;
    font-size: 14px;
    color: #FFF;
    font-family: Arial, Helvetica;
    margin-top: 6px;
}

.class_text
{
    width: 283px;
    float: left;
    height: 50px;
}

.layer 
{
    width: 90px;
    float: left;
    height: 20px;
    font-size: 15px;
    color: #000;
    font-weight: bold;
}

.btongeneric
{
    background: #1B75BC;
    padding-left: 10px;
    padding-right: 10px;
    height: 25px;
    color: #fff;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 2px;
    cursor: pointer;
    font-weight: 600;
    font-size: 11px;
}

.btongeneric:hover
{
    background: #3E362F;
    color:#D5CFA7;
}

input
{
    border: solid 1px #002e40;
    height: 22px;
    padding-left: 10px;
}

textarea
{
    border: solid 1px #002e40;
}

.inp_275
{
    border: solid 1px #002e40;
    height: 20px;
    font-size: 13px;
    padding: 4px;
    width: 275px;
    color: #002e40;
}

/* #####################################  css efectos ############################################# */

/* +++++++++++++++++++++++++++++++++++++++++++ clases para efecto imagenes ++++++++++++++++++++++++++++ */
.cont_efecto
{
    width: 960px;
    float: left;
    height: 245px;
    color: #fff;
    z-index:9;

}

#slidebox{position:relative;  margin:0px auto;overflow:hidden;}
#slidebox, #slidebox ul {width:950px;height:237px;}
#slidebox, #slidebox ul li{width:950px;height:237px;}
#slidebox ul li{position:relative; left:0; background:#eee; float:left;list-style: none; padding:0px 0px;  font-family:Verdana, Geneva, sans-serif; font-size:13px;}
#slidebox .next, #slidebox .previous{position:absolute; z-index:2; display:block; width:21px; height:21px;top:139px;}
#slidebox .next{right:0; margin-right:10px; background-image:url(../images/slidebox_next.png); no-repeat left top;}
#slidebox .next:hover{background:url(../images/slidebox_next_hover.png) no-repeat left top;}
#slidebox .previous{margin-left:10px; background:url(../images/slidebox_previous.png) no-repeat left top;}
#slidebox .previous:hover{background:url(../images/slidebox_previous_hover.png) no-repeat left top;}
#slidebox .thumbs{position:absolute; z-index:2; bottom:10px; right:10px;}
#slidebox .thumbs a{display:block; margin-left:5px; float:left; font-family:Verdana, Geneva, sans-serif; font-size:9px; text-decoration:none; padding:2px 4px; background:url(../images/slidebox_thumb.png); color:#fff;}
#slidebox .thumbs a:hover{background:#fff; color:#000;}
#slidebox .thumbs .thumbActive{background:#fff; color:#000; display:block; margin-left:5px; float:left; font-family:Verdana, Geneva, sans-serif; font-size:11px; text-decoration:none; padding:2px 4px;}
-->

.footer
{
    background-color: #000000;
    float: left;
    height: 40px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #1B75BC;
}

.centrado_footer
{
    width: 960px;
    margin: 0px auto;
    height: 40px;
}
.texto_footer
{
    text-align: center;
    padding-top: 15px;
    font-size: 12px;
    color: #fff;
}