
body 
{ 
	background-color:#ffffff;
	margin:0 0 0 0;
}

/*Cuerpos principales*/
.body
{
  width: 700px;
	height: auto;
	margin:0 auto 0 auto;
}

.center
{
	width:700px;
	height:auto;
	margin-top:0px;
}

.center_title
{
	top:0px;
	width:100%;
	height:auto;
	text-align:justify;
	margin-right:5px;
}

.center_container
{
	clear:both;
	margin-top:20px;
	height:90px;
	margin-bottom:15px;
}

.center_logo
{
	/*height:90px;
	width:90px;*/
	float:left;
	margin-left:10px;
}

.center_subtitle1
{
	width:560px;
	height:auto;
	float:left;
	margin-top:5px;
	margin-left:30px;
	font-family:Arial;
	font-size:18px;
	color:#333333;
	text-decoration:none;}
}

.link_productos
{
	width:100px;
	height:70px;
	border:solid 1px #333333;
	text-align:center;
}

.link_productos_txt
{
	width:50px;
	height:50px;
	margin:10px auto auto auto;
}

.productos
{
	margin-left:130px;
	height:auto;
	width:565px;
	float:left;
}

.producto_titulo
{
	width:100%;
	margin-bottom:5px;
	margin-top:-5px;
}

.producto_centro
{
	width:100%;
	height:105px;
	margin-bottom:15px;
}

.producto_centro img
{
	/*width:100px;
	height:100px;*/
	float:left;
	border:solid 2px #333333;
	margin-top:5px;
}

.producto_info
{
	height:auto;
	width:100%;
	float:left;
	margin:0px 0 0 0;
}

.producto_info img
{
	width:21px;
	height:20px;
	background-color:white;
	margin-right:10px;
	float:left;
}

.producto_info_line
{
	clear:both;
	margin-left:5px;
	margin-bottom:5px;
	line-height:18px;
}

.producto_novetat
{
	padding-top:35px;
	padding-left:10px;
	margin-top:-20px;
	width:100px;
	height:100px;
	float:left;
	background: transparent url(../img/fons_novetat.jpg) no-repeat top left;
}

.producto_descripcion
{
	width:450px;
	/*width:100%;*/
	height:auto;
	margin: 0 0 5px 5px;
	float:left;
}

.producto_descripcion img
{
	margin-left:10px;
	background-color:#333333;
	width:65px;
	height:20px;
	float:left;
}

.producto_descripcion p
{
	/*margin-top:10px;*/
	margin-top:5px;
	display:block;
}

.separacion
{
	clear:both;
	width:100%;
	height:10px;
	border-top:solid 1px #333333;
	margin-top:8px;
	
}

.pie
{
	position:relative;
	clear:both;
	width:700px;
	height:40px;
	text-align:right;
	margin:0;
	border-top:solid 1px #333333;
	top:-11px;
}


#modalContainer {
	background-color:transparent;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:10000;
	
}

#alertBox {
	position:absolute;
	width:500px;
	height:150px;
	margin-top:50px;
	border:2px solid #333333;
	background-color:#cccccc;
		
}

/*#modalContainer > #alertBox {
	position:fixed;
}*/

#alertBox h1 {
	margin:0;
	font:bold 0.9em Arial;
	background-color:#cc9900;
	color:#FFF;
	border-bottom:1px solid #333333;
	padding:2px 0 2px 5px;
}

#alertBox p {
	font:10pt Arial;
	height:50px;
	padding-left:5px;
	margin-left:25px;
	margin-right:10px;
}

#alertBox #closeBtn {
	display:block;
	position:relative;
	margin:30px auto;
	padding:3px;
	border:2px solid #000;
	width:70px;
	font:0.7em Arial;
	text-transform:uppercase;
	text-align:center;
	color:#FFF;
	background-color:#cc9900;
	text-decoration:none;
}
