@font-face {
 font-family: Custom Font;
 src: url("custom_font.eot") /* EOT file for IE */
}

@font-face {
 font-family: Custom Font;
 src: url("custom_font.ttf") /* TTF file for CSS3 browsers */
}

BODY {
	FONT-FAMILY: Arial, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	FONT-SIZE: 9pt;
	COLOR: #666666
overflow-x: hidden;
	/*background-repeat:repeat-X;*/
	background-position:TOP center; 
}


.fondoarriba {
	background-repeat:no-repeat;
	background-position:TOP center; 

}

TD {
	FONT-FAMILY: Arial, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	FONT-SIZE: 9pt;
}

.footer {
	COLOR: #ffffff;
	}

.form_element{
	WIDTH:100%;

}


TD {
	FONT-FAMILY: Arial, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	FONT-SIZE: 9pt;
}


H1 {
	FONT-SIZE: 25px;
	COLOR: #666666;
	MARGIN:0px 0px 15px 0px;
}

P{
	FONT-FAMILY: "Arial", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	FONT-SIZE: 9pt;

}



INPUT{
	FONT-SIZE: 9pt;
}

TEXTAREA, SELECT{
	FONT-FAMILY: Arial, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	FONT-SIZE: 9pt;
}


a:link {text-decoration:none;} /* Link no visitado*/
a:visited {text-decoration:none;} /*Link visitado*/
a:active {text-decoration:none;} /*Link activo*/
a:hover {text-decoration:none;} /*Mause sobre el link*/

}

/* STYLE DEL PAGINATOR */

div.pagination {
	font-size: 16px;
}

div.pagination a:link,div.pagination a:visited{
	padding: 2px 5px 2px 5px;
	margin: 2px;
	background-color:#fff;
	border:1px solid #C0C0C0;
	text-decoration: none; /* no underline */
	color: #000;
}

div.pagination a:hover, div.pagination a:active {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	background-color:#E0E0E0;
	text-decoration: none; /* no underline */
	color: #000;
}

div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	background-color: #3E3E3E;
	color: #fff;
}


