﻿/* REDEFINICIO TAGS BASICS */

body {
	margin: 40px 0 0 0;
	font-family: futura, tahoma,  verdana, arial, sans-serif;
	font-size: 12px;
	text-align: left;
	color:#494949;
	height:100%
	}
h1 {
	font-size:14px;
	color:#fdba13;

}
h2 {
	font-size:13px;
	color:#575757;
	font-weight:bold;
	margin-bottom:0px;
}

h3
{
	color:#575757;
	font-size:12px;
	font-weight: bold;
	text-align:center;
}

p 
{
	
}
ul{
	list-style-type:none;
	font-size:12px;
	padding:0px;
	margin:0px;
	}
li
  {
  margin: 0;
  padding: 0;
  }

input
{
	font-size:13px;
	padding:0px;
	margin-bottom:6px;
}

/* TAGS LAYOUT */

.container_a
{
	margin:0 auto;
	width:950px;
	padding:0px;
}

.ZonaMainContent
{
	/*position:relative;*/
	overflow:auto;
	width: 950px;
	text-align:left;
}

.clear {
	clear: both;
	margin-top: -1px;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

.footer 
{
	font-size:10px;
	color:#ffffff;
	background-color:#000000;
	text-align: right;
	height:20px;
	padding-top: 5px;
	width: 946px;
	padding-right: 4px;
}
.footer a
{
	font-size:10px;
	color:#ffffff;
	text-decoration:none;
}
.footer a:hover
{
	text-decoration:underline;

}
.menuhoriz 
{
	background-color: #494949;
}
.headerbloc
{
	padding-top:0px;
	background-color:#000000;
}

.Column_a {
	width:470px;
	float:left;
	top:0px;
	left:0px;
	background-color: #FFFFFF;
	padding-right:10px;
}
.Column_b {
	width: 470px;
	float:right;
	right: 0px;
	top: 0px;
}
	
/* TAGS ELEMENTS */	
.ToRigth
{
	text-align:right;
	padding-bottom:10px;
}
.languages a {
	text-decoration:none;
	color: #000000;
	}
.languages a:hover {
	text-decoration:underline;
	color: #000000;
	}
	
.languages {
	text-align:right;
	font-size: 11px;
	padding-bottom:5px;
	color: #000000;
}

.content 
{
	overflow:auto;
	position:relative;
	padding: 0px;
	margin:0px;
}

.content ul
{
	padding-left:10px;
	padding-bottom:10px;
	
}	
.content li
{
	font-size:12px;
	margin-left:10px;
	padding-bottom:2px;
	vertical-align:middle;
	list-style-image:url(/imgs/punt.gif);
}
.content p
{
	text-align:justify;
}

.content a {
	text-decoration:none;
	color: #fdba13;
	font-weight:bold;
}

.content a:hover {
text-decoration:underline;
color: #575757;
font-weight:bold;
}


img.FloatLeft
{
	float:left;
	padding: 0 5px 0 0;
	
}
img.FloatRight
{
	float:right;
	padding: 0 0 0 5px;
	margin: 0 15px 0 0;
	
}
img.StackedBottom
{
	position:absolute;
  bottom: 0px; 
  right: 0px; 
}
.homeBloc
{
	width:200px;
}
.homeSeparator
{
	width:50px;
}
.ColStrech
{
  overflow:auto;
}
.BtSubmit
{
	border: 1px solid #CCCCCC;
	background-color:#fdba13;
	color: #ffffff;
	margin-left:150px;
	font-size:11px;
	font-weight: bold;
}


/* LOADER */
    

  /*this is what we want the div to look like
    when it is not showing*/
  div.loading-invisible{
    /*make invisible*/
    display:none;
    vertical-align:middle;
  }

  /*this is what we want the div to look like
    when it IS showing*/
  div.loading-visible{
    /*make visible*/
    display:block;

    /*position it at the very top-left corner*/
    position:absolute;
    overflow:auto;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-align:center;

    /*in supporting browsers, make it
      a little transparent*/
    /*background:#fff;*/
    background:#fff;
    _background:none; /*this line removes the background in IE*/
    opacity:.75;
    vertical-align:middle;
    
    /*border-top:1px solid #ddd;*/
    /*border-bottom:1px solid #ddd;*/

    /*set the padding, so that the content
      of the div is centered vertically*/
    /*padding-top:25%;*/
  }
.RollOver {	text-align:center;}
.RollOver a {text-decoration:none;}
.RollOver a:hover {text-decoration:none;}

.RollOverServ {	text-align:left;	padding-left:140px;}
.RollOverServ a {text-decoration:none;}
.RollOverServ a:hover {text-decoration:none;}

.WorkImage
{
	padding-right:62px;
	padding-bottom:10px;
}
.WorkImageLast
{
	padding-left:1px;
	padding-bottom:10px;
}
.LeftSpace
{
	padding-left:140px;
}
