@charset "utf-8";
/* Expert@ en CSS? empleos@kubicalorg.net */

body{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	background: #dcdcdc;
	background: #dcdcdc url(../imagenes/degradado.jpg) repeat-x;
	color: #333;
	padding: 0;
	margin: 0;
}
#sombra{
	background: url(../imagenes/sombra.png) repeat-y center;
	margin: auto;
	height: 1223px;
	min-height: 1010px !important;
	width: 830px;
}
#kubical{
	background: #fff;
	margin: auto;
	height: 1210px;
	min-height: 1010px !important;
	width: 782px;
	border: solid 0px #ccc;
}
#encabezado{
	height: 100px;
	background: #333 url(../imagenes/encabezado.jpgs);
	width: 782px;
	clear: both;
}
#menu{
	height: 70px;
	min-height: 70px !important;
	max-height: 70px !important;
	background: #ccc;
}
#direccion{
	background: #333;
	width: 182px;
	float: left;
	height: 70px;
	min-height: 70px !important;
	max-height: 70px !important;
}
	#direccion p{
		color: #fff;
		font-size: 11px;
		padding: 5px;
		padding-left: 15px;
	}
		#direccion p a{
			color: #ffcc00;
		}
			#direccion p a:hover{
				text-decoration: none;
			}
#navegacion{
	background: #333;
	width: 600px;
	float: right;
	height: 70px;
	min-height: 70px !important;
	max-height: 70px !important;
}
	#navegacion ul{
		padding: 0;
		margin: 0;
		list-style-type: none;
		float: right;
	}
		#navegacion ul li{
			float: left;
		}
			#navegacion ul li a{
				display: block;
				padding: 15px;
				padding-top: 30px;
				text-transform: uppercase;
				font-size: 11px;
				font-weight: bold;
				color: #fff;
				background: #333;
				text-decoration: none;
			}
				#navegacion ul li a:hover{
					color: #ffcc00;
				}
				#navegacion ul li a.activo{
					color: #ffcc00;
				}
#dinamico{
	background: #fff;
	height: 940px;
	min-height: 74px !important;
	width: 782px;
	max-width: 780px !important;
}
#contenido{
	float: right;
	width: 545px;
	min-width: 545px !important;
	max-width: 545px !important;
	height: 940px;
	min-height: 940px !important;
	background: #fff;
	display: block;
}
	#contenido p{
		text-align: justify;
		padding: 15px;
		padding-bottom: 15px;
	}
#izquierda{
	float: left;
	width: 222px;
	min-width: 222px !important;
	max-width: 222px !important;
	height: 940px;
	min-height: 940px !important;
	background: #fff;
}
#banner{
	width: 222px;
	min-width: 222px !important;
	max-width: 222px !important;
	height: 395px;
	min-height: 395px !important;
	max-height: 395px !important;
	background: #fff url(../imagenes/compania-01.jpgs);
	display: block;
}
#publicidad{
	width: 222px;
	min-width: 222px !important;
	max-width: 222px !important;
	height: 345px;
	min-height: 345px !important;
	max-height: 345px !important;
	background: #fff url(../imagenes/publicidad.jpgs);
	color: #fff;
	display: block;
}
#pie{
	width: 782px;
	background: #333;
	color: #fff;
	height: 100px;
	display: block;
}
p.centrado{
	text-align: center;
	color: #444;
}
	p.centrado a{
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 10px;
	}
		p.centrado a:hover{
			text-decoration: underline;
			color: #ffcc00;
		}
		p.centrado a.activo{
			color: #ffcc00;
		}
p.copy{
	text-align: center;
	color: #fff;
	font-size: 11px;
}
	p.copy a{
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 10px;
	}
		p.copy a:hover{
			text-decoration: underline;
			color: #ffcc00;
		}
		p.copy a.activo{
			color: #ffcc00;
		}
.titulo{
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	color: #ffcc00;
	padding-bottom: 15px;
}
.campocorto{
	width: 150px;
}
.campolargo{
	width: 410px;
}
.areatexto{
	width: 475px;
}