@charset "UTF-8";

BODY {
	margin: 0px;
	text-align: center;
	background-color:#FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;

}
html {
height: 100%;
}

a, a:link, a:active, a:visited{
	text-decoration: none;
	outline:none;
}
a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom:4px;
	color:#000;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom:4px;
}

p {
	text-align: left;
	margin:0px;
	color: #666;
}
img { border: 0 none; }

#container {
    width: 990px;
	margin: 0 auto; 
	text-align: left;
}
#mainContent {
	width:870px;
	margin-left:70px;
}




#homelink {
    width: 70px;
	height: 17px;
	margin-bottom:53px;
	margin-left:70px;
	text-align:center;
	font-size:12px;
	color:#b3b3b3;
	background-color:#000;
	
}


#homelink a, #homelink a:link, #homelink a:active, #homelink a:visited{
	color:#b3b3b3;

}
#homelink a:hover {
	color:#b3b3b3;
}
#left {
	float:left;
	width:570px;
}
#right {
	float: right;
	width:auto;
}
.clear { 
	clear:both;
}
#logo {
	height: auto;
	width: auto;
	margin-top:51px;
	
}
#escaparate {
	height:auto;
	width:auto;
	margin-bottom:70px;
	
}
#contenido {
	height:auto;
	width:497px;
	margin-left:70px;
	margin-bottom:70px;	
}
.columnleft {
	float:left;
	width:213px;
	margin-right:71px;
}
.columnright {
	float: left;
	width:213px;
}

.icons {
	float: left;
	width:70px;
	height:70px;
	margin-right:1px;
	margin-bottom:1px;
	background-color:#CCC;
}


.empresa {
	color: #999;
}
p.enlace {
	margin-top:10px;
	font-size:9px;
	color:#909090;
	font-family:Verdana, Geneva, sans-serif;
}

.enlace a, .enlace a:link, .enlace a:active, .enlace a:visited{
	color:#909090;
}
.enlace a:hover {
	color:#000;
}


#footer {
	width:100%;
	margin-top:70px;
	margin-bottom:30px;
	padding-top:2px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
}
#footer b {
	font-size:11px;
	color:#000;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited{
	color:#909090;
}
#footer a:hover {
	color:#000;
}
.spacerfooter {
	height:40px;
}


/*   SLIDE SHOW  */

#slider {
    width: 567px; /* important to be same as image width */
    height: 212px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#sliderContent {
    width: 567px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 384px;
    background-color: transparent;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}

.clear {
	clear: both;
}
.sliderImage span strong, .slider1Image span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
#slider ul { list-style-type: none; margin:0px; padding-left:0px;}

/*  Fin Slide Show  */

/*  Formulario  */

#formulario {
	width:100%;
	margin-top:10px;
	margin-bottom:20px;
	padding-top:2px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
	display: none;
}
#formularioSend {
	width:100%;
	margin-top:10px;
	margin-bottom:20px;
	padding-top:2px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
	display:block;
}
p.contactar {
	margin-top:4px;
	margin-left:-10px;
	display:block;
	font-size:10px;
}


/* +++++++++ FORMS +++++++++ */
input, textarea { 
	margin: 3px 0px 0px 0px; 
	padding: 2px 2px 2px 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color:#000;
	border: #FFFFFF solid 1px;
	background:url(../img/form_bg.jpg) repeat;
}

input:focus, textarea:focus{
	padding: 2px 2px 2px 2px;
	border: #999999 solid 1px;
}
input:hover, textarea:hover{
	padding: 2px 2px 2px 2px;
	border: #999999 solid 1px;
}
label {
	margin: 0; 
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    line-height:125%;
    color:#666;
	border:none;
}

#nombre, #email {
   width: 210px;
   margin-bottom:10px;
}
#mensaje {
   width: 210px;
}
#enviar {
   border: none;
   background:none;
}



#formulario label { display: block; }

