@charset "utf-8";
/* CSS Document */



/* ---- Header ----*/

#TF_Main_Content{
	width: 664px;
	height: 7550px;
	position: absolute;
	left:0px;
	margin:0;
	background: #e7e7e7;
	border-left:#AEC0D9 2px solid;
	
}
#TF_Main{
	width: 664px;
	height:350px;
	position: relative;
	left:0px;
	margin:0;
}
#TF_Details{
	width: 664px;
	height: 200px;
	position: relative;
	left:0px;
	margin:0;
}
#TF_Actions{
	width: 664px;
	height: 150px;
	position: relative;
	left:0px;
	margin:0;
}

#Tut_Container{
	position:relative;
	top:0px;
	left:0px;
	width:664px;
	height:auto;
	
}

#TF_Page{
	position:relative;
	top:0px;
	left:0px;
	width:664px;
	height:40px;
	border-top: 1px dashed #97a5b0;
	border-bottom: 1px dashed #97a5b0;
}

.tf_div{
	position:relative;
	top:0px;
	left:0px;
	width:664px;
	height:1000px;
	background:#339966;
}
.page_center{
	height:30px;
	margin:0;
	position:relative;
	
}


/* ---- Header ----*/

/* ---- Tutorials ----*/

	#TF_Img{
		position:relative;
		width:664px;
		height:auto;
		top:0px;
	}
	#TF_Title{
		position:relative;
		width:664px;
		height:45px;
		top:0px;
	}
	#TF_Text{
		position:relative;
		width:664px;
		height:auto;
		top:0px;
	}
	#TF_Text ul{ list-style: decimal; width:auto; height:auto; margin-top:20px; margin-bottom: 0px;}
	#TF_Text ul li{
		margin-top:0px;
		margin-bottom:20px; 
		padding-left:10px;
		width:580px; 
		height:auto; 
		position:relative; 
		border:0; 
		font-family:"Trebuchet MS", "Arial Narrow"; 
		font-size:14px;
		font-weight: 600; 
		color:#575757;
	}
	#TF_Text ul li span{
		color: #06c521;
	}
	.img_tf{
		border:#009999 thin groove;
		margin-top:20px;
	}
	.title_tf{
		font-family:"Trebuchet MS";
		color:#009999;
		font-size:16px;
		font-weight:bold;
		height:30px;
		top:15px;
		text-decoration:underline;
		position:relative;
		width:500px;
		left:10px;
	}
	.Step_Text{
		list-style:none;
	}
	#TF_Last_Text{
		position:relative;
		width:664px;
		height:70px;
		top:0px;
	}
	.tf_last_text{
		font-family:"Trebuchet MS";
		color:#009999;
		font-size:16px;
		font-weight:bold;
		height:50px;
		top:15px;
		text-decoration:none;
		position:relative;
		left:50px;
		width:564px;
		text-align:center;
	}


/* ---- Tutorials ----*/

/* ------------------------------------------------------------------------------------------ */ 


/* ----- Top Bar ----- */

#F_Cat_Menu{
	width: 664px;
	height: 40px;
	position: relative;
	top:0px;
	margin:0;
	background: url(../images/fondos/Fondo_Cat_Menu.jpg);
}

/* ----- Top Bar ----- */

/* ----- Welcome ----- */

#User_Welcome{
	width: 964px;
	height: 34px;
	position: absolute;
	top:0px;
	right:0px;
		
}
#User_Info{
	width: 964px;
	height: 34px;
	position: absolute;
	top:0px;
	right:0px;
		
}

ul.welcome{ 
	padding:0; 
	list-style: none; 
	width:240px; 
	height:34px; 
	margin-top:2px; 
	margin-bottom: 0px;
	position:absolute;
	right:0px;
	}

ul.welcome li{ 
	margin:0; 
	padding:0; 
	float:left;
	}

ul.welcome li a{ 
	display: inline-block; 
	position:relative;
	padding-top:7px; 
	padding-bottom:7px;
	padding-left:7px;
	text-align:center;
	background:none; 
	color:#669999;
	font-family: "Trebuchet MS", Arial;
	font-weight:700;
	text-decoration: underline; 
	cursor:pointer; 
	width:60px; 
	height:20px; 
	font-size:10px;
	}

ul.welcome li a.active{ 
	color: #00CC66;
	}

ul.welcome li a:hover{ 
	background:none; 
	color: #99cccc;
	}



/* ----- Welcome ----- *

/* ------------------------------------------------------------------------------------------ */ 

/* ----- TABS ------------------------------------------------------------------------------- */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
	width:564px;
	height:30px;
	position:relative;
    margin:0;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
	position:relative;
    margin: auto;	
    min-width: 40px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding-top:4px;
    background: none;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left:0;
    color: #00a0d8;
	font-family:"Trebuchet MS";
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: underline;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #333300;
	text-decoration:none;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 20px; /* IE 6 treats height as min-height */
    min-height: 20px;
    padding-top: 6px;
    padding-right: 10px;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
    
	border-bottom: 1px dashed #97a5b0;
    padding: 1em 8px;
    background:none; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(http://localhost/PS2/images/content/tutorials/common/loading.gif) no-repeat 0 50%;
}
/* ----- TABS ------------------------------------------------------------------------------- */

/* ----- Text ----- */ 

/* ----- Text ----- */ 
