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

        /* end hide */
html {
    height: 100%;
	overflow:inherit;

}
body {
	/*height: 100%;*/
	width: 100%;
	height: 100%;
	
	
	margin: 0px;
	padding: 0px;
		
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
	

	
	/*background-position:center;
	background-repeat:repeat-y;
	background-image:url(../interfaz/center_bg.jpg)*/
	
}
div, p, img, a {

	padding:0px;
	padding-bottom:0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;

	margin:0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border:0px;
}
body,td,th,p {
	padding: 0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#383838;
}

ul, li, ol {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

em{
	color:#353535;

}

a, a:link, a:visited, a:active {
	color:#c1c1c1;
	text-decoration:none;
}
 a:hover {
	color:#FFFFFF;
}


.clear{
	clear:both;
}
.clearLeft{
	clear:left;
}
.clearRight{
	clear:right;

}
