@charset "UTF-8";
/* CSS Document */
body  {
	background-image:url('http://www.soyfandecope.com.ar/images/fdo.jpg');
	background-repeat:no-repeat;
	background-position:top center;
	background-color: #111111;
	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: #E9E9E9;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
.twoColFixLt #container #mainContent table {
	border-top-color: #696969;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7C7C7C;
}
.twoColFixLt #container {
	width: 896px; /* this overrides the text-align: center on the body element. */
	line-height: 15px;
	margin-top: 190px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: lighter;
	text-transform: uppercase;
}
.titulos2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	background-color: #FF0;
}
.veronline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000;
	background-color: #FF0;
	text-transform: uppercase;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 1pt;
	text-align: center;
}
.volver {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #A7A7A7;
	text-align: right;
	vertical-align: top;
}
.twoColFixLt #sidebar1 {
	float: left;
	width: 120px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 10px 15px 20px;
}




.twoColFixLt #mainContent {
	margin: 0 0 0 245px;
	text-align: left;
} 
.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;
}
.twoColFixLt #container #mainContent #nombretrabajo p {
	margin-top: 15px;
	margin-bottom: 15px;
}
a:link {
	text-decoration: none;
	color: #E9E9E1;
}
a:visited {
	text-decoration: none;
	color: #E9E9E1;
}
a:active {
	text-decoration: none;
	color: #E9E9E1;
}
a:hover {
	text-decoration: none;
	color: #FF0;
}

.veronline:link {
	text-decoration: none;
}
.veronline:visited {
	text-decoration: none;
}
.veronline:active {
	text-decoration: none;
}
.veronline:hover {
	text-decoration: none;
	background-color: #000;
}

.veronline a {
	color:#000;
	}

.veronline:hover a {
	text-decoration: none;
	color: #FF0;
	
	}

.titulos2 a {
	color:#000;
	}


.titulos2:hover a {
	text-decoration: none;
	background-color:#0F0;
	color: #000;
	
	}
	
	
