body {
	background-image: url(../img/bg_header.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #3b6d98;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}

#header {
	position: relative;
	width: 750px;
	left: 50%;
	margin-left: -375px;
}

#footer_base {
	background-image: url(../img/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	clear: both;
}

#footer {
	position: relative;
	width: 750px;
	left: 50%;
	margin-left: -375px;
	height: 99px;
	background-image: url(../img/bg_footer2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
}

a span {
	display: none;
}

#menu {
	float: left;
	width: 174px;
	height: 235px;
	background-color: #ffffff;
	padding-top: 30px;
}

#logo {
	float: right;
	width: 576px;
	height: 265px;
}

#logo a {
	display: block;
	height: 265px;
	width: 576px;
	background-image:url(../img/bg_logo.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#contenido_base {
	clear: both;
	background-color: #ffffff;
}

#contenido {
	position: relative;
	width: 750px;
	left: 50%;
	margin-left: -375px;
}

#creditos {
	float: left;
	width: 490px;
	padding-top: 53px;
	padding-left: 10px;
	color: #ffffff;
	font-size: 11px;
}

#awebado {
	float: right;
	width: 139px;
	padding-top: 45px;
	padding-right: 18px;
}

#awebado a {
	display: block;
	width: 139px;
	height: 31px;
	background-repeat: no-repeat;
	background-image:url(../img/awebado.jpg);
	background-position: center;
}

#awebado a:hover {
	background-image:url(../img/awebado2.jpg);
}

#menu a {
	display: block;
	border-bottom: 1px solid #e8e6e7;
	margin-left: 20px;
	width: 125px;
	height: 14px;
	padding: 6px 0px 6px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454545;
	text-decoration: none;
	background-image: url(../img/menu_flecha2.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

#menu a:hover {
	background-image: url(../img/menu_flecha.jpg);
	background-color: #fcfcfc;
	color: #183e6b;
}

.clear_both {
	clear: both;
}

#contenido_left {
	float: left;
	width: 500px;
	padding-left: 20px;
	font-size: 12px;
	color: #686868;
}

#contenido_right {
	float: right;
	width: 210px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 18px;
	color: #ff7700;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
	color: #ff7700;
	padding: 10px 0px 0px 0px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #ff7700;
	padding: 5px 0px 0px 0px;
}


#contenido_left img {
	padding: 4px;
	border: 2px solid #efefef;
	margin: 0px 0px 10px 10px;
}

#contacto input, #contacto textarea, .button {
	border: solid 1px #333333;
	background-color: #FFFFFF;
	color: #666666;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	margin: 5px 0px 10px 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.button {
	margin: 20px 0px 10px 20px !important;
	padding: 6px !important; 
	color: #000000;
	background-color:#CCCCCC;
}

.button:hover {
	color: #ff7700;
	background-color: #333333;
	cursor: pointer;
	text-decoration: none;
}

a {
	color: #ff7700;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

.areatrabajo {
	clear: both;
	margin-bottom: 20px;
}


.cliente {
	text-align: center;
	margin-bottom: 30px;
}

.cliente img {
	border: none !important;
	margin: 0px !important;
	padding: 0px !important;
}

.cliente2 {
	text-align: center;
	margin-bottom: 30px;
	width: 45%;
	display: inline-block;
	border-bottom: 1px dashed #CCCCCC;
	margin: 10px;
}

.cliente2 img {
	border: none !important;
	margin: 0px !important;
	padding: 0px !important;
}


.trabajo {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin-top: 20px;
}

.trabajo2 {
	text-align: left;
	margin-bottom: 30px;
	width: 45%;
	display: inline-block;
	border-bottom: 1px dashed #ff7700;
	margin: 10px;
}

.trabajo2 h3 {
	color: #686868;
}

.blue_box {
	width: 209px;
	padding: 20px 0px 20px 0px;
	background-image:url(../img/bg_box2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 12px;
	color: #686868;

}

.orange_box {
	width: 209px;
	padding: 20px 0px 20px 0px;
	background-image:url(../img/bg_box1.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 12px;
	color: #686868;

}

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 189px; /*Width of Carousel Viewer itself*/
height: 230px; /*Height should enough to fit largest content's height*/
margin-bottom: 10px;
margin-top: 1px;
margin-left: 14px;
margin-right: 14px;
}

.stepcarouselvariant {
	height: 100px !important;
	margin-top: 11px !important;
}

.stepcarousel .panel img {
	border: none;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
margin-top: 1px;
display: block;
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
width: 189px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}



