a{
	text-decoration: none;
	color: white;
}
h1 {
	color: white;
	font-size: 24px;
	margin-left: 40px;
	font-weight: normal;
	font-style: italic;
	margin-top: 0;
	padding-top: 15px;
}

h2 {
	color: #00AEEF;
	font-size: 18px;
	padding-top: 0;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 0;
}

h3 {
	font-size: 13px;
	margin-top: 18px;
	padding-top: 0;
	line-height: 17px;
	font-weight: normal;
	font-style: normal;
}

.width-size {
    width:73.85em;
    *width:72.07em;
    min-width:960px;
    margin:auto;
    text-align:left;
}
body, html{
    background-color: black;
    font-family: Arial,Helvetica,Geneva,sans-serif;
}

ul li{
    margin-top: 10px;
    margin-bottom: 10px;
}

.container{
    position: relative;
}

.absolute-right{
    position: absolute;
    top: 5px;
    right: 5px;
}

.text-right{
    text-align: right;
}
.text-justify{
    text-align: justify;
}
.text-left{
    text-align: left;
}
.container_with_margin{
    margin-bottom: 0.7em;
}

/* @group Header */
#header1{
    color: white;
    margin:auto;
    height:  216px;
    background-image: url(img/header_back.jpg);
     background-position:top center;
}
#header1-content{
	height: 100%;
	position: relative;
	
}
#header2{
    background-color: #00AEEF;
    color: white;
    height: 150px;
    padding: 20px;
}
#header1 ol {
	position: absolute;
	height: 25px;
	bottom: 0px;
	right:  100px;
    float:right;
}

p.header2-title {
	font-size: 1.8em;
    margin: 1em auto;
	width: 32em;
}
#header2-content ul {
	font-size: 1.1em;
	margin-left: 40px;
}

#header2-content {
	height: 100%;
    padding: 0 14px 0 14px;
}

#header2-content ul li{
	list-style-type: disc;
	margin: 10px 0 10px 0;
}
#header1 ol li{
    float:left;
   	color: white;
	padding:5px 10px 8px 6px;
}
#header1 ol li span{
	font-size: 15px;
	color: white;
	padding:5px 15px 8px 6px;
}

#header1 ol li.nav-active{
    background: url(img/tableftC.png) no-repeat left top;
}
#header1 ol li.nav-active span{
	background:url("img/tabrightC.png") no-repeat right top;
}
#slogan {
	position:absolute;
	font-size: 2.2em;
	font-style:italic;
	right: 100px;
	top: 80px;
}

#lang-nav{
    position: absolute;
    top: 0px;
    right: 40px;
}
#lang-nav li{
    float: left;
    margin-right: 1em;
}

#lang-nav li a{
    color: gray;
}
/* @end */
/* @group Main */
#main{
    padding: 20px 0 60px 0;
    background-color: white;
}

ul li a{
	color: #4D4D6C;
}
.post_it-container{
	background: url(img/post-it2.gif) no-repeat;
	height: 300px;
}
.post_it{
    height:210px;
    margin:auto;
    overflow:hidden;
    padding-top:50px;
    text-align:center;
    width:200px;
}

/* @end */
/* @group Footer */
#footer{
    background-color: black;
    color: white;
    bottom:0;
    margin: auto;
    position: relative;
   	font-size: 0.85em;
   	padding-top: 1em;
}
#footer_menu{
	margin-bottom: 10px;
	text-align: right;
}
#trademark{
    text-align: right;
}

#contacto{
	margin-left: 8px;
	background: url(img/contacto.jpg) no-repeat;
	width: 200px;
}

#contacto p{
	line-height: 13px;
	margin-left: 30px;
	padding-top: 5px;
}

/* @end */

/* @group Products */
.product{
    margin-bottom: 3em;
}
.products h1{
    margin: 0 0 1em 0;
    color: #4D4D6C;
}

.product-description{
    text-align: justify;
    margin: 20px 0 20px 0;
    padding: 0 2em 0 0;
}
.product-description img{
    display: block;
    margin-bottom: 20px;
}
.services h1{
    margin: 0;
    color: #4D4D6C;
}

#services_menu ul{
    margin-bottom: 2em;
}

#services_menu ul li{
    margin-left: 1em;
}
#services_menu ul.clients li{
    margin-left: 0em;
}
#services_menu ul li a span{
    margin-left: 1em;
}
.service h2{
    margin: 1em 0 1em;
}
.service p{
    text-align: justify;
}

/* @end */

/* @group About Us */
.owner{
    margin-bottom: 3em;
}
ul.owner-description li{
    margin-top: 1em;
    list-style-type: disc;
	list-style-position: inside;
}
.owner-description li{
    margin: 0 0 5px 0;
    font-size: 0.94em;
}

div.product-description p, div.services p, ul.owner-description{
    color:#555;
    font-size:1.1em;
    line-height:150%;
    margin:10px 0;
    text-align:justify

}
div.product-description p a, div.services p a, ul.owner-description a {
    border-bottom:1px solid;
    color:#000;
    text-decoration:none
}

div.product-description p a:hover, div.services p a:hover, ul.owner-description a:hover {
    border-bottom:1px solid;
    color:#a00;
    text-decoration:none
}
p.cont_info{
    font-size:1.1em;
    line-height:150%;
    text-align:justify;
}
.loading{
    margin-top: 50px;
}
div.post_it ul li a{
    font-size: 1em;
    margin: 5px;
    font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}