@charset "UTF-8";

/* SWISS DELICES */

body  {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	background: #92b3b7;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #585858;
}
.thrColFixHdr #container { 
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(images/tileFondoGral.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	
} 
.thrColFixHdr #header {
	background-image:url(images/tileHeader.gif);
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 46px;
} 

.thrColFixHdr #header a{
text-decoration:none;


} 

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 310px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	/*height: 100%;*/
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}

.thrColFixHdr #sidebar1 p{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 5px 5px 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	/*color: #000000;*/
}

.thrColFixHdr #sidebar1 a{
text-decoration:none;


} 


.thrColFixHdr #sidebarFoto {
	float:right;
	width: 637px;
	padding-bottom:10px;
}

.thrColFixHdr #sidebar2 {
	float: right; 
	margin-top: 0px;
	width: 164px;
	background: #fffcf2; 
	padding: 0 3px 3px 3px;
	
}

.thrColFixHdr #sidebar2 a {
	text-decoration: underline;
	color: #19587a;
}


.thrColFixHdr #sidebar2 p {
	padding-top: 0px;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color: #19587a;
	text-align: center
}

.thrColFixHdr #friend {
	float: right;
	width: 164px;
	height:218px;
	padding: 60px 0px 0px 0px ;
	background-image: url(images/fondoTellaFriend.gif);
	background-repeat: no-repeat;
}

.thrColFixHdr #friend p {
	font: 80% Verdana, Arial, Helvetica, sans-serif, bold;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #03253e;
	
}

.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 340px;
	padding: 0px;
} 

.thrColFixHdr #mainContent p {
	text-align:left;
	padding: 0px 0px 0px 0px;
	line-height: 150%
} 

.thrColFixHdr #mainContent a {
	text-decoration: underline;
	color: #F37028;
	
} 


.thrColFixHdr #footer {
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#03253E;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-decoration: none;
}

.thrColFixHdr #footer a {
	text-decoration: none;
	color: #FFFFFF;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

