/*
	Metodología CSS: http://wiki.trevenque.es/index.php/Desarrollo_Web
	
	Aníbal Barnés - GTK
	
	_Grid genérico, elementos de contenido, bloques (border+background)
*/
#content .column{
	float:left;
	width:328px;
	_height:1%;
}


.clear{clear:both;font-size:0;height:0;}
br.clear{display:block;}
body{background:url(../images/fondo.png) repeat-x top;}

#contenedor{width:1014px; margin:0 auto; background:url(../images/sombra-contenido.png) repeat-y;}
#contenedor2{background: url(../images/cabecera.png) top no-repeat;}
#contenido{min-height:800px;}
#pie{background:#fff url(../images/sombra-pie.png) top no-repeat;padding:44px 0 50px 38px;}
.logo{padding:13px 0 0 33px;float:left;font-size:0px;margin:0px;}
.logo a{display:block;height:128px;width:100px;}

/*Imágenes de cabecera*/
.img-cabecera{height:265px;float:left;width:779px;height:137px;margin-left:67px;}
#contenido{
	padding:36px 0px 148px 0px;
}
#left{
	margin:0px 0px 0px 24px;
	padding:0px 0px 0px 26px;
	width:150px;
	float:left;
	min-height:300px;
	_height:300px;
	_margin:0px 0px 0px 12px;
}
body.righted #left{
	margin:0px 30px 0px 24px;
	_margin:0px 30px 0px 12px;
}
body.inversion #left{
	margin:0px 0px 0px 24px;
}
#breadcrumb{
	float:left;
	width:686px;
	margin-bottom:14px;
	}
#content{
	float:left;
	width:686px;
}
div#items{
	background:url(../images/bgItems.png);
}
div#items .item{
height:142px;
padding-top:16px;
}
div#items .item .image{
	border:1px solid #CCC;
	padding:4px;
	float:left;
	margin-right:12px;
}
div.item h3{
	color:#009DDF;
	font:bold 16px Arial, Verdana, sans-serif;
	margin-bottom:-2px;
}
div.item div.place{
	color:#000;
	font:bold 14px Arial, Verdana, sans-serif;
	margin-bottom:16px;
}
div.item div.moreinfo a{
	font:10px Arial, Verdana, sans-serif;
	color:#00AAE7;
	text-transform:uppercase;
}

div.indent{
	padding-left:14px;
	
}

/* templavoila empresa */
.empresa{
	height:142px;
	padding-top:16px;	
	background:url(../images/bgItems.png) repeat-x left bottom;
	
}
.empresa .imagen{
	border:1px solid #CCC;
	padding:4px;
	float:left;
	margin-right:13px;
	
}

.empresa .contenido{
		float:left;	
		width:580px;
		
		padding-bottom:18px; 
}
.empresa .titulo{

	font: normal 16px Arial, Helvetica, sans-serif;
	color:#009DDF;
	margin-bottom:12px;
	margin-top:-1px;
}
div.empresa div.place{
	color:#000;
	font:bold 14px Arial, Verdana, sans-serif;
	margin-bottom:16px;
}
div.empresa div.moreinfo a{
	font:10px Arial, Verdana, sans-serif;
	color:#00AAE7;
	text-transform:uppercase;
}
