@charset "utf-8";
/* CSS Document */

/*ESTILOS PARA CONTENIDO*/
.cabecera{
	background:url("images/barra_sombra.jpg") no-repeat scroll 0 90px transparent;
	height:100px;
	width:940px;
}
.logo{
	background:url("images/telsur_logo.jpg") no-repeat scroll 0 0px transparent;
	height:85px;
	width:210px;
	float:left;

}
.contenedor{
	background:url("images/bg_win.jpg") no-repeat scroll 0 0px transparent;
	height:314px;
	width:940px;
	float:left;
}
.separador{
 height:20px;
 width:940;

}
.cont-l{
	width:418px;
	float:left;
	padding-left:28px;
	height: auto;
}
.cont-r{
	background:url("images/Win_logo.jpg") no-repeat scroll 0 0px transparent;
	width:250px;
	float:right;
	height:240px;
	padding-right: 85px;
}

.footer{
	background:url("images/sombra_footer2.jpg") no-repeat scroll 0 0px transparent;
	height:50px;
	width:940px;
	float:left;
	}

/*FIN ESTILOS PARA CONTENIDO*/

/*ESTILOS PARA ENCABEZADOS Y TEXTOS*/
.titulo_01{
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	color:#333333;
	margin:1;
	line-height:12px;
	}

.bajada{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	line-height:12px;
	margin:0;
}
.win_7_vista{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:12px;
	margin:1;
	
}
.win_xp{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:12px;
	margin:1;
	
}
.win_tut{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:12px;
	margin:1;
}
.nota{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height:16px;
	margin:1;
	font-weight:bold;
}
/*ESTILOS LINKS*/
a:link{color:#3399FF;text-decoration:none}
a:hover{color:orange;text-decoration:underline}
a:active{color:yellow;background:black;textdecoration:overline} 
a:visited{color:grey;font-style:italic}
/*FIN ESTILOS LINKS*/

