﻿html{
	height:100%;
	padding:0px;
	margin:0px;
}
body{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background-image:url(../../imagenes/capa/degradadoBody.jpg);
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
	background-color:#f8f8f8;
	height:100%;
}
a{
color:#5c5c5c;
}

a:visited{
color:#8F8F8F;
}

a:hover{
color:#8F8F8F;
}
#div_popup{
height:auto;
width:auto;
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
position:absolute;
top:282px;
left:15px;
z-index:20;
}

