/* Inicio RESET de los TAGS por defecto --------------------------------------------------*/

body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,img,form,fieldset,blockquote,td {
    margin: 0px;
    padding:0px;
    border: 0px;
}

hr { display:none;}

p { margin-bottom:10px; }

table{ border-collapse:collapse; }


/* Fin RESET de los TAGS por defecto --------------------------------------------------*/




 

/*  Inicio ELEMENTOS básicos de HTML --------------------------------------------------*/

body {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:90%;
	background-color:#d2edfc;
}




input, select, textarea {border:1px solid #dcd8cf;}
input, textarea{padding:1px;}


p {
    margin: 10px 0 0 0;
	padding-bottom:10px;
}

ul, li {
	list-style: none;
	font-size: 1em;
}

a {
    text-decoration: none;
    padding-bottom: 1px;
    color:#666666;
}

a:hover {
    color: #027dc3;
}

h1, h2, h3, h4, h5, h6 { color: #027dc3; }

h1 {
    font-size: 1.7em;
    font-weight: normal;
    margin-bottom: 2px;
}

h2 { 
     font-size: 1.6em;
}

h3 {
    font-size: 1.5em;
    margin: 0 0 5px 0;
}

h4 {
    font-size: 1.4em;
    font-weight: bold;
    margin: 10px 0 0 0;
}

h5 {
    font-size: 1.0em;
    font-weight: bold;
}

h6 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 10px 0 0 0;
}

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited {color: #d50026;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {color: #444;}

table {
    width:100%;
    margin:10px 0;
    padding-bottom:10px;
}


/*  Fin ELEMENTOS básicos de HTML --------------------------------------------------*/





/*  Inicio clases GENERICAS para cualquier elemento --------------------------------------------------*/

.justi{	text-align:justify; }


.small {
    font-size: 9px;
    line-height: 13px;
}

.masgrande{
	font-size:120%;
}

.clear {
    clear: both;
}

.hidden {display:none; visibility:hidden;}

iv.hr {
  margin-top: 15px;
  height: 4px;
  border-top: 1px solid #EFEFEF;
  clear:left;
}

div.hr{
	width:100%;
	background:transparent url(../img/bg_hr.png) no-repeat top center;
	height:13px;
	clear:both;
}

div.hr hr {
  display: none;
}

.margenr{
	margin-right:10px;
}


.right { float:right;}
.left { float:left; }

.no-link {
    background: none !important;
    text-decoration: none;
    padding-bottom: 0;
}

/* Relacionado con las imagenes */

.tipo1, .tipo2, .tipo3  {
  padding: 2px;
}

.tipo1 { float:right;     margin: 2px 0px 0px 5px; }
.tipo2 { float:left;      margin: 2px 5px 0px 0px; }
.tipo3 { margin: 0 auto;  margin: 2px 5px 0px 0px; text-align:center;}

/*  Fin clases GENERICAS para cualquier elemento --------------------------------------------------*/










/*  Inicio FORMATO de pagina --------------------------------------------------*/

#container {
	height: 100%;
	margin: 0;
	padding: 0;
	min-width: 975px;
	width: 100%;
	
	background: url(../img/header.png) repeat-x top left; 
	/*background: url(../img/bg_navidad.gif) repeat-x top left;*/
	position: relative;
}


/*  Fin FORMATO de pagina --------------------------------------------------*/






/*  Inicio CABECERA de pagina --------------------------------------------------*/


#header {
    width: 95%;
	margin: 0 auto 0 auto;
    min-width: 975px;		
    height: 71px;
}


#header h1 {
	background: url(../img/logo_romalux.png) no-repeat top left;
	width: 283px;
	height: 70px;
	float: left;
	margin-top: 2px;
	text-indent: -10000px;
}


#header h2 {
	background: url(../img/text_laopcion.png)  no-repeat top left;
	width: 236px;
	height: 26px;
	float: left;
	margin-top: 30px;
	text-indent: -10000px;
}


#header ul {
	float: right;
	margin-right: 14px;
}

#header ul li { 
	background: url(../img/menu-hr.png) no-repeat top right;
    display: block;
    float: left;
	margin-right: 1px;
    line-height: 5em;
	font-weight:bold;
}

#header ul a { 
    float: left;  
	text-decoration: none; 
	height: 68px;
	padding: 0 15px 0 15px;
	color:#fff;
}  
#header ul a:hover, #header ul li.selected a {
	background: url(../img/menu-bg.png) repeat-x top left;
	color:#ff0;
}


/*  Fin CABECERA de pagina --------------------------------------------------*/








/*  Inicio BOTONES HOME --------------------------------------------------*/

#botonacos {
	min-width: 975px;
	width: 100%;	
	padding-top: 10px;
	height:150px;
	position: relative;
}

#botonacos ul {
	width: 975px;
	margin:0 auto;
}

#botonacos ul li {
	background: url(../img/navigation-bg.png) no-repeat top left;
	display: inline;
	float: left;
	width: 128px !important;
	height: 95px;
	margin-right: 13px;
}

#botonacos ul li.ultimo {
	margin-right: 0px;
}

#botonacos ul li:hover, #botonacos ul li.active {
	background: url(../img/navigation-bg.png) no-repeat 0 -100px;
}

#botonacos ul li a {
	display: block;
	width: 115px !important;
	height: 78px;
	padding: 7px 5px 0 0;
	margin: 4px 11px 0 4px;
	line-height: 135px;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*color: #027dc3;*/
	color:#003366;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:110%;	
	
}

#botonacos ul li a:hover{
	color:#FFCC00;
}

#botonacos ul li a#carpinteria {background: url(../img/picto_carpinteria.png) no-repeat top left;}
#botonacos ul li a#interiorismo {background: url(../img/picto_interiorismo.png) no-repeat top left;}
#botonacos ul li a#mosquitera {background: url(../img/picto_mosquitera.png) no-repeat top left;}
#botonacos ul li a#motores {background: url(../img/picto_motores.png) no-repeat top left;}
#botonacos ul li a#persiana {background: url(../img/picto_persiana.png) no-repeat top left;}
#botonacos ul li a#puertas {background: url(../img/picto_puertas.png) no-repeat top left;}
#botonacos ul li a#toldos {background: url(../img/picto_toldos.png) no-repeat top left;}


/*  Fin BOTONES HOME --------------------------------------------------*/






/*  Inicio CONTENIDO de pagina --------------------------------------------------*/


#main{
    min-width: 975px;
	width: 100%;
	background-color:#fff;
}

#main.blue{
	background:none;
	background-color:#2364bc;
	color:#FFFFFF;
}	

#main.home{
	background:none;
	background-color:#4c7fb6;
}


#main.blue h2, #main.blue h3, #main.blue h4,  #main.blue h5  {
	color:#FFCC33;
}
	
div#main div#content {
	width: 975px;
	min-height: 380px;
	margin: 0 auto 0 auto;
}


div#main div#content p{
	text-align:justify;
	padding-left:20px;
}


ul.lista {
	padding:0px;
	margin:5px 5px 5px 25px;
	list-style-type: none;
	list-style-image: none;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

ul.lista li {
    margin:0px;
	padding:0px;
	display: block;
    padding:0px 2px 10px 15px;
	background: url(../img/li.gif) 2px 4px no-repeat; 	
	font-size:95%;
	text-align:justify;
}



p.intro{
	font-size:85%;
	color:#333333;
}

#main.blue p.intro{
	color:#ddd;
}

div.intro { /*background: url(../img/bg-intro.png) repeat-x top left; */}



div#unacol, div#doscol{
   margin: 0 auto; 
   padding-top:20px;
   width:100%;
}

div#unacol{
	background:none;
	
}

div#doscol.contactar{
   background:transparent url(../img/bg_contactar.png) no-repeat bottom left;
   min-height:500px;
}

div#doscol.solicitud{
   background:transparent url(../img/bg_solicitud.png) no-repeat bottom left;
   min-height:500px;
}


div#doscol.utilidades{
   background:transparent url(../img/bg_utilidades.png) no-repeat bottom left;
   min-height:500px;
}


div#doscol.galeria{
   background:transparent url(../img/bg_galeria.png) no-repeat bottom left;
   min-height:500px;
}


div#doscol.google{
   background:transparent url(../img/bg_google.png) no-repeat bottom left;
   min-height:500px;
}

div#doscol.ral{
   background:transparent url(../img/bg_ral.png) no-repeat bottom left;
   min-height:500px;
}

div#doscol.fondos{
   background:transparent url(../img/bg_fondos.png) no-repeat bottom left;
   min-height:500px;
}

div#doscol.descargas{
   background:transparent url(../img/bg_descargas.png) no-repeat bottom left;
   min-height:500px;
}

div#doscol.faq{
   background:transparent url(../img/bg_faq.png) no-repeat bottom left;
   min-height:580px;
}

div#doscol.madera{
   background:transparent url(../img/bg_acabadosmadera.png) no-repeat bottom left;
   min-height:500px;
}

div#doscol.enlaces{
   background:transparent url(../img/bg_enlaces.png) no-repeat bottom left;
   min-height:625px;
}

div#doscol.catalogos{
   background:transparent url(../img/bg_catalogos.png) no-repeat bottom left;
   min-height:625px;
}

div#doscol.actualidad{
   background:transparent url(../img/bg_actualidad.png) no-repeat bottom left;
   min-height:500px;
}


div#doscol.solidaria{
   background:transparent url(../img/bg_solidaria.png) no-repeat bottom left;
   min-height:500px;
}

div#doscol.romalux{
   background:transparent url(../img/bg_romalux.png) no-repeat bottom left;
   min-height:500px;
}

div#doscol.avisolegal{
   background:transparent url(../img/bg_avisolegal.png) no-repeat bottom left;
   min-height:500px;
}



div#doscol  div#content {
	width:675px;
	padding:10px 0px 0px 20px;
	margin: 0px 20px 0px 24%;
	background:transparent url(../img/bg_content.png) no-repeat top left;
}


div#doscol  div#sidebar {
    float: left;
	width:24%;
	text-align:right;
	min-height:375px;
	background:transparent url(../img/bg_sidebar.png) no-repeat top right;
}




div#sidebar h4{
	padding:40px 60px 0px 0px;
}





#sidebar ul.menuside{
	padding:50px 60px 30px 0px;
}


#sidebar li{
	margin-bottom:20px;
	border-bottom:#999999 1px dotted;
}


#sidebar li a{
	display:block;
	font-weight:bold;
	background:url(../img/fn_arrow_grey.gif) no-repeat top right;	
	padding-right:25px;
}


#sidebar li a:hover{
	background:url(../img/fn_arrow_blue.gif) no-repeat top right;	
}


#sidebar li.selected a {
    color: #000a9b;
	background:url(../img/fn_arrow_blue.gif) no-repeat top right;	
}


.liutilidades{
	background: no-repeat url(../img/arrow-right.gif);
	background-position: 0px 6px;
	margin: 5px 0 5px 10px;
	padding:2px 2px 2px 12px;
}

.liutilidades a{
	cursor: pointer;
	font-weight:bold;
}

.error{
 color:#990000;
}

.ok{
 color:#009933;
}


 /* Menu de segundo nivel para productos */
 

#sidebar ul.prods{
	font-size:105%; 
	padding-top:20px;
}


#sidebar ul.prods li{
	line-height:1.2em;
} 
 
 
#sidebar ul.prods ul{
	padding:10px 15px 0px 0px;
	font-size:75%;	
}



#sidebar ul.prods li li {
	margin-bottom:5px;
	border-bottom:none;
	line-height:1.9em;
}


#sidebar ul.prods2 li a{
	color:#027dc3;
	background:url(../img/fn_arrow_red.gif) no-repeat top right;
}

#sidebar li li a.selected{
	color:#000;
}

#sidebar li li a:hover, #sidebar li li.selected a{
	background-color:#FFFF33;
}














#main.blue #sidebar li a{
	color:#ddd;
}

#main.blue #sidebar li a:hover{
	color:#fff;
}

#main.blue #sidebar li.selected a{
	color:#fff;

}

#catalogos{
	margin: 10px 10px 10px 1px;
	padding: 4px;	
	float:left;
	width:150px;
	border:dashed #CCCCCC 1px;
}

#catalogos.fin{
	margin: 10px 0px 10px 1px;
}

#catalogos #inf{
	background: repeat-x url(../img/tabs_2_pdf.gif);
	height: 40px;
	padding: 4px 2px 2px 28px;
}



/*  Fin CONTENIDO de pagina --------------------------------------------------*/










/*  Inicio PAGINA DE PRODUCTO --------------------------------------------------*/

#fichaproducto{
	 float:left;
	 width:100%;
}

#ariadna{
	margin-bottom:20px;
	font-size:0.8em;	
}





table.listadatos{
	border-top:#027cc3 2px solid;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:0.85em
}

table.listadatos th, table.listadatos td{
	padding:5px;
}

table.listadatos th{
	background-color:#FFFF66;

	border-bottom:#027cc3 2px solid;
	color:#333333;
}

table.listadatos td{
	border-bottom:#027cc3 1px dotted;
	text-align:center;
}


table.listadatos tr.impar td{
	background-color:#e2eaed;	
}

table.listadatos img{
	border: 1px solid #e2eaed; 
}


#liprod{}

#liprod ul{
	display:block;
	margin-left:20px;
}

#liprod li{
	background: no-repeat url(../img/li.gif);
	background-position: 0px 6px;
	padding:2px 2px 2px 12px;
}



.linkmamparas{
	background: no-repeat url(../img/li.gif);
	background-position: 0px 6px;
	margin-left:10px;
	padding:2px 2px 2px 12px;
}

.linkmamparas a{
	cursor: pointer;
	font-weight:bold;
}

#bloquemamparas{
	float:left;
	width:330px;
	padding-left:5px;
}

#bloquemamparas ul{
	padding-top:2px;
}

#piemamparas{
	margin-top:15px;
	border-top:#027cc3 1px dashed;
	font-size:0.7em;
}

#bloqueprod{
	float:left;
	width:310px;
	margin-left:5px;
}

/*  Fin PAGINA DE PRODUCTO --------------------------------------------------*/









/*  Inicio PIE DE PAGINA --------------------------------------------------*/


#footer {
	position:relative;
	margin:0 auto;
    min-width: 975px;
	width: 100%;
    font-size:11px;
	text-align:center;
	color:#044468;
	background:transparent url(../img/footer.png) repeat-x bottom left;
	border-top:#027dc3 3px solid;
}



#footline{
	position:relative;
	margin:0 auto;
	width: 975px;
	background:url(../img/onda.png) no-repeat;
	height:45px;
	padding-top:35px;
}


#footer a{
	color:#044468;
	text-decoration:underline;
}


#footer a:hover{
	color:#FFFF00;
}


#eltiempo{
	position:absolute;
	bottom:0px;
	right:0px;	
}


#marconoticias{
	position:relative;
	margin:0 auto;
	width: 959px;
	margin-top:5px;
	height:53px;
	overflow:hidden;
	background-image:url(../img/bg_marque.png);
	background-repeat:no-repeat;
}

#marconotinterior{
	position:absolute;
	width:959px;
	height:53px;
}


#iemarquee{
	font-size:120%;
	color:#027dc3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


/*  Fin PIE DE PAGINA --------------------------------------------------*/






































/* Inicio tablas para maquetar contenidos  --------------------------------------------------*/

table.tablaral {
	width:580px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	margin-left:50px;
	border-collapse:separate;
}

table.tablaral td{
	padding:7px;
	border-width:5px;
}




table.maqueta td{
	padding:5px;
	vertical-align:top;
}



table.tgaleria {
	width:580px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	margin-left:45px;
	border-collapse:separate;
	text-align:center;
}

table.tgaleria a{
	display:block;
	color:#fff;
	width:80px;
	height:60px;
	padding:5px;
}

table.tgaleria a.selected{
	border:#FFFFFF 1px solid;
}

table.tgaleria a:hover{
	color:#000;
	background-color:#eee;
}



table.tamadera{
	font-size:0.8em;
}

table.tamadera th{
	font-size:0.9em;
	font-weight:normal;
	border-top:#999999 1px dashed;
}

table.tamadera td{
	padding-bottom:20px;

}

/* Fin tablas para maquetar contenidos  --------------------------------------------------*/




/* PAGINAS DE PRODUCTOS */


#fAcordeon {
    margin-left: 0;
	padding: 10px 0;
}

.acordeonWidget span.spanTitulo {
    margin-bottom: 5px;
    padding-bottom: .25em;
    display: block;
    font-size: 1.2em;
	letter-spacing: -1px;
    border-bottom: 1px solid #ccc;
    color: #027dc3 !important;
}

.acordeonWidget span.acor_slogan {
    font-size: .856em;
    font-weight: bold;
    display: block;
    color: #0fa1b8;
    text-transform: uppercase;
}

.acordeonWidget span.acor_sumario {
/*    width: 130px;*/

    width: 160px;
    margin-left: 0;
    margin-bottom: 1em;
    padding-left: 0;
    display: block;
    font-size: .856em; /*12px*/
    line-height: 1.5em; /*18px*/
    font-weight: normal;
    color: #333;
/*	text-align:justify;*/
}

#fAcordeon .acordeon .more {
	position:absolute;
	left:5px;
	bottom:0px;

    display: block;
    float: none;
    font-weight: bold;
    margin-left: 0;
    padding-left: 0;
	padding-top:10px;
	color:#003399;
}


#fAcordeon .acordeonWidget {
	height: 220px;
    margin-bottom: 0;
	padding-top: 10px;
	display: block;
    background: #eee;
}


#fAcordeon li {
	position:relative;
	float: left;
	display: inline;
    margin-left: 10px;
	list-style: none;
}

#fAcordeon .acordeon {
    height:200px;
	width: 293px;
    margin-left: 0;
	padding: 5px;
	display: block;
	cursor: pointer;
	overflow: hidden;
	background: transparent;
}

#fAcordeon .aUno {
    background: #fff url(../img/foto13.jpg) no-repeat 190px 42px; 
}

#fAcordeon .aDos {
	background: #fff url(../img/foto3.jpg) no-repeat 190px 42px; 
}

#fAcordeon .aTres {
    background: #fff url(../img/foto10.jpg) no-repeat 190px 42px; 
}

#fAcordeon .aCuatro {
		background: #fff url(../img/foto9.jpg) no-repeat 190px 42px; 
}

#fAcordeon .aCinco {
		background: #fff url(../img/foto4.jpg) no-repeat 190px 42px; 
}

#fAcordeon .aSeis {
    background: #fff url(../img/foto14.jpg) no-repeat 190px 42px; 
}

#fAcordeon .aSiete {
    background: #fff url(../img/foto7.jpg) no-repeat 190px 42px; 
}

#fAcordeon .aOcho {
    background: #fff url(../img/foto5.jpg) no-repeat 190px 42px; 
}

#fAcordeon .aNueve{
    background: #fff url(../img/foto6.jpg) no-repeat 190px 42px; 
}










/* FIN DE PAGINAS DE PRODUCTOS */












/* PAGINAS DE CONTACTAR */

.satelite_contactar{
	float:left;
	width:310px;
	margin-left:20px;
	margin-bottom:20px;
}

.google_contactar{
	float:left;
	width:380px;
	margin-left:20px;
	margin-bottom:20px;
}


.dat_contactar{
	float:left;
	width:290px;
}

.dat_contactar p{
	margin-top:0px;
}

#contact-form td {
	border-bottom: 1px solid #CCC;
	vertical-align: top;
}


table.tableform{
	margin-left:20px;
}

table.tableform td{
	padding:5px;
	padding-top:10px;
	border-bottom:#aaa 1px solid;
}



input, textarea{font-family:Tahoma;font-size:95%;}
input, select, textarea { vertical-align:middle; font-weight:normal;}















#sombrahome{
	background:url(../img/sombra_home.jpg) repeat-x;
	padding-top:10px;
}

#cuerpohome{
    width: 975px;
	margin: 10px auto 10px auto;
	color:#7f7f7f;
	font-size:11px;
}

#prodhome{
	position:relative;
	float:left;
	width:499px;
}


#notshome{
	position:relative;
	float:left;
	margin-left:20px;
	width:443px;
	height:250px;
}


#notshome .margen, #prodhome .margen{
	padding:0px 0px 0px 55px;
}


#cuerpohome h4{
	color:#375f8a;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-bottom:5px;
}


.gallerycontent{
	padding: 0px;
	display: block;
	height:220px;
}


.gallerycontent .acor_slogan{
	font-weight:bold;
	display:block;
	font-size:105%;
	color:#666;
	margin-bottom:3px;
}


.gallerycontent img, #notshome img.tipo2 {
	border:#006699 1px dashed;
}

a.boton{
	background-color:#B6E1FC;
	color:#333333;
	border:#006699 1px solid; 
	padding:3px 5px 3px 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a.boton:hover{
	background-color:#FFFF00;
}

#notshome .boton,  #prodhome .boton{
	position:absolute;
	bottom:0px;
	left:55px;
}

#prodhome .boton{
 	left:55px;
}

#lonasmenu li{
	border-bottom: none; border-top:#999999 1px dotted; font-weight:bold; color:#666666;
}
