/*********************************************
 *	AUTHOR: Rubens Daniel Mariuzzo de la Cruz
 *	DATE:	02-April-2007
 *	DESC:	Master Stylesheet for Andin.com site
*********************************************/

/* General parameters */

body{
	font-family:Times,"Times New Roman", serif;
	font-size:14px;
	margin: 0px 0px 0px 0px;
	background-color:#E8EAEA;
}

@font-face{
	font-family:"minion";
	src:url(../fonts/minion.ttf);
}

/* DIVs parameters */
.sec-main{
	width:798px;
	height:535px;
	border:solid #C2C7C8 1px;
	overflow:hidden;
}
.sec-logo{
	background-color:#E8EAEA;
	width:800px;
	height:64px;
	border:none;
	overflow:hidden;
}
.sec-navi{
	color:#FFF;
	width:798px;
	height:26px;
	border:none;
	text-align:left;
	overflow:hidden;
	letter-spacing:1px;
}
.sec-navi span{
	margin-right:68px;
	cursor:default;
}
.sec-content{
	width:798px;
	height:509px;	
	border:none;
	overflow:hidden;
}
.sec-content .sec-sub{
	background-color:#FFF;
	color:#8A9496;
	width:399px;
	height:509px;
	border:none;
	overflow:hidden;
}
.sec-footer{
	color:#8A9496;
	width:800px;
	height:50px;
	text-align:right;
	border:none;
	overflow:hidden;
}
.at-content{
	width:358px;
	height:235px;
	overflow:hidden;
	border:none;	
}

/* Text */

.t-normal, .sec-sub{
	font-size:14px;
}
.t-navi{
	color:#FFF;
	font-size:14px;
	/*font-weight:bold;*/
}
.t-navi a:link, .t-navi a:active, .t-navi a:visited, .t-navi a:hover{
	color:#FFF;
	font-weight:bold;
}
.t-strategy{
	color:#000;
}
.t-selected{
	color:#000;
}
.t-header{
	font-weight:bold;
	font-size:17px;
}

.sec-footer .t-normal{
	position:relative;
	top:8px;
	font-weight:bold;
}

/* Links */

a:link{text-decoration:none;}
a:active{text-decoration:none;}
a:visited{text-decoration:none;}
a:hover{text-decoration:underline;}

.sec-footer a:link{
	color:#8A9496;
	font-weight:bold;
	text-decoration:none;
}
.sec-footer a:active{
	color:#8A9496;
	font-weight:bold;
	text-decoration:none;
}
.sec-footer a:visited{
	color:#8A9496;
	font-weight:bold;
	text-decoration:none;
}
.sec-footer a:hover{
	color:#8A9496;
	font-weight:bold;
	text-decoration:underline;
}

.headings a:link{
	color:#8A9496;
}
.headings a:active{
	color:#8A9496;
}
.headings a:visited{
	color:#8A9496;
}
.headings a:hover{
	color:#8A9496;
}

.cl:link, .at-content a:link{
	color:#8A9496;
	text-decoration:underline;
}
.cl:active, .at-content a:active{
	color:#8A9496;
	text-decoration:underline;
}
.cl:visited, .at-content a:visited{
	color:#8A9496;
	text-decoration:underline;
}
.cl:hover, .at-content a:hover{
	color:#000;
	text-decoration:none;
}

.a-navi:link {
	color:#FFF;
}
.a-navi:active{
	color:#FFF;
}
.a-navi:visited{
	color:#FFF;
}
.a-navi:hover{
	color:#FFF;
}

/* Particular use */

.navi{
	background-color:#000;
}