body {
	background:#2B2B2B;
	font-family:"Trebuchet MS", Arial;
	font-size:12px;
	}
	
a {color:#ac2c0d; text-decoration:none;cursor: pointer}
a:hover {color:#dc2e04;}

.left {float:left; display:inline;}
.right {float:right; display:inline;}

/* Estructura */

#content-page {}
	#page {
		margin:auto;
		width:940px;
		}
		#content-nav {
			display:inline;
			float:right;
			position:relative
			}
		#header-home {height:268px;}
		#header-int {height:99px;}
		#wrap {overflow:hidden; height:1%;}
		.tres-columnas {background:url(../images/bg-3columnas.gif) repeat-y;}
		.dos-columnas {background:url(../images/bg-2columnas.gif) repeat-y;}
			#col-a, #col-b, #col-c, #col-bc  {display:inline; float:left; padding-top:20px; overflow:hidden;}		
			#col-a {
				background:#D7D7D7 url(../images/bg-col-a.gif) repeat-x;
				width:240px;
				}
			#col-b {
				background:#FFF url(../images/bg-col-b.gif) repeat-x;
				width:442px;
				}
			#col-c {
				background:#383838 url(../images/bg-col-c.gif) repeat-x;
				width:258px;
				}
			#col-bc {
				background:#FFF url(../images/bg-col-b.gif) repeat-x;
				width:700px;
				}
#footer {
	margin:auto;
	width:940px;
	padding-bottom:10px;
	background:#2b2b2b;
	}
	#footer-a {
		display:inline;
		float:left;
		color:#999;
		font-weight:bold;
		font-size:10px;
		text-align:right;
		width:210px;
		padding:10px 20px 0px 10px;
		}	
	#footer-b {
		display:inline;
		float:left;
		background:#eeab1d;
		height:40px;
		width:700px;
		}
	
/* Content-page */
	
	.bg-home {background:#D7D7D7 url(../images/bg-home.gif) repeat-x;}
	.bg-int {background:#D7D7D7 url(../images/bg-int.gif) repeat-x;}
	
	/* Nav */
	
	#nav, #nav ul {
		position:relative;
		line-height:60px;
		list-style:none;
		margin:0px;
		}		
	#nav a {
		display:block;
		padding:0px 41px 0px 40px;
		font-size:12px;
		font-weight:bold;
		line-height:60px;
		text-transform:uppercase;
		color:#FFF;
		background-image:url(../images/nav.gif);
		background-position:0px 0px;
		background-repeat:repeat-x;
		text-decoration:none;
		}		
	#nav a:hover {
		background-position:0px -60px;
		}
	#nav a.link-home {
		background:#000;
		}
	
	#nav li {
		float:left;
		position:relative;
		margin:0px 0px 0px 2px;
		}
	#nav span {
		position:absolute;
		top:28px;
		right:20px;
		height:4px;
		width:7px;
		display:block;
		background:url(../images/arrow_down.gif) no-repeat;
		}
	#nav ul li span {
		top:11px;
		right:6px;
		height:7px;
		width:4px;
		background:url(../images/arrow_right.gif) no-repeat;
		}			
	#nav ul {
		position:absolute;
		display:none;
		width:130px;
		top:60px;
		left:0px;
		z-index:2;
		}		
	#nav li ul a {
		padding:0px 20px;
		text-transform:none;
		font-size:12px;
		line-height:30px;
		width:130px;
		height:auto;
		float:left;
		background:#030303;
		border-bottom:1px solid #222;
		}
	#nav li ul a:hover {
		background:#222;
		border-bottom:1px solid #555;
		}		
	#nav ul ul {
		top:auto;
		}			
	#nav li ul ul {
		left:160px;
		margin:0px 0 0 10px;
		}
	#nav li ul li {
		margin:0px;
		}	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
		display:none;
		}
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
		display:block;
		}
		
	/* Wrap */
		
		.texto {
			margin:20px;
			font-size:13px;
			color:#151515;
			}
		
		.texto h1, .texto h2, .texto h3,
		.texto h4, .texto h5, .texto h6 {
			font-family:"myriad Pro", "Trebuchet MS", Arial;
			color:#222;
			font-weight:normal;
			padding-bottom:10px;
			border-bottom:1px solid #222;
			line-height:110%;
			}
		.texto h1 span, .texto h2 span, .texto h3 span,
		.texto h4 span, .texto h5 span, .texto h6 span {
			color:#999;
			}
		#col-c .texto h1, #col-c .texto h2, #col-c .texto h3,
		#col-c .texto h4, #col-c .texto h5, #col-c .texto h6 {
			color:#FFF;
			padding-bottom:14px;
			border-bottom:1px solid #757575;
			margin-top:25px;
			}
		#col-a .texto h1, #col-a .texto h2, #col-a .texto h3,
		#col-a .texto h4, #col-a .texto h5, #col-a .texto h6 {
			color:#333;
			padding-bottom:14px;
			border-bottom:1px solid #757575;
			margin-top:25px;
			}
		.uppercase {
			text-transform:uppercase;
			}
		
		ul.raquos-gris {
			list-style:none;
			}
		ul.raquos-gris li {
			background:url(../images/bullet-raquo.gif) no-repeat 0px 5px;
			margin-left:0px;
			padding-left:15px;
			color:#eeab1d;
			}
		ul.raquos-gris li a {
			color:#eeab1d;
			}
		ul.raquos-gris li a:hover {
			color:#ffd988;
			}
                #col-a ul.raquos-gris li a {
			color:#AD2C0D;
			}
		 #col-a ul.raquos-gris li a:hover {
			color:#333;
			}
		
		.foto-sidebar {
			text-align:right;
			}
			.foto-sidebar img {
				display:block;
				margin-bottom:5px;
				}
			.foto-sidebar span {
				font-size:11px;
				font-style:italic;
				color:#999;
				padding:0px 10px;
				}

	.login {}
	.login input {
		width:188px;
		background:#FAFAFA;
		padding:5px;
		color:#333;
		border:1px solid #999;
		margin-bottom:4px;
		}
	.login input.btn_login {
		width:auto;
		background:#AE2D0E;
		color:#FFF;
		border:none;
		padding:5px 15px;
		cursor:pointer;
		}						
	
	.contacto-home {
		font-family: "Trebuchet MS", Arial;
		color:#444;
		font-size:10px;
		line-height:160%;
		text-align:right;
		padding:80px 20px 0px 0px;
		}
		
	#wrap .bg-col-a-grua {
		padding-top:0px;
		}
	
	a.link-bloque {
		display:block;
		padding:35px 15px 40px 90px;
		color:#555;
		text-transform:uppercase;
		font-size:14px;
		font-weight:bold;
		line-height:120%;
		font-family: "myriad Pro", Arial, Helvetica, sans-serif;
		margin-bottom:20px;
		}
	a:hover.link-bloque {color:#AD2C0D;}
		
	a#google-maps {background:url(../images/bg-google-maps.jpg) no-repeat;}
	
	
	.lista-clientes {
		list-style:none;
		}
		.lista-clientes li {
			margin:0px;
			float:left;
			display:inline;
			width:300px;
			padding:10px 10px 10px 20px;
			background:#FAFAFA;
			border-bottom:1px solid #DDD;
			font-size:11px;
			color:#555;
			}
		.lista-clientes li.alt {background:#F0F0F0;}
			.lista-clientes li strong {
				display:block;
				margin-bottom:2px;
				font-size:13px;
				color:#333;				
				}

	.lista-productos {
		list-style:none;
		}
		.lista-productos li {margin:0px;}
			.lista-productos li a {
				display:block;			
				padding:20px;
				background:#FAFAFA;
				border-bottom:1px solid #DDD;
				color:#333;
				}
				.lista-productos li a img {
					float:left;
					display:inline;
					margin:0px 20px 10px 0px;
					border:7px solid #2B2B2B;
					}
				.lista-productos li a strong {
					display:block;
					font-family:"myriad Pro", "Trebuchet MS", Arial;
					font-weight:normal;
					line-height:110%;
					font-size:24px;
					border-bottom:0px;
					padding:0px;
					margin:0px 0px 10px 0px;
					color:#AD2C0D;
					}
			.lista-productos li a:hover {
				background:#F0F0F0;
				color:#333;
				}		
				.lista-productos li a:hover img {
					border-color:#EEAB1D;
					}

/*agregado por mariano*/
.lista-servicios {
		list-style:none;
		}
		.lista-servicios li {margin:0px;}
			.lista-servicios li a {
				display:block;
				padding:20px;
				background:#FAFAFA;
				border-bottom:1px solid #DDD;
				color:#333;
				}
				.lista-servicios li a img {
					float:left;
					display:inline;
					margin:0px 20px 10px 0px;
					border:7px solid #2B2B2B;
					}
				.lista-servicios li a strong {
					display:block;
					font-family:"myriad Pro", "Trebuchet MS", Arial;
					font-weight:normal;
					line-height:110%;
					font-size:24px;
					border-bottom:0px;
					padding:0px;
					margin:0px 0px 10px 0px;
					color:#AD2C0D;
					}
			.lista-servicios li a:hover {
				background:#F0F0F0;
				color:#333;
				}
				.lista-servicios li a:hover img {
					border-color:#EEAB1D;
					}
/*agregado por mariano*/
					
	.lista-descargas {list-style:none;}
		.lista-descargas li {margin:0px;}
			.lista-descargas li a {
				background-color:#FAFAFA;
				background-image:url(../images/icon-descarga.gif);
				background-repeat:no-repeat;
				background-position:15px 15px;
				display:block;			
				padding:15px 20px 15px 70px;
				border-bottom:1px solid #DDD;
				color:#333;
				}
			.lista-descargas li a:hover {
				background-color:#F0F0F0;
				}
				.lista-descargas li a strong {
					display:block;
					color:#555;
					font-size:15px;
					font-weight:bold;
					margin-bottom:3px;
					}
				.lista-descargas li a:hover strong {color:#B12E10;}

	.pagination {
		font-family:"myriad Pro", "Trebuchet MS", Arial;
		padding-bottom:15px;
		}
		.pagination a {
			background:#2B2B2B;
			color:#FFF;
			padding:4px 12px;
			}
			.pagination a:hover {
				background:#EEAB1D;
				color:#222;
				}
		.pagination span {
			background:#d5d5d5;
			color:#FFF;		
			padding:4px 12px;
			}
			
	.img-post {
		text-align:center;
		background:#2B2B2B;
		margin-bottom:20px;
		padding:15px 0px 10px 0px;
		}
		.img-post div {
			margin:0px 10px;
			overflow:hidden;
			width:640px;
			}
		.img-post small {
			display:block;
			text-align:right;
			font-size:12px;
			color:#888;
			margin:10px 10px 0px 0px;
			}
			.img-post small a {
				color:#EEAB1D;
				}			

	.form div.campos {
		width:220px;
		float:left;
		display:inline;
		}
	.form label {
		font-size:13px;
		color:#666;
		font-weight:bold;
		display:block;
		}
	.form input,
	.form textarea {
		background:#FAFAFA;
		border:1px solid #DDD;
		color:#333;
		padding:5px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		width:185px;
		margin-bottom:10px;
		}
	.form textarea {
		width:625px;
		height:150px;
		}
	.form input.btn_enviar {
		background:#AC2B0C;
		border:1px solid #DF8F7D;
		border-bottom-color:#3F0F04;
		border-right-color:#3F0F04;
		color:#FFF;
		padding:5px 20px;
		font-size:16px;
		font-weight:bold;
		width:auto;
		cursor:pointer;
		}
	.form input:hover.btn_enviar {
		background:#383838;
		border:1px solid #999;
		border-bottom-color:#000;
		border-right-color:#000;
		color:#FFF;
		}
		
	.presupuesto {
		list-style:none;
		}
		.presupuesto li {
			margin:0px;
			border-bottom:2px dotted #CCC;
			height:60px;
			}
			.presupuesto li span {
				float:left;
				display:inline;
				font-family: "myriad Pro", "Trebuchet MS", Arial;
				font-weight:bold;
				font-size:40px;
				margin-right:15px;
				color:#EEAB1D;
				}
			.presupuesto li label {
				float:left;
				display:inline;
				width:450px;
				padding-top:25px;
				font-size:15px;
				font-weight:bold;
				color:#666;
				}
			.presupuesto li strong {
				float:right;
				display:inline;
				font-weight:normal;
				padding-top:20px;
				}				
				.presupuesto li input {
					display:inline;
					width:55px;
					padding:3px;
					margin-right:5px;
					vertical-align:middle;
					}
					
			/* Alertas */
			
			.msj-error,
			.msj-ok,
			.msj-alerta,
			.msj-info {
				-moz-border-radius:6px;
				-moz-box-sizing:content-box;
				-webkit-border-radius:6px;
				display:block;
				padding:6px 10px 6px 30px;
				font-size:12px;
				color:#555;
				margin-bottom:10px;
				border-width:1px;
				border-style:solid;
				}
				.msj-error {
					background:#f8eeee url(../../admin/common/images/icons/error-16.gif) no-repeat 7px 7px;
					border-color:#ebd9d9;
					color:#7c1616;
					}
				.msj-ok {
					background:#f2f6f1 url(../../admin/common/images/icons/ok-16.gif) no-repeat 7px 7px;
					border-color:#d4e0d1;
					color:#25602d;
					}
				.msj-alerta {
					background:#fdfdf6 url(../../admin/common/images/icons/alerta-16.gif) no-repeat 7px 7px;
					border-color:#ded9c0;
					color:#59592c;
					}
				.msj-info {
					background:#f0f3f6 url(../../admin/common/images/icons/info-16.gif) no-repeat 7px 7px;
					border-color:#cedae3;
					color:#304554;
					}			
					
	/* Footer */		
	
	#footer-a a {color:#AAA;}
	#footer-a a:hover {color:#EEE;}
	
		
/* Clear Floated Elements */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.idiomas{
	width: 108px;
	height:35px;
	overflow:hidden;
	float:left;
	position:absolute;
	left: -110px;
	top: 12px
}


.idiomas a{
	margin: 0;
}


.idiomas a img{
	margin-right: -4px
}


#obligatorio{
    color:#666666;
    display:block;
    font-style:italic;
    margin:-20px 0 20px;
}