/* hello firebug fans :) */
*{
margin:0;
padding:0;
border:none;
}

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:10px 0 10px 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;
}

/* Algunos ajustes basicos */
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

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

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

/* Algunas clases útiles */
.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;
/*Si ponemos un background aparecerá como fondo de la imagen, sirve para simular imágenes de carga*/
}

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

a:hover, a:active {
color:#FFFFFF;
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;
}

/* Estructura */
body{
	margin:0px;
	padding:0px;
	background-color:#0E1A1A;
	background-image: url(../img/border.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: scroll;
}

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

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

#hosting{
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;
}

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

#contenedor-bg {
	width:5000px;
	height:387px;
	background-image:url(../img/mindwidth2.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#000;
	position:relative;
}

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

#content1 {
left:0px; 
top:0px;
}

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

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

/* about */
#nosotros{
	float:right;
	margin-top:80px;
	margin-right:30px;
	width:300px;
	text-align:right;
	
}


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

#portfolio-titulo{
right:10px;
position:absolute;
}

#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:0px;
position: absolute;
width:450px;
}

.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;
	color: #DDAE88;
}

.txt-rojo{
	color:#CB5950;
}

/* Contacts */
#contacto{
color:#41511f;
float:left;
margin-top:10px;
margin-left:60px;
margin-right:70px;
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;
}


#contacts{
	float:left;
	width:150px;
	margin-top:60px;
	color:#DEA484;
}
#contacts a, #contacts a:visited{
	color:#A63F31;
	text-decoration:none;
	font-weight:bold;
}

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

/* Formulario */
input, textarea {
width:220px;
border:none;
background-color:#728A40;
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;}
