/* COLORES
rojo1=  #CC0000;
rojo2=  #AA0000;

*/


/* CSS DE DISTRIBUCION DE PAGINA */
*{
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#660000;
}
#root{
	margin-top: -290px;
	margin-right: -500px;
	margin-bottom: -290px;
	margin-left: -500px;
	left: 50%;
	top: 50%;
	position: absolute;
	background-image: url(images/fondo.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 580px;
}
#menu{
	position:relative;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	left:0px%;
	top:0px;
	width:200px;
	height:550px;
	float:left;
	background-color:#FFFFFF;
}
#logo{
}
#navegador{
	position:relative;
	top:30px;
	left:20px;
	width:160px;
}
#dades{
	margin:Opx;
	padding:0px;
	position:absolute;
	width:160px;
	bottom:15px;
	left:20px;
}
#contenido{
	width:800px;
	height:550px;
	float:right;
}
#interior_izquierda{
	width:250px;
	height:550px;
	float:left;
	background-color:#CC0000;
}
#interior_derecha{
	width:500px;
	height:500px;
	padding:25px;
	float:right;
	background-color:#FFFFFF;
}
#superior{
	display:block;
	width:500px;
	clear:both;
}
#inferior{
	margin-top:10px;
	display:block;
	width:500px;
	clear:both;
}
#superior_pack{
	display:block;
	width:500px;
	height:260px;
	clear:both;
}
#inferior_pack{
	margin-top:10px;
	display:block;
	width:500px;
	height:200px;
	clear:both;
}
#superior_izquierda{
	width:230px;
	height:150px;
	float:left;
}
#superior_derecha_pack{
	width:180px;
	float:right;
}
#superior_izquierda_pack{
	width:280px;
	height:150px;
	float:left;
}
#superior_derecha{
	width:230px;
	float:right;
}
#home{
	margin-top:30px;
	text-align:center;
	width:490px;
	height:340px;
}
#home h1{
	color:#000000;
	font-size:24px;
	text-align:left;
	font-weight: bold;
}
#home h2{
	color:#CC0000;
	font-size:13px;
	text-align:left;
}
#home h3{
	color:#000000;
	font-size:18px;
	text-align:left;
	
}
#home h3 em{
	font-size:15px;
}
#home h4{
	color:#666666;
	font-size:12px;
	text-align:left;
	
}
#home h5{
	color:#666666;
	font-size:10px;
	text-align:left;
}
#presentacion{
	width:260px;
	float:left;
}
#textodinamico{
	border-left-style:dashed;
	border-left-color:#999999;
	border-left-width:thin;
	border-bottom-style:dashed;
	border-bottom-color:#999999;
	border-bottom-width:thin;
	padding-left:15px;
	padding-right:10px;
	padding-bottom:15px;
	width:200px;
	float:right;
}
#izquierda{
	width:230px;
	float:left;
}
#derecha{
	width:230px;
	float:right;
}
#foto_packaging{
	text-align:center;
	height:150px;
}
#footer{
	width:1000px;
	height:20px;
	clear:both;
	background-color:#666666;
	text-align:right;
	padding-top:10px;
	font-size:10px;
	font-weight: bold;
	color:#FFFFFF;
}
#footer a:link{
	color:#FFFFFF;
	text-decoration:none;
}
#subfooter{
	color:#CC9900;
	font-size:9px;
	position:absolute;
	top:600px;
}

/* ESTILOS DE TEXTO */

.navegador_lineas{
	line-height: 100%;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-align:left;
}
.navegador a{	
	font-size: 13px;
	font-weight: bold;
	text-align:left;
	text-decoration:none;
}
.navegador a:link{	
	color: #CC0000;
	text-decoration:none;
}
.navegador a:hover{	
	color: #FF0000;
	text-decoration:underline;
}
.navegador a:visted{	
	color: #000099;
	text-decoration:none;
}
.telefons{
	font-weight:bold;
	text-align:center;
	font-size: 20px;
	color: #BB0000;
}
.email a{
	font-size: 10px;
	color: #BB0000;
	text-align:center;
}
#interior_izquierda h1{
	line-height: 80%;
	margin-top:50px;
	margin-bottom:0px;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
}
#interior_izquierda h2{
	line-height: 120%;
	margin-top:10px;
	margin-bottom:0px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
}
#interior_izquierda .rojo2{
	color:#AA0000;
}
#interior_izquierda .rojo3{
	color:#BB0000;
}
#interior_izquierda p{
	margin-bottom:10px;
	margin-left:20px;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-align:left;
}
#presentacion h1{
	margin-top:30px;
	font-size: 20px;
	font-weight: bold;
	color: #CC0000;
	text-align:left;
}
#presentacion p{
	margin-top:5px;
	font-size: 12px;
	color: #555555;
	text-align:left;
}
#textodinamico h1{
	margin-top:30px;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-align:left;
}
#textodinamico p{
	margin-top:5px;
	font-size: 12px;
	color: #000000;
	text-align:left;
}
#texto_packaging a{
	line-height:20px;
	font-size: 10px;
	color: #999999;
	text-align:left;
}
.h1comun{
	margin-top:10px;
	margin-bottom:10px;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-align:left;
}
.pcomun{
	margin-top:3px;
	font-size: 12px;
	color: #000000;
	text-align:left;
}
/*
#izquierda h1, #derecha h1, #superior_izquierda h1, #superior_derecha h1, {
	margin-top:30px;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-align:left;
}
#superior_izquierda_pack h1, #superior_derecha_pack h1 {
	margin-top:5px;
	margin-bottom:10px;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-align:left;
}
#izquierda p, #derecha p, #superior_izquierda p, #superior_derecha p, #superior_izquierda_pack p, #superior_derecha_pack p{{
	margin-top:0px;
	font-size: 12px;
	color: #000000;
	text-align:left;
}
*/
.listado{
	font-size:10px;
	font-weight: bold;
	color:#999999;
}

/* Estilos Formulario */
#presupuesto{
	font-size:10px;
	text-align:left;
	color:#999999;
}
#presupuesto input{
	background-color:#CCCCCC;
	border:1px;
	font-size:10px;
	text-align:left;
}
#presupuesto textarea{
	background-color:#CCCCCC;
	border:1px;
	font-size:10px;
}
#presupuesto .seccion{
	font-size:12px;
	font-weight:bold;
	text-align:left;
	color:#993300;
}
#presupuesto .titulo_presupuesto{
	text-align:left;
	color:993300;
	font-size:18px;
	font-weight:bold;
}
#presupuesto .boton{
	text-align:center;
}
.link{
	text-align:left;
	color:993300;
	font-size:10px;
	font-weight:bold;
}
.link_desc{
	text-align:left;
	color:993300;
	font-size:10px;
}
