/* CSS Document */
@import url("test_nav.css");
body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color:#333333;
	background-image: url(images/recuperacion-de-datos.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

div#bannerLyr {
	margin-left: 20px;
	position:absolute;
	top: 0px;
	height: 118px;
	width: 745px;
/*	background-image:url(images/2_745.jpg);
	background-repeat:no-repeat; */
}

div#content {
	
	top: 15px;
	padding: 10px;
	margin: 0 0 0 29px;
	width: 526px;
	text-align:justify;
	border: 1px solid #ccc;
	background-color: #F2F2F2;
}
div#content h1 {  /* or you could use h1#header */
	margin: 0px;
	font-size:22px;
	font-variant: small-caps;
}

div#content h2 {  /* or you could use h1#header */
	font-size:18px;
}

.blue_text {
	color:#0000FF
}

div#menu {
	
	top: 135px;
	margin: 0 0 0 587px;
	width: 176px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #FF9900;
}

div#content p {
/*	text-indent: 20px;*/
	font-size: 16px;
}

div#content p.footer {
	color: #333;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}



div#buttonLyr {	
	position: absolute;
	top: 265px;
	margin: 0 0 0 587px;
	width: 176px;
	padding: 0;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #f90;
}


div#picsLyr {
	position: absolute;
	top: 310px;
	margin: 0 0 0 587px;
	width: 176px;
	padding: 0;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #f90;
}


div#rightContent {
	position: absolute;
	top: 457px;
	margin: 0 0 0 587px;
	width: 166px;
	padding: 0px 5px;
	color:#000;
	text-align: justify;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	border: 1px solid #f90;
}

div#rightContent p {
	margin: 0px;
}


#floatRight {
	float: right;
	margin-left: 10px;
	margin-top: 28px;
	margin-bottom: 2px;
}

a:link {
	text-decoration: none;
	color: #FF6600;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color:#FF0000;
	text-decoration: underline;
}
