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

body {
	font-family: tahoma;
	font-size: 11px;
	color: 6E6C6C;
	line-height:14px;
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFFFFF;
	background-image:url(../img/top.png);
}
img{border:0;}
a {
	font-family: tahoma;
	font-size: 11px;
	color: 506C84;
}
a:visited {
	color: 506C84;
}
a:hover {
	color: 506C84;
}
a:active {
	color: 506C84;
}

/* Etiquetas Personalizadas */

.main{
	position:absolute;
	width:900px;
	height:360px;
	left:50%;
	margin-left:-450px;
	padding-top:9px;
	z-index:2;
	top:196px;
	background-color:#FBFBFB;
	border: 1px solid #E1E1E1;
}

.header{
	position:absolute;
	width:900px;
	height:195px;
	top:0px;
	left:50%;
	margin-left:-450px;
	
}

.contenido{
	position:absolute;
	width:900px;
	height:352px;
	top:0px;

}

.footer{
	position:absolute;
	width:100%;
	height:150px;
	top:100%;
	margin-top:-150px;
	background-image:url(../img/bgd.gif);
	background-repeat:repeat;
	padding-top:3px;
	color:#FFFFFF;
	text-align:center;
	padding-top:115px;
	color:#FFFFFF;
}

#tabs{
	position:absolute;
	top:30px;
	width:480px;
	height:200px;
	left:400px;
}

