/* Italmotonautica - Screen */

@import url("thickbox.css");

* {
	margin: 0;
	padding: 0;
}	

body {
	font: normal 60% "Verdana";
	background: url('../images/core/tile-body.jpg') 0 100px repeat-x;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/*====================================
	Container Top
======================================*/

div.container-top {
	width: 100%;
	height: auto;
}

/*====================================
	Container
======================================*/

div.container {
	width: 740px;
	height: auto;
	margin: 0 auto;
}

/*====================================
	Header 
======================================*/

div.header {
	width: 740px;
	height: 100px;
	position: relative;
	margin-bottom: 24px;
	background: url('../images/core/bg-header.jpg') right no-repeat;
}

/* Logo */

div.logo {
	position: absolute;
	top: 35px;
	left: 4px;
}

div.logo h2 {
	text-indent: -9999px;
	overflow: hidden;
}

div.logo h2 a {
/*	width: 147px;
	height: 96px;*/
	width: 263px;
	height: 25px;
	display: block;
	background: url('../images/core/logotrans.gif') 0 0 no-repeat;
}

/*====================================
	Banner 
======================================*/

div.banner {
	width: 740px;
	height: auto;
	position: relative;
	margin-bottom: 25px;
}

div.banner:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*====================================
	Banner Left
======================================*/

div.banner-left {
	width: 235px;
	height: 253px;
	float: left;
	padding: 10px 0 10px 10px;
	background: #3c3b39;
}

div.banner-left ul {
	list-style-type: none;
}

div.banner-left ul li {
	float: left;
}

div.banner-left ul li a {
	width: 235px;	
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	float: left;
}

div.banner-left ul li img {
	 z-index: 100;
	 display: none;
	position: absolute; right: 10px; top: 10px;
}

div.banner-left ul li a.embarcaciones {
/*	height: 85px;*/
	height:63px;
	background: url('../images/core/banner-precastflooring.jpg') 0 0 no-repeat;
}

	div.banner-left ul li a.embarcaciones:hover {
		background-position: 0 -63px;
	}

div.banner-left ul li a.motores {
	height: 63px;
	background: url('../images/core/banner-precastconcrete.jpg') 0 0 no-repeat;
}

	div.banner-left ul li a.motores:hover {
		background-position: 0 -63px;
	}

div.banner-left ul li a.remolques {
	height: 63px;
	background: url('../images/core/remolques.jpg') 0 0 no-repeat;
}

	div.banner-left ul li a.remolques:hover {
		background-position: 0 -63px;
	}
div.banner-left ul li a.ocasion {
	height: 63px;
	background: url('../images/core/ocasion.jpg') 0 0 no-repeat;
}

	div.banner-left ul li a.ocasion:hover {
		background-position: 0 -64px;
	}
	

/*====================================
	Banner Right
======================================*/

div.banner-right {
	width: 475px;
	height: 254px;
	float: left;
	border-top: 10px solid #000;
	border-left: 10px solid #000;
	border-bottom: 9px solid #000;
	border-right: 10px solid #000;
}

div.banner-right img {
	position: relative;
}

/*====================================
	Navigation
======================================*/

div.navigation {
	width: 740px;
	height: auto;	
	font-size: 1.8em;
	margin-top:-2px;
	margin-bottom: 25px;
}

div.navigation:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.navigation ul {
	list-style-type: none;
	float: left;
}	

div.navigation ul li {
	float: left;
	text-align: center;
}

div.navigation ul li a {
	float: left;
	display: inline;
	padding-top: 8px;
	height: 34px;
	color: #FFF;
	text-decoration: none;
	margin-right: 20px;
}	

div.navigation ul li a.home {
	width: 87px;
}

	body#home div.navigation ul li a.home {
		color: #252423;
		background: url('../images/core/nav-home.jpg') 0 0 no-repeat;
	}
div.navigation ul li a.productos {
	width: 150px;
}

	body#productos div.navigation ul li a.productos {
		color: #252423;
		background: url('../images/core/nav-companyprofile.jpg') 0 0 no-repeat;
	}

div.navigation ul li a.proveedores {
	width: 150px;
}

	body#proveedores div.navigation ul li a.proveedores {
		color: #252423;
		background: url('../images/core/nav-companyprofile.jpg') 0 0 no-repeat;
	}

div.navigation ul li a.ferias {
	width: 150px;
}

	body#ferias div.navigation ul li a.ferias {
		color: #252423;
		background: url('../images/core/nav-companyprofile.jpg') 0 0 no-repeat;
		/*background: url('../images/core/nav-precast.jpg') 0 0 no-repeat;*/
	}

div.navigation ul li a.projects {
	width: 175px;
}

	body#project div.navigation ul li a.projects {
		color: #252423;
		background: url('../images/core/nav-ultrafloor.jpg') 0 0 no-repeat;
	}

div.navigation ul li a.contact {
	width: 98px;
	margin-right: 0 !important;
}

	body#contact div.navigation ul li a.contact {
		color: #252423;
		background: url('../images/core/nav-contact.jpg') 0 0 no-repeat;
	}

div.navigation ul li a:hover {
	color: #e44d28;
}

/*====================================
	Content
======================================*/

div.content {
	width: 740px;
	height: auto;
	background: #FFF;
	margin-bottom: 25px;
}

div.content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*====================================
	Content Left
======================================*/
#menu {
list-style: none;
width: 200px;
padding-top: 10px;
padding-left: 10px;
font-family: Trebuchet MS;
font-size: 16px;
background-image:none;

}
#menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu a:link{
color:#A0A0A0;
height: 18px;
display:block;
text-decoration: none;
padding: 8px 0 0 0px;
/*font-weight:normal;*/
}

#menu a:visited{
text-decoration: none;
color:#A0A0A0;
}

#menu a:hover{
color: #595959;
}

#menu a:active{
color: #dbdbdb;
}

#menu ul #categoria2{
margin-left:10px;
font-size: 12px;
}

#menu ul #categoria3{
margin-left:15px;
margin-top:0;
padding:0;
font-size:10px;
color:#A0A0A0;
}

#contenfoto{
margin:0 auto;
}
.contenedorfoto { 
   float:left; 
   width:149px; 
   height:150px; 
   margin: 0px; 
   padding:1px; 
   background-color:#f5f7f9; 
   border-right: #a5a7aa solid 1px; 
   border-bottom: #a5a7aa solid 1px; 
   text-align:center;
   font-family: Trebuchet MS;
   font-size:12px;
} 

/*-----------------------------------*/
div.content-left {
	width: 220px;
	min-height:360px;
	/*height: auto;*/
	float: left;
	padding: 25px 15px;
/*	color: #625e5a;
	font-size: 1.2em;
	background: url('../images/core/bg-contentleft.gif') 15px top no-repeat;*/
	background: url('../images/background.png') no-repeat;
}	

div.content-left h2 {
	color: #4d4c49;
	font-size: 1.2em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

div.content-left p {
	line-height: 2em;
	margin-bottom: 20px;
}

div.content-left a {
	color: #e34923;
	text-decoration: none;
}

div.content-left a:hover {
	color: #4d4c49;
}

div.content-left .contact-us {
	padding-left:10px;
}
/*====================================
	Content Right
======================================*/

div.content-right {
	width: 460px;
	height: auto;
	float: right;
	padding: 25px 15px;
}


body#proveedores div.content-right,
body#ficha_producto div.content-right,
body#ferias div.content-right,
body#project div.content-right {
	width: 680px;
	float: left;
}


div.standard,div.product {
	font-size: 1.2em;
	color: #252423;
}

div.standard h1 {
	color: #4d4c49;
	font-size: 1.2em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

div.standard h2 {
	color: #4d4c49;
	font-size: 1.1em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

div.standard h2 a {
	color: #e34923;
	text-decoration: none;
}
	
div.standard h2 a:hover {
	color: #4d4c49;
}

div.standard h3 {
	color: #4d4c49;
	font-size: 1em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

div.standard h4 {
	color: #4d4c49;
	font-size: 0.9em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

div.standard h5 {
	color: #4d4c49;
	font-size: 0.8em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

div.standard p {
	line-height: 2em;
	margin-bottom: 20px;

}
div.product p {
	line-height: 2em;
	margin-bottom: 20px;
	border: 5px solid #eeedea;

}

div.standard a {
	color: #e34923;
	text-decoration: none;
}

div.standard a:hover {
	color: #4d4c49;
}

div.standard ul {
	list-style-type: square;
	margin: 0 0 20px 20px;
}

div.standard ul li {
	line-height: 2em;
}

div.standard ul.items-home {
	width: 92%;
}

div.standard ul.items-home li {
	float: left;
	width: 200px;
}

div.standard ul.items-home li.fix-pos {
	position: relative;
	top: -25px;
}

div.standard ol {
	margin: 0 0 20px 20px;
}

div.standard ol li {
	line-height: 2em;
}

div.standard ul.list-pdf {
	list-style-type: none;
}

div.standard ul.list-pdf li {
	background: url('../images/core/icon-pdf.gif') no-repeat;
	padding-left: 26px;
	line-height: 1.6em;
}

div.standard img {
	border: 5px solid #eeedea;
	float:left;
}

div.standard img.left {
	float: left;
	margin: 0 20px 10px 0;
	border: 5px solid #eeedea;
}

div.standard img.right {
	float: right;
	margin: 0 0 10px 20px;
	border: 5px solid #eeedea;
}

div.standard hr {
	border: 0;
	height: 0;
	border-bottom: 1px solid #dddbd7;
	margin-bottom: 20px;
}

div.steps {
	clear: left;
	display: block;
}


div.steps img.clear-left {
	float: left;
	clear: left;
	margin: 0 20px 10px 0;
	border: 5px solid #eeedea;
}



/*====================================
	Members
======================================*/

div.members {
	width: 660px;
	height: auto;
	background: #eeedea;
	padding: 20px 40px;
	margin-bottom: 10px;
}

div.members:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.members ul {
	list-style-type: none;
}

div.members ul li {
	float: left;
	margin-left: 80px;
	display: inline;
}

div.members ul li img {
	border: 0;
}

/*====================================
	Caption
======================================*/
div.caption {}

div.caption-box { 
	display: inline-block;
	margin-bottom: 20px; 
}

div.caption-box:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.caption-image {
	width: 110px;
	float: left;
	padding-right: 20px;
}
div.caption-image img {
	margin-bottom: 10px;
}

div.caption-small {
	font-size: 0.9em;
	color: #9F9C95;
	margin-bottom: 10px;
}

div.caption-content {
	width: 550px;
	float: left;
}


/*====================================
	Container Bottom
======================================*/

div.container-bottom {
	width: 100%;
	height: auto;
	background: #252423;
}

/*====================================
	Footer
======================================*/

div.footer {
	width: 700px;
	height: auto;
	margin: 0 auto;
	padding: 30px 20px;
	color: #989693;
	font-size: 1.2em;
}

div.footer:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.footer ul {
	list-style-type: none;
	margin-bottom: 10px;
}

div.footer ul li {
	display: inline;
	margin-right: 20px;
	display: inline;
}	

div.footer ul li a {
	color: #989693;
	text-decoration: none;
}

div.footer p {
	display: inline;
}

div.footer img {
	border: 0;
	float: right;
}







