/* ------------------------------- RESET CSS ------------------------------------ */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: #fff;
	background: #2d4755 url(../img/fondo.png) no-repeat  fixed center 50%;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}


html,body {
height:100%;

}

h2 {
padding-left:15px;
}


h3 {
font-size:14px;
padding-top:20px;
padding-left:15px;
padding-right:15px;
font-weight:normal;
}


h4 {
display:block;
text-transform:uppercase;
font-size:14px;
padding-top:20px;
padding-left:15px;
padding-right:15px;
color:#FFCC00;
font-weight:normal;
margin-bottom:10px;

}

ol, ul {
	list-style: none;
}

/* LAYOUT */

#container{
text-align:center;
margin:0 auto;
width:977px;
padding:0
}

/* Cabeceira */

#cabeceira{
width:977px;
text-align:left;
margin-top:55px;
}

/* Logo */

#logo {
float:left;
}

#logo h1 a {
display:block;
width:336px;
height:53px;
text-indent:-10000px;
margin-left:30px;
background:url(../img/logo.png) no-repeat 0 0;
}

/* Menu Superior */

#menu {
float:right;
margin-right:74px;
margin-bottom:0;
}

#menu ul{
display:block;
height:24px;
width:401px;
margin-top:20px;
margin-left:50px;
}

#menu li, #menu li a {
float:left;
display:block;
height:24px;
text-indent:-10000px;
background:url(../img/menu_superior.png) no-repeat;
}

#menu li#inicio.activo a {
background-position: 0 -24px;
}

#menu li#tuwebfacil.activo a {
background-position: -47px -24px;
}

#menu li#quienes_somos.activo a {
background-position: -132px -24px;
}

li#clientes.activo a{
background-position: -203px -24px;
}

#menu li#noticias.activo a {
background-position: -269px -24px;
}

#menu li#contactar.activo a {
background-position: -375px -24px;
}

li#inicio, li#inicio a {
background-position: 0 0;
width:47px;
}

li#inicio a:hover {
background-position: 0 -24px;
}

li#tuwebfacil, li#tuwebfacil a {
background-position: -47px 0;
width:85px;
}

li#tuwebfacil a:hover {
background-position: -47px -24px;
}

li#quienes_somos, li#quienes_somos a {
background-position: -132px 0;
width:71px;
}

li#quienes_somos a:hover {
background-position: -132px -24px;
}

li#clientes, li#clientes a {
background-position: -203px 0;
width:66px;
}

li#clientes a:hover {
background-position: -203px -24px;
}

li#noticias, li#noticias a {
background-position: -269px 0;
width:64px;
}

li#noticias a:hover {
background-position: -269px -24px;
}

li#contactar, li#contactar a {
background-position: -333px 0px;
width:68px;
}

li#contactar a:hover {
background-position: -333px -24px;
}

/* Contedor de cabeceira para crear sombra --- A ver se vai */


/* Cadro de contidos de Cabeceira*/
#cuadro_cabeceira {
clear:both;
float:left;
display:block;
width:949px;
height:425px;
background: url(../img/fondo_cabeceira2.png) no-repeat ;
}

#cuadro_cabeceira1 {
clear:both;
float:left;
display:block;
width:949px;
height:183px;
background: url(../img/fondo_cabeceira3.png) no-repeat ;
margin-bottom:-8px;
}

/* Menu idiomas */

#idiomas {
float:left;
display:block;
width:25px;
height:52px;
text-indent:-10000px;
margin-top:45px;
z-index:-1

}

#idiomas ul {
display:block;
width:25px;
height:52px;
}

#idiomas li a {
display:block;
width:25px;
height:21px;
margin-bottom:5px;
margin-left:-6px;

}

li#esp a {
background:url(../img/idiomas.png) no-repeat -6px 0;

}

li#esp a:hover{
background:url(../img/idiomas.png) no-repeat -2px 0;
}


li#eng a{
background:url(../img/idiomas.png) no-repeat -6px -26px;
}

li#eng a:hover{
background:url(../img/idiomas.png) no-repeat -2px -26px;
}

#idiomas1 {
float:left;
display:block;
width:25px;
height:52px;
text-indent:-10000px;
margin-left:-6px;
margin-top:45px

}

#idiomas1 ul {
display:block;
width:25px;
height:52px;
}

#idiomas1 li a {
display:block;
width:25px;
height:21px;
margin-bottom:5px;
}




/* Guia de navegacion debaixo da cabeceira */

#guia {

clear:both;
display:block;
height:34px;
text-align:center;
padding-top:1px;
margin-top:-100px;
margin-bottom:10px;
margin-left:15px;
background:url(../img/fondo_pasos.png) no-repeat 0 0px;
}

#guia a {
color:#fff;}

#guia ul#ticker{
display:block;
width:328px;
height:19px;
margin:7px auto 0 auto;
text-indent:-10000px;
}

#guia li  {

float:left;
display:block;
text-align:center;
height:19px;
}

#guia li a {
float:left;

display:block;
text-align:center;
height:19px;
background:url(../img/menu_guia_index.png);
}

li#packinicia, li#packinicia a{
width:86px;
background-position: 0 0;
}

li#packinicia a:hover{
background-position: 0 -20px;
}

li#packinicia.iniactivo a{
background-position: 0 -20px;
}

li#packtiendas, li#packtiendas a{
width:103px;
background-position: -86px 0;
}

li#packtiendas a:hover{
background-position: -86px -20px;
}

li#packtiendas.iniactivo a{
background-position: -86px -20px;
}

li#packmedida, li#packmedida a{
width:109px;
background-position: -189px 0;
}

li#packmedida a:hover{
background-position: -189px -20px;
}

li#packmedida.iniactivo a{
background-position: -189px -20px;
}

li#paso2, li#paso2 a{
width:55px;
background-position: -119px 0;
}

li#paso2 a:hover{
background-position: -119px -19px;
}

li#paso3, li#paso3 a{
width:55px;
background-position: -174px 0;
}

li#paso3 a:hover{
background-position: -174px -19px;
}

li#siguiente, li#siguiente a{
width:13px;
background-position: -224px 0;
}

li#siguiente a:hover{
background-position: -224px -19px;
}




/* Bloques de contido da index */

#container_bloques {
clear:both;
margin:0 auto 0 2px;
//width:943px;
//text-align:left;
//margin:30px auto 0 auto;}

#container_bloques h3 {
display:none;
margin-top:}

#contedorfacil {
float:left;
display:block;
width:313px;
height:183px;
margin-top:7px;
margin-right:1px;
}

#tuwebfacilblock {
position:absolute;

}

#tuwebfacilblock h3 {
text-indent:-10000px;
}

#tuwebfacilblock p a{
display:block;
width:313px;
height:183px;
text-indent:-10000px;
background:url(../img/fondo_webfacil.png) no-repeat;
}

/* ---------------------------------- */

#contedorinicia {
float:left;
display:block;
width:313px;
height:183px;
margin-top:10px;
}

#iniciablock {
position:absolute;
}

#iniciablock h3 {
text-indent:-10000px;
}

#iniciablock p a{
display:block;
width:313px;
height:183px;
text-indent:-10000px;
background:url(../img/pack_inicia.png) no-repeat;
}

/* ---------------------------------- */ 


#contedorclientes {
float:left;
display:block;
width:313px;
height:183px;
margin-right:1px;
}

#clientesblock {
position:absolute;
margin-top:0;

}

#clientesblock h3 {
text-indent:-10000px;
}

#clientesblock p a{
display:block;
width:313px;
height:183px;
text-indent:-10000px;
background:url(../img/fondo_clientes.png) no-repeat;
}

#contedormaisinfo {
float:left;
display:block;
width:313px;
height:178px;
margin-top:5px;
}

#masinfoblock {
position:absolute;
}

#masinfoblock h3 {
text-indent:-10000px;
}

#masinfoblock p a{
display:block;
width:313px;
height:178px;
text-indent:-10000px;
background:url(../img/fondo_masinfo.png) no-repeat;
}

#contedormaisinfo1 {
float:left;
display:block;
width:313px;
height:178px;
margin-top:6px;
}

#masinfoblock1 {
position:absolute;
}

#masinfoblock1 h3 {
text-indent:-10000px;
}

#masinfoblock1 p a{
display:block;
width:313px;
height:178px;
text-indent:-10000px;
background:url(../img/fondo_masinfo.png) no-repeat;
}

#contedortendas {
float:left;
display:block;
width:313px;
height:183px;
margin-top:7px;
}

#contedortendas1 {
float:left;
display:block;
width:313px;
height:183px;
margin-top:5px;
}

#tiendasblock {
position:absolute;
}

#tiendasblock h3 {
text-indent:-10000px;
}

#tiendasblock p a{
display:block;
width:313px;
height:183px;
text-indent:-10000px;
background:url(../img/fondo_tiendas.png) no-repeat;
}

#contedordiseno {
float:left;
display:block;
width:313px;
height:183px;
margin-top:7px;
}

#disenoblock {
position:absolute;
}

#disenoblock h3 {
text-indent:-10000px;
}

#disenoblock p a {
display:block;
width:313px;
height:183px;
text-indent:-10000px;
background:url(../img/fondo_desenho.png) no-repeat;
}


#contedorpymes {
float:left;
display:block;
width:313px;
height:183px;
margin-top:5px;
}

#pymesblock {
position:absolute;
}

#pymesblock h3 {
text-indent:-10000px;
}

#pymesblock p a {
display:block;
width:313px;
height:183px;
text-indent:-10000px;
background:url(../img/fondo_pymes.png) no-repeat;
}

/* Footer */


#footer {
/*
position:absolute;
margin:0 auto;
bottom:0;
width:962px;
height:50px;
*/
display:block;
width:943px;
height:160px;
background:url(../img/fondo_footer.png) no-repeat 1px 0;
clear:both;
}

#contido_footer{
padding-top:60px;
font-size:0.9em;
}

#contido_footer p{
padding-bottom:15px;
}

#contido_footer p a{
text-decoration:none;
color:#fff;
}

#contido_footer p a:hover{
color:#91ad38;
}

p#facilidades {
float: left;
padding-top:4px;
margin-left:370px;}

p#mastercard {
float: left;
display:block;
width:32px;
height:23px;
text-indent:-10000px;
margin-left:4px;
background:url(../img/mastercard.png) no-repeat;
}

p#visa {
float: left;
display:block;
width:32px;
height:23px;
text-indent:-10000px;
margin-left:4px;
background:url(../img/visa.png) no-repeat;
}

p#paypal {
float: left;
display:block;
width:32px;
height:23px;
text-indent:-10000px;
margin-left:4px;
background:url(../img/paypal.png) no-repeat;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */

/* Contidos da cabeceira */

#polaroid {
float:left;
display:block;
width:450px;
height:369px;
margin-right:80px
}

#packpymes {
display:block;
margin-left:35px;
margin-right:25px;
height:220px;
text-align:right;
opacity:0;
}

#packpymes h2 {
font-size:4em;
font-weight:normal;
margin:45px 60px 30px 0px;
}

#packpymes p {
font-size:1.2em;
line-height:1.2em;
margin:20px 60px 0px 0px;
}

#packpymes p a{
color:#91ad38;
}

#caracteristicas{
clear:both;}

/* Noticias */

#container_noticias {
text-align:left;
padding:5px;
}


/* Quienes */

#container_quienes {
text-align:left;
padding:5px;
}

#quienes{
font-family:"Trebuchet MS";
width:937px;
margin-top:25px;
margin-bottom:50px;
}

#quienes h3{
padding-left:5px;
width:700px;
font-size:1.5em;
margin-bottom:0;
color:#FFCC00;
text-transform:uppercase;
padding-top:0;
padding-right:0;
margin-bottom:20px;
margin-left:30px

}


#quienes p{
padding-left:35px;
width:700px;
font-size:1.2em;
line-height:1.3em;
text-align:justify;
margin-bottom:10px;
}

.caixa_profesionales {
padding-left:150px;
background:url(../img/profesionales.png) no-repeat 20px 0;
margin-bottom:60px;
}


.caixa_adaptables {
padding-left:150px;
background:url(../img/adaptables.png) no-repeat 20px 0;
margin-bottom:60px;
}

.caixa_originales {
padding-left:150px;
background:url(../img/originales.png) no-repeat 20px 0;
margin-bottom:60px;
height:130px
}

.caixa_exigentes {
padding-left:150px;
background:url(../img/exigentes.png) no-repeat 20px 0;
margin-bottom:60px;
height:130px
}

.caixa_apasionados {
padding-left:150px;
background:url(../img/apasionados.png) no-repeat 20px 0;
margin-bottom:60px;
height:130px
}

/* Formulario de contacto*/

#formulario {
position:absolute;
clear:both;
float:left;
display:block;
width:949px;
height:430px;
background: url(../img/fondo_cabeceira2.png) no-repeat ;
margin-bottom:30px;
margin-top:-675px;
margin-left:auto;
margin-right:auto;
z-index:1000;

}

#container_form {
text-align:left;
width:720px;
margin:65px auto 0 auto;
}

#container_form h2 {
padding: 0 0 0 347px;
margin-bottom:15px;
font-size:2.2em;}

#container_form p {
color:#CCCCCC;
display:block;
float:left;
font-size:11px;
line-height:18px;
margin:8px 8px 0 0;
word-spacing:-1px;
}

#container_form p a, #container_form p a:visited {
text-decoration:none;
color:#84A03F;

}

#container_form p a:hover {
color:#fff;
}

#container_form input.texto {
width:350px;
margin-bottom:20px;}

#container_form input.checkbox {
float:left;
width:20px;
margin-bottom:20px;
margin-left:20px;
margin-top:9px
}

#container_form textarea {
clear:both;
width:350px;
margin-bottom:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:1em;
}

#container_form label{
float:left;
margin-right:15px;
display:block;
width:8px;
height:19px;
text-indent:-10000px;
background:url(../img/lista_form2.png) no-repeat 0 5px;
}

.enviar{
display:block;
width:89px;
height:28px;
background: url(../img/fondo_contactar.png) no-repeat 0 4px;
color:#1E485D;
font-size:0.9em;
border:0;
margin-left:5px;
cursor:pointer;
}

.enviar:hover{
color:#eee;
}

#informacion {
position:relative;
clear:both;
float:left;
display:block;
width:303px;
height:383px;
margin-top:32px;
margin-right:60px;
margin-left:75px;
background:url(../img/chica_info.png) no-repeat;
}

#finform {
display:block;
width:100%;
height:25px;

}

#arriba{
position:absolute;
top:360px;
left:955px;
width:45px;
height:45px;
}

#arriba p {
display:block;
width:45px;
height:45px;
text-indent:-10000px;
cursor:pointer;
background:url(../img/arriba.png) no-repeat;}

/* PACK INICIA */

#neno{
display:block;
float:left;
width:271px;
height:408px;
margin:7px 0 0 60px;
background:url(../img/fondo_pack_inicia.png) no-repeat;

}

#pack_inicia_resumen{
position:relative;
padding:74px 50px 0 395px;
}

#pack_inicia_resumen h2 {
display:block;
width:268px;
height:76px;
text-indent:-10000px;
background:url(../img/h2inicia.png) no-repeat;
margin-left:174px;
}

.aumenta{

}

.reduce {


}

#lista_inicia {
padding-top:13px;

}

#lista_inicia ul{
list-style:none;
text-align:right;
padding-right:65px
}

#lista_inicia li {
display:block;
margin-bottom:20px;
padding-left:20px;
font-size:1.2em;
background:url(../img/lista_form2.png) no-repeat;
}

li#ini1{
background-position: 136px 50%
}

li#ini2{
background-position: 174px 50%
}

li#ini3{
background-position: 89px 50% 
}

li#ini4{
background-position: 170px 50%
}

li#ini5{
background-position: 115px 50%
}

.gris {
color:#ccc;}

#iniciainfo{
padding-right:65px;}

p.info, p.info a {
text-decoration:none;
color:#84A03F;
font-size:1.1em;
font-weight:bold;
text-align:right;
}

p.info a:hover {
color:#fff;
}

#etiqueta_inicia {
position:absolute;
top:270px;
left:925px;
display:block;
width:142px;
height:84px;
background:url(../img/etiqueta_inicia.png) no-repeat;
z-index:-1;
}

/* Pack a Medida */

#taladro {
display:block;
float:left;
width:371px;
height:406px;
margin:9px 0 0 60px;
background:url(../img/taladrame.png) no-repeat;
}

#pack_inicia_resumen1{
position:relative;
padding:69px 50px 0 290px;
}

#pack_inicia_resumen1 h2 {
display:block;
width:311px;
height:69px;
text-indent:-10000px;
background:url(../img/h2amedida.png) no-repeat;
margin-left:235px;
}

#lista_medida {
padding-top:20px;

}

#lista_medida ul{
list-style:none;
text-align:right;
padding-right:65px
}

#lista_medida li {
display:block;
margin-bottom:20px;
padding-left:20px;
font-size:1.2em;
background:url(../img/lista_form2.png) no-repeat;
}

li#med1{
background-position: 330px 2px
}

li#med2{
background-position: 323px 50%
}

li#med3{
background-position: 261px 50% 
}

li#med4{
background-position: 388px 50%
}

li#med5{
background-position: 223px 50%
}

/* Pack Tiendas */

#etiqueta_tiendas {
position:absolute;
top:270px;
left:925px;
display:block;
width:142px;
height:84px;
background:url(../img/etiqueta_tiendas.png) no-repeat;
z-index:-1;
}

#fondo_pack_tiendas {
display:block;
float:left;
width:245px;
height:403px;
margin:12px 0 0 60px;
background:url(../img/pack_tiendas.png) no-repeat;
}

#pack_inicia_resumen2{
position:relative;
padding:74px 50px 0 290px;
}

#pack_inicia_resumen2 h2 {
display:block;
width:260px;
height:79px;
text-indent:-10000px;
background:url(../img/h2tiendas.png) no-repeat;
margin-left:290px;
}

#lista_tiendas {
padding-top:13px;

}

#lista_tiendas ul{
list-style:none;
text-align:right;
padding-right:65px
}

#lista_tiendas li {
display:block;
margin-bottom:20px;
padding-left:20px;
font-size:1.2em;
background:url(../img/lista_form2.png) no-repeat;
}

li#tie1{
background-position: 295px 2px
}

li#tie2{
background-position: 278px 50%
}

li#tie3{
background-position: 240px 50% 
}

li#tie4{
background-position: 343px 50%
}

li#tie5{
background-position: 200px 50%
}

/* Packs ampliados */

#neno1{
display:block;
float:left;
width:93px;
height:140px;
margin:28px 0 0 60px;
background:url(../img/neno_pequeno.png) no-repeat;

}

#tenda_pequena{
display:block;
float:left;
width:96px;
height:159px;
margin:9px 0 0 60px;
background:url(../img/tenda_pequena.png) no-repeat;

}

#broca{
display:block;
float:left;
width:148px;
height:161px;
margin:7px 0 0 60px;
background:url(../img/taladrame_pouco.png) no-repeat;

}

#pack_inicia_resumen3{
position:relative;
padding:50px 50px 0 420px;
}

#pack_inicia_resumen3 h2#encabezadoinicia {
display:block;
width:268px;
height:76px;
text-indent:-10000px;
background:url(../img/h2inicia.png) no-repeat;
margin-left:174px;
}

#pack_inicia_resumen3 h2#encabezadotiendas {
display:block;
width:260px;
height:79px;
text-indent:-10000px;
background:url(../img/h2tiendas.png) no-repeat;
margin-left:174px;
}

#pack_inicia_resumen4 h2#encabezadoamedida {
display:block;
width:311px;
height:69px;
text-indent:-10000px;
background:url(../img/h2amedida.png) no-repeat;
margin-left:194px;
}

#pack_inicia_resumen4 h2#encabezadonoticias {
display:block;
width:262px;
height:63px;
text-indent:-10000px;
background:url(../img/h2noticias.png) no-repeat;
margin-left:244px;
}

#pack_inicia_resumen4 h2#encabezadoaviso {
display:block;
width:370px;
height:70px;
text-indent:-10000px;
background:url(../img/h2aviso.png) no-repeat;
margin-left:160px;
}

#pack_inicia_resumen4{
position:relative;
padding:54px 50px 0 340px;
}

#pack_inicia_resumen4 h2 {
text-transform:lowercase;
font-weight:normal;
margin-left:290px;
color:#eee;
}

#cuadro_contidos {
background:transparent url(../img/cuadro_contidos.png) no-repeat scroll 0 0;
clear:both;
display:block;
float:left;
height:425px;
margin-top:8px;
padding:25px;
text-align:left;
width:949px;
padding-bottom:0;
overflow:hidden;
margin-bottom:-20px
}

#indice {
clear:both;
display:block;
width:949px;
margin-left:15px;
font-size:0.8em;
}

#indice2{
clear:both;
display:block;
width:949px;
margin-left:0px;
padding-left:15px;
font-size:0.8em;
}

#indice p {
display:inline;
}

#indice p.blanco {
color:#fff;
}

#esquerda {
float:left;
width:400px;
}

#centro {
float:left;
height:230px;
margin-top:50px;
overflow:hidden;
width:880px;
}

#centro2 {
float:left;
height:270px;
margin-top:42px;
overflow:hidden;
width:880px;
}

#centro2 h3 {
font-size:1em;
margin-bottom:0;
margin-left:30px;
margin-top:0px;
padding:0;
}

#centro p.nova{
text-align:left;
color:#fff;
line-height:17px;
margin-bottom:15px;
margin-left:30px;
margin-right:30px;
}

#centro p.nova a{
margin:0;
font-size:0.9em}

#centro2 p.aviso{
text-align:left;
color:#fff;
line-height:17px;
margin-top:10px;
margin-left:30px;
margin-right:30px;
font-size:11px;
text-align:justify;
margin-bottom:0
}

#centro .imaxe_nova{
float:left;
margin-right:15px;}

#dereita {
float:right;
margin-right:70px;
margin-top:82px;
}

#dereita2 {
float:right;
margin-right:140px;
margin-top:82px;
}

#cuadro_contidos h3 {
font-size:1.8em;
margin-bottom:0;
margin-left:30px;
margin-top:25px;
padding:0;
}
#cuadro_contidos h4 {
color:#91AD38;
font-size:0.9em;
margin:0;
padding:5px 0 15px 30px;
text-transform:none;
}
#cuadro_contidos ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding:0px 0 0px 18px;
}
#cuadro_contidos li {
background:transparent url(../img/lista_form2.png) no-repeat scroll 0 3px;
font-size:1.2em;
line-height:18px;
margin-bottom:15px;
padding-left:15px;
}
#cuadro_contidos p, #cuadro_contidos p a {
color:#91AD38;
font-size:1.1em;
margin-left:15px;
text-decoration:none;
}

 #cuadro_contidos p a:hover {
color:#fff;
}

#dereita2 p, #dereita2 p a {
color:#91AD38;
font-size:1.1em;
text-decoration:none;
margin-top:25px;
margin-left:17px;
}

/* Quienes somos nosotros */

#chica_info2{
display:block;
float:left;
width:224px;
height:406px;
margin:9px 0 0 100px;
background:url(../img/chica_info2.png) no-repeat;
}

#pack_inicia_resumen5{
position:relative;
padding:70px 50px 0 340px;
text-align:left
}

#pack_inicia_resumen5 h2 {
font-weight:normal;
color:#fff;
font-size:2.2em;
padding-left:20px
}

.aumenta{
font-size:3em;
clear:both;
padding: 0 0 0 8px
}

.reduce {
font-size:1.3em;
float:left;

}

#lista_nosotros {
padding-top:15px;

}

#lista_nosotros ul{
list-style:none;
}

#lista_nosotros li {

}

#pack_inicia_resumen5 div#iniciainfo {
text-align:left;
float:left;
padding-left:20px;
}
#pack_inicia_resumen5 p.info, p.info a {
color:#84A03F;
font-size:1em;
font-weight:normal;
}

/* Clientes */

#manos{
display:block;
float:left;
width:500px;
height:350px;
margin:39px 0 0 15px;
overflow:hidden;}

#manos_web{
display:block;
width:500px;
height:944px;
}

#pack_inicia_resumen6{
position:relative;
display:block;
float:left;
width:380px;
text-align:left;
margin-top:50px;

}

#pack_inicia_resumen6 h2 {
font-weight:normal;
color:#fff;
font-size:2.2em;
padding-left:20px
}

.aumenta{
font-size:3em;
clear:both;
padding: 0 0 0 8px
}

.reduce {
font-size:1.3em;
float:left;

}

#lista_nosotros {
padding-top:15px;

}

#lista_nosotros ul{
list-style:none;
}

#lista_nosotros li {
display:block;
margin-bottom:20px;
padding-left:20px;
font-size:1.2em;
line-height:18px;
background:url(../img/lista_form2.png) no-repeat 0px 4px;
}

#pack_inicia_resumen6 div#iniciainfo {
text-align:right;
float:left;
padding:0;
padding-left:20px;
margin:0;
width:150px
}
#pack_inicia_resumen6 p.info, p.info a {
color:#84A03F;
font-size:1em;
font-weight:normal;
padding:0; 
margin:0;
}

/* noticias */

#musuquilla{
display:block;
float:left;
width:148px;
height:161px;
margin:7px 0 0 60px;
background:url(../img/musuquilla.png) no-repeat;

}

#vellote{
display:block;
float:left;
width:148px;
height:190px;
margin:7px 0 0 60px;
background:url(../img/aviso.png) no-repeat;

}

#container_novas {
width:2800px;

}

#nova1, #nova2, #nova3{
float:left;
width:900px;
margin-right:5px;
margin-left:0;
}

#nova1 p, #nova2 p, #nova3 p {
text-align:justify;
}


#centro2 h3 {
font-size:1.5em;
margin-bottom:3px;
margin-left:30px;
margin-top:10px;
padding:0;
}

#centro2 p.aviso{
text-align:left;
color:#fff;
line-height:17px;
margin-top:5px;
margin-left:30px;
margin-right:30px;
font-size:11px;
text-align:justify;
margin-bottom:0
}

#flash {
margin-top:2px;}
