*{
	margin:0;
	border:none;
	padding-top: 4;
	padding-right: 10;
	padding-bottom: 10;
	padding-left: 10;
}

html {
height:100%;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	font-weight:normal;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

h1{font-size:32px;}
h2{font-size:28px;}
h3{font-size:18px;}
h4{font-size:16px;}
h5{font-size:12px;}
h6{font-size:10px;}

blockquote {
font-style:italic;
padding:5px 0 5px 30px;
}


sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

li, dd, blockquote {
margin-left:1em;
}


.clear {
clear:both;
}

.float-left {
float:left;
}

.float-right {
float:right;
}

/* Links Bases */
a img {
border:none;
text-decoration:none;
}

img {
border:none;
text-decoration:none;
}

/* Links */
a, a:visited{
	color:#663300;
	text-decoration:none;
	font-weight:bold;
}

a:hover, a:active {
	color:#663300;
	text-decoration:underline;
}

#copyright a, #copyright a:visited{
color:#333333;
text-decoration:none;
font-weight:bold;
}

#copyright a:hover, #copyright a:active {
color:#333333;
text-decoration:underline;
}

body{
margin:0px;
padding:0px;
background-color:#b7d4e2;
}

#lucuma{
margin:0px auto;
width:760px;
text-align:center;
color:#333333;
}

#copyright{
margin:0px auto;
width:760px;
text-align:center;
color:#333333;
}

#dibusoft{
margin:0px auto;
width:760px;
text-align:center;
}

/* Menu */
#menu {
margin:5px auto;
padding:5px 0;
width:600px;
text-align:center;
color:#6E6E6E;
}

#menu span{
	padding:0px 5px 0px 5px;
	color: #663300;
}

#contenedor {
margin:0px;
overflow:hidden; 
/*height:387px; 
width:99,9%;*/
border:none;
position:relative;
}

#contenedor-bg {
	width:5000px;
	height:387px;
	background-color:#b7d4e2;
	background-image:url(../images/sh_bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#E6E6E4;
	position:relative;
}

.scrolling-content {
width:990px;
height:380px;
position:absolute;
}

#content1 {
	left:-3px;
	top:14px;
}

#content2 {
left:1570px; 
top:0px;
}

#content3 {
left:2880px; 
top:0px;
}

#nosotros{
	float:right;
	margin-top:80px;
	margin-right:30px;
	width:400px;
	text-align:left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 20px;
}


/* Portflio */
#portfolio{
	float:right;
	width:474px;
	top: 50px;
}

#portfolio-titulo{
	right:4px;
	position:absolute;
	top: -8px;
	width: 471px;
	height: 343px;
}

#portfolio-works {
margin-left:40px;
position: relative; /* important */
overflow: hidden; /* important */
width: 450px; /* important */
height: 378px; /* important */
}

#example_4_frame {position: relative}
#example_4_frame img {position: absolute; cursor:pointer;}

#portfolio-arriba {position: relative;  z-index:3;}
#portfolio-arriba img {position: absolute;}

#portfolio-abajo {top: 336px; position: relative; z-index:3;}
#portfolio-abajo img {position: absolute;}

#portfolio_anteriores {top: 120px; right: 0px;}
#portfolio_siguientes {top: 200px; right: 0px;}

#portfolio_contenidos {
	left:1px;
	position: absolute;
	width:450px;
	top: 11px;
	height: 151px;
}

.work{
clear:both;
padding-top:10px;
padding-bottom:16px;
width:450px;
height:100px;
}

.work p{
font-weight:bold;
}

.work-img{
float:left;
}

.work-txt{
float:left;
margin-top:20px;
}

.txt-rojo{
color:#990000;
}

/* Contacto */
#contacto{
	color:#41511f;
	float:right;
	margin-top:10px;
	margin-left:60px;
	margin-right:380px;
	width:230px;
}
#response{
color:#41511f;
display:none;
float:left;
margin-top:10px;
margin-left:60px;
margin-right:70px;
width:230px;
}
.loading{
color:#41511f;
background-image:url(../images/loading.gif);
background-position:50% 30%;
background-repeat:no-repeat;
height:250px;
}


#telefonos{
	float:right;
	width:150px;
	margin-top:20px;
	color:#41511f;
	margin-right: 20px;
}
#telefonos a, #telefonos a:visited{
color:#41511f;
text-decoration:none;
font-weight:bold;
}

#telefonos a:hover, #telefonos a:active {
color:#41511f;
text-decoration:underline;
}

input, textarea {
width:220px;
border:none;
background-color:#b7d4e2;
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding:5px;
margin:5px;
/*filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity:0.7;
opacity:0.7;*/
}
input:focus, textarea:focus {
}
#enviar {
cursor:pointer;
width:auto;
font-weight:bold;
}

/* Tooltips */
.tool-tip {
color:#ffffff;
font-size:11px;
background:#222222;
z-index:13000;
}

.tool-title {display:none;}

.tool-text {padding:8px;}
