﻿
/***********************************************************/
/*                ESTILOS PROPIOS DE LA WEB                */
/***********************************************************/


 .centrado
 {
     text-align:center;
 }
 
 /***   ORBIT - SLIDER   ***/
 /* es la clase del slider, en esta capa aparece el play / pause y la barrita del tiempo de transición*/
 .orbit-timer
 {
     display:none;
   
 }
 
 .Paginacion
 {
     margin: 15px 0;
     text-align: center;
 }
 
 /***********************************************************/


.AlignRight {
	text-align:right;
}
.AlignCenter {
	text-align: center; 
}

.AlignLeft {
	text-align:left;
}
.FloatLeft {
	float:left;
}

.DisplayNone {
	display:none;
}

.ClearBoth {
	clear:both;
}
.MarginTop20 {
	margin-top: 20px !important;
}

/************************************************************/
/*********************    HOME    ***************************/
/************************************************************/

 

body {
	background-color:#F2F0EE;
	font-family: 'Open Sans Condensed', sans-serif;
}

header {
	background-image: url("../images/sombra-arriba-large.png" );
	background-position:center bottom;
	background-repeat:no-repeat;

}

.Logo {
	margin-bottom:20px;
}

.Idiomas {
	list-style-type:none;
	margin-bottom:0;
}
.Idiomas li {
	display: inline;
	color:#BDB5A9;
	font-weight:bold;
	font-size:16px;
	padding:5px;
}
.Idiomas li a {
	color:#696252;
}

 /****************************/
 /****************************/


.MenuPricipal {
	position:absolute;
	top:40px;
}
.MenuPricipal ul {
	list-style-type:none;
	
}

.MenuPricipal ul li {
	display:inline;
	font-size:18px;
	color:#0073BA;
	font-weight:bold;
}

.MenuPricipal ul li a {
	color:#665F52;
	display:inline-block;
	padding:10px 20px;
}

.MenuPricipal ul li a:hover {
	color:#0073BA;

}

.Buscador {
	background-color:#fff;
	border:1px solid #BDB5A9;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position:absolute;
	right:0;
	bottom:0px;
	margin-right:1.0em;
	margin-bottom:15px;
}

.Buscador input {
	border:0;
	margin-bottom:0;
	  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0);
    color:#333;
}

.Buscador div.Boton {
	padding:10px 5px;
}
.Buscador a {
	color:#BDB5A9;
	font-weight:bold;
}



/****************************/
/****************************/

.DestacadoHome {
	background-image:url('../images/sombra-bajo-large.png');
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100% 20px;
	padding:20px 0;
	margin-bottom:0;
}

.DestacadoHome div {
	text-align:center;
}


.DestacadoHome p {
	font-size:24px;
	color:#665F52;
	font-weight:bold;
}


/****************************/
/****************************/

.VideoHome {
	background-image:url('../images/video-irega-home.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	margin-bottom:0;
}

.VideoHome h2 {
	color:#fff;
	font-size:3.5em;
	font-weight:bold;
	text-shadow: -5px 5px 5px rgba(0,0,0, 0.3);
}


.VideoHome p {
	color:rgba(225,225,225,0.8);
	font-size:1.8em;
	margin-right:2em;
	text-shadow: -5px 5px 5px rgba(0,0,0, 0.3);
	line-height:1.1em;
}

.VideoHome iframe {
	/*max-width:420px;
	max-heigh:315px;*/
}


.videoWrapper {
	margin:0 auto;
	width:100%;
	height:100%;
}

.h_iframe        {position:relative;}
.h_iframe .ratio {display:block;width:100%;height:auto;}
.h_iframe iframe {position:absolute;top:0;left:0;width:100%; height:100%;}


/****************************/
/****************************/

.DistribuidorHome {
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #FFFFFF 50%, #F3F3F3 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 50%, #F3F3F3 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #FFFFFF 50%, #F3F3F3 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(0.5, #FFFFFF), color-stop(1, #F3F3F3));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #FFFFFF 50%, #F3F3F3 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 50%, #F3F3F3 100%);
	text-align:center;
	padding:20px 0;
}

.DistribuidorHome h3 {
	color:#0072B8;
	font-size:2.0em;
	font-weight:bold;
	padding:20px 0;
}

.DistribuidorHome figure {
	/*float:left;*/
	display:inline-block;
	margin:0.5em 0.5em;
}

.DistribuidorHome figure img {
	margin-bottom:10px;
}

.DistribuidorHome figure figcaption {
	min-height:50px;/**/
}

.DistribuidorHome figure figcaption a {
	color:#666;
}

.ProductosHome {
	background: url('../images/sombra-bajo-large.png') center top no-repeat, url('../images/sombra-arriba-large.png') center bottom no-repeat ;
	background-size: ;
	background-color:#fff;
	text-align:center;
	margin-bottom:0;
}


.ProductosHome h3 {
	font-size:1.3em;
	color:#0072B8 !important;
}

hr.Titular {
	background-image:url('../images/tit_separacion.png');
	background-position:center top;
	background-repeat:no-repeat;
	background-size:;
	height:15px;
	border:0;

}

.ProductosHome figure {
	position:relative;/**/
	max-width:300px;
	background-image:url('../images/sombra-bajo-large.png');
	background-position:center -20px;
	background-repeat:no-repeat;
	margin-bottom:40px;
}

.ProductosHome figure img {
	border:1px solid #ccc;margin-bottom:20px;
}

.ProductosHome figure figcaption {
	position:absolute;
	bottom:0px;
	background-color:#F2F0EE;
	width:100%;
	padding:10px 10px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	font-weight:bold;
	text-align:left;
	
}
.ProductosHome figure figcaption a {
	color:#726C5E;
}


/****************************/
/****************************/

.ContactaHome {
	background-image:url('../images/contactar-irega-home.jpg');
	background-repeat:no-repeat;
	margin-bottom:0;
	text-align:center;
}

.ContactaHome h2 {
	color:#fff;
	font-size:2.8em;
	font-weight:bold;
}
.ContactaHomeCentrado {
	/*margin:0 25%;*/
	margin:0 auto;
	float:none;
} 


.FormularioHome {
	background-color:#fff;
	border:1px solid #BDB5A9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:1.0em;
}

.FormularioHome input {
	border:0;
	margin-bottom:5px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0);
    color:#BDB5A9;
    width:100%;
    font-weight:bold;
}

.FormularioHome textarea {
	height:150px;
	border:0;
	font-weight:bold;
	color:#BDB5A9;;
}

.FormularioHome div.Boton {
	padding:10px 5px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.FormularioHome a {
	color:#BDB5A9;
	font-weight:bold;
}

#form {
	width: 470px;
	padding: 0 5px;
	margin: 0 auto;
}

/****************************/
/****************************/


.NewsHome {
	background: url('../images/sombra-bajo-large.png') center top no-repeat;
	background-color:#E6E2DD;
	padding:2.0em;
	margin-bottom:0;
}

.NewsHome article {
	background-color:#F5F3F1;
	padding:1em;
	text-align:left;
	margin-right:2.0em !important;
	margin-left:2.0em !important;
}

.NewsHome article img {
	margin:0 1.0em 0 0;
}

.NewsHome article h2 {
	font-size:16px;
	font-weight:600;
	margin-top:0.2em;
	color:#665F52;
}

.NewsHome article h3 {
	font-size:14px;
	font-weight:600;
	margin-top:1.0em;
	color:#665F52;
	text-transform:uppercase;
	line-height:1.3em;
}
.NewsHome article h3 a {
	color:#665F52;
}
.NewsHome p.Fecha {
	color:#857865;
	text-align:right;
	font-size:15px;
	margin:0;
}
.NewsHome p {
	margin-bottom:0;
}

.NewsHome p a {
	
}

.NewsHome p.LeerMas {
	color:#0072B8;
	font-size:14px;
	text-align:right;
	margin:0;
}

.NewsHome p.Recibir {
	width:90%;
}

/****************************/
/****************************/

.Interiores {
	margin-bottom:0;
	padding-bottom:20px;
}



.SombraInferior {
	background-image: url('../images/sombra-bajo-large.png');
	background-position:center bottom;
	background-repeat:no-repeat;
	height:17px;
	border:0;
	margin:0;
}

footer {
	background-color:#F2F0EE; 
	text-align:center; 
	color:#676052; 
	font-size:14px; 
	font-weight:bold;
	padding:0.5em;
}




/****************************/
/****************************/



.Contenido {
	background-color:#fff;
}







/****************************/
/****************************/








.Distribuidor {
	background-color:#fff;
	text-align:center;
	padding:20px 0 0 0;
	margin-bottom:0;
	border-bottom:1px solid #ccc;
	vertical-align:top;
	
}


.Distribuidor figure {
	/*float:left;*/
	display:inline-block;
	margin:0em 0.1em;
	width: 133px;
}

.Distribuidor figure img {
	height:95%;
	/*width:95%;*/
	
}

.Distribuidor figure p, .Distribuidor figure a{
	font-size:14px;
}

.Distribuidor figure figcaption {
}

.Irega {
	border-bottom:5px solid #0072B9;
	min-height:120px;
}
.Irega figure {
	
}
.Irega figcaption {
	color:#0072BA;
	font-weight:bold;
	font-size:18px;
}

.Irega figure img {
	margin-bottom:10px;
	height:100%;
	width:100%;
}

.IregaGrande {
	border-bottom:0;
	min-height:120px;
}
.IregaGrande figure img {
	height:100%;
	width:100%;
	margin-top:20px
}

.IregaGrande figcaption {
	color:#0072BA;
	font-weight:bold;
	font-size:24px;
	margin-top:20px;
}

.IregaGrande figcaption a {
	color:#0072BA;
}

/****************************/
/****************************/



.FiltroBusqueda {
	background-color:#fff;
	margin-bottom:0;
	padding:20px;
	min-height:150px;
	
	background-image: url('../images/sombra-bajo-large.png');
	background-position:center bottom;
	background-repeat:no-repeat;

}


.FiltroBusqueda h2 {
	font-size:1.3em;
	color:#0072B9;
}

.FiltroBusqueda ul {
	list-style-type:none;

}



.FiltroBusqueda ul li {
	display:inline-block;
	width:7em;
}
.Acabado ul li {
	float:none;
	width:90%;
}

.FiltroBusqueda input {
	border:1px solid #ccc;
	background-color:#fff;
}


.FiltroBusqueda label {
	display:inline;
	margin-left:5px;
	font-size:16px;
	color:#726C5E;
	font-weight:bold;
}

.Tuerca {
	padding-left:20px;
	border-right:1px solid #ccc;
}

/****************************/
/****************************/


.ProductosListado {
	margin-bottom:0;
	padding:20px 5em;
	padding-top:50px;
}

.MarginRight {
	margin-right:2em;
}


.ProductosDestacados {
	background-image: url('../images/sombra-arriba-large.png');
	background-position:center bottom;
	background-repeat:no-repeat;
}

.ProductosListado figure {
	position:relative;/**/
	background-image:url('../images/sombra-bajo-large.png');
	background-position:center -20px;
	background-repeat:no-repeat;
	margin-bottom:40px;
	text-align:right;
}

.ProductosListado figure img {
}

.ProductosListado figure figcaption {
	padding:10px 10px;
	font-weight:bold;
	text-align:left;
	background: rgba(0,114,185,0.5);
	background: -moz-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.5)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072b9', endColorstr='#0072b9', GradientType=1 );
	font-size:20px;
}
.ProductosListado figure figcaption a{
	color:#fff;
	display:block;
}
.ProductosListado figure figcaption.Destacado {
	background: rgba(0,114,185,1);
	background: -moz-linear-gradient(left, rgba(0,114,185,1) 0%, rgba(0,114,185,0.2) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,114,185,1)), color-stop(100%, rgba(0,114,185,0.2)));
	background: -webkit-linear-gradient(left, rgba(0,114,185,1) 0%, rgba(0,114,185,0.2) 100%);
	background: -o-linear-gradient(left, rgba(0,114,185,1) 0%, rgba(0,114,185,0.2) 100%);
	background: -ms-linear-gradient(left, rgba(0,114,185,1) 0%, rgba(0,114,185,0.2) 100%);
	background: linear-gradient(to right, rgba(0,114,185,1) 0%, rgba(0,114,185,0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072b9', endColorstr='#0072b9', GradientType=1 );
}
.ProductosListado figure figcaption.ListadoInicial {
	padding:10px 10px;
	font-weight:bold;
	text-align:left;
	background: rgba(0,114,185,0.5);
	background: -moz-linear-gradient(left, rgba(0,114,185,0.5) 0%, rgba(0,114,185,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,114,185,0.5)), color-stop(100%, rgba(0,114,185,0)));
	background: -webkit-linear-gradient(left, rgba(0,114,185,0.5) 0%, rgba(0,114,185,0) 100%);
	background: -o-linear-gradient(left, rgba(0,114,185,0.5) 0%, rgba(0,114,185,0) 100%);
	background: -ms-linear-gradient(left, rgba(0,114,185,0.5) 0%, rgba(0,114,185,0) 100%);
	background: linear-gradient(to right, rgba(0,114,185,0.5) 0%, rgba(0,114,185,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072b9', endColorstr='#0072b9', GradientType=1 );
	font-size:20px;
}

.ProductosListado figure figcaption.Destacado a {
	color:#fff;

}

/****************************/
/****************************/

.ProductoFicha {
	margin-bottom:0;
	
}
.ProductoFicha figure {
	background-image:url('../images/sombra-bajo-large.jpg');
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:100% 20px;
	padding-bottom:20px;
}

.ProductoFicha figure img {
	border:1px solid #ccc;
}

.ProductoFicha h1 {
	font-family: 'Open Sans Condensed';
	color:#0072B9;
	font-style: normal;
	font-weight: 700;
	font-size:1.8em;
}
.ProductoFicha h2 {
	color:#726C5E;
	font-size:1.3em;
	border:1px solid #CBC8C0;
	padding:5px 10px;
}


.ProductoFicha h3 {
	font-size:1.1em;
	font-weight:700;
	color:#9F998A;
	text-transform:uppercase;
}

.ProductoFicha p {
	margin:0.6em 0;
}
.ProductoFicha strong {
	color:#726C5E;
}
.ProductoFicha header {
	background-color:#BCB5A8;	
	color:#fff;
	padding:5px 10px;
	font-size:16px;
	margin-bottom:10px;
	font-weight:bold;
}


.ProductoFicha ul {
	list-style-type:none;
}




.ProductoFicha div.Galeria {
	
}

.ProductoFicha div.Galeria img {
	width:167px;
	height:125px;
	border:1px solid #ccc;
	margin:2px;
	margin-bottom:20PX;
}




.Peligro {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:#DE3026; 
	font-size:15px;  
	padding:20px 40px; 
	margin:20px 40px; 
	text-align:center;
}


.ProdcutosRelacionados {
	
}

.ProdcutosRelacionados h3 {
	text-align:center;
}



.Nuevo {
	position:absolute;
	left:20px;
	top:5px;
	z-index:999;
	border:0 !important;
	height:100px;
	width:100px;
}

.Medidas {
	width:100%;
}
.Medidas tr {
	border:1px solid #fff;
}
li.Videos {
	background-image:url(../images/cinemaicons.png);
	background-repeat: no-repeat;
	background-position:10px center;
	background-size:20px 20px;
	padding:10px;
	padding-left:50px;
	border-bottom:1px dotted #ccc;
	margin-bottom:2px;
}
.ListadoConType {
	margin-left:20px;
	
}

.ListadoConType li {
	list-style-type:disc;
}

.DistribuidorFicha h1 {
	color:#0072B9;
}

.DistribuidorFicha h2 {
	color:#726C5E;
	font-size:18px;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:5px;
	margin-top:3em;
}


.Noticias h1 {
	font-family: 'Open Sans Condensed';
	color:#0072B9;
	font-style: normal;
	font-weight: 700;
	font-size:1.8em;
}
.Noticias h2 {
	color:#726C5E;
	font-size:1.3em;
	padding:10px 0;
}
.Noticias h2 a {
	color:#726C5E;
}

.Noticias article {
	margin:10px 0;
	line-height:1.3em;
}

.Noticias article img {
	float:left; 
	margin-right:2em;
}

.Noticias article:nth-child(odd) {
	background-color:#F2F0EE;
}

.Noticias article:nth-child(odd) img {
	float:right; 
	margin-left:2em;
	margin-right:0;
}
.NoticiasFicha article img {
	float:right;
	margin:0 20px;
}
.NoticiasFicha ul {

}
.NoticiasFicha li {
	list-style-type:none;
	list-style-image:url('../images/descargar.png');
	list-style-position:inside;
	
	background: #f5f4f3; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f4f3 0%, #bdb5a9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f4f3), color-stop(100%,#bdb5a9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f4f3 0%,#bdb5a9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f4f3 0%,#bdb5a9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f4f3 0%,#bdb5a9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f5f4f3 0%,#bdb5a9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f4f3', endColorstr='#bdb5a9',GradientType=0 ); /* IE6-9 */
	padding:5px;
	text-transform:uppercase;
	font-weight:bold;
}

.NoticiasFicha li a {
	color:#7B705E;
}


.Innovacion img {
	margin:2px;
	max-width:47%;
	max-height:47%;
	
}

/*-----------------------------------------------------------------------------*/

.DistribuidorFicha {
	
}

.DistribuidorFicha h1 {
	color:#0072B9;
}

.DistribuidorFicha h2 {
	color:#726C5E;
	font-size:18px;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:5px;
	margin-top:3em;
}

.DistribuidorFicha h3 {
	color:#726C5E;
	font-size:16px;
	padding-bottom:5px;
}



.DistribuidorFicha div.BotonEnlace {
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
	font-size: 16px;
	width:100%;
	text-align:left;
	color: #ffffff;
	margin-bottom:5px;
	padding: 10px 15px;
	background: -moz-linear-gradient(
		top,
		#bcb5a8 0%,
		#726c5e);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#bcb5a8),
		to(#726c5e));
	border: 1px solid #726c5e;
	-moz-box-shadow:
		0px 1px 3px rgba(255,255,255,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(255,255,255,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(255,255,255,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
}

.DistribuidorFicha div.BotonEnlace:hover{
	cursor:pointer;
	background: -moz-linear-gradient(
		top,
		#9c968d 0%,
		#444038);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#9c968d),
		to(#444038));
}
.DistribuidorFicha div.BotonEnlace a {
	color:#fff;
	font-weight:700;
}

.DistribuidorFicha hr {
	background-image:url('../images/sombra-bajo-large.png');
	background-repeat:no-repeat;
	background-position:center bottom;
	height:20px;
	background-size:100% auto;
	border:0;
}


.Barra.Distribuidores {
	
}

.Barra.Distribuidores a {
	color:#7D705F;
}


.DistribuidoresDerecha {
	background-image:url('../images/sombra-bajo-large.png');
	background-position:center bottom;
	background-repeat:no-repeat;
	padding-bottom:20px;
	background-size:100% auto;
}

.DistribuidoresDerecha h3 {
	font-size:14px;
}

.CursorPointer {
	cursor:pointer;
}



.Fabricacion {
	min-height:400px;
}


/*-----------------------------------------------------------------------------

KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:   	1.0
date:      	07/27/11
author:		themepunch
email:     	support@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/

.boxedcontainer		{	max-width: 1170px; margin:auto; padding:0px 30px;}

/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/

.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;

}

.tp-banner{
	width:100%;
	position:relative;
}

.tp-banner-fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}

/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/

@media (max-width: 480px) { 
	.ProductosDestacados, .ProductosListado {padding: 1.25em;}
}
/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/





.videoWrapper {
	margin:0 auto;
	width:100%;
	height:100%;
	
	
	}

.h_iframe        {position:relative;}
.h_iframe .ratio {display:block;width:100%;height:auto;}
.h_iframe iframe {position:absolute;top:0;left:0;width:100%; height:100%;}



















