/* CSS Document */

body.main {
	background-image: url(images/bg.jpg);
	margin-left: 50%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
div.mainpage {
	margin-left: -375px;
	position:absolute;
	width:750px;
}
div.menushell {
	
left: -375px;
	position:relative;
	width: 750px;
	top: 176px;
	z-index: 1;
	}
	
tr,div {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; text-decoration:none;
	
}	
.pagebody { 
background-image:url(images/pagebg.jpg); background-position:bottom; background-repeat:no-repeat;
margin-top:50px; padding: 12px;
}
	
#SearchLayer {
	position:absolute;
	width:172px;
	height:24px;
	z-index:10;
	left: 566px;
	top: 7px;
	
}
#Searchlayer form {
	padding: 0px;
	background: #000000;
	}
	
.searchresult td{
	padding-top: 10px;
	padding: 10px;
	
}
input,select,textarea {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}
#HeaderLayer {
	position:absolute;
	width:750px;
	height:50px;
	z-index:5;
	left: 0px;
	top: 1px;
	vertical-align:middle;
	background-image:url(images/center.jpg);
	background-repeat:no-repeat;
}
#aboutmenu {
	position:absolute;
	left: 225px;
	width: 150px;
	z-index:16;
}
#servicesmenu {
	position:absolute;
	left: 315px;
	width: 150px;
	z-index:17;
}
.dropdownmenu  {
	position:absolute; height:115px; visibility:hidden; top: 1px;
	
}

.dropdownmenu td {
	padding-left: 14px;
	padding:4px;
	margin:0px;
	height:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;
	background: url(images/bg_dropdown.jpg) repeat #E6BC46;
	border:1px solid #ffb900;
}
.dropdownmenu a:link, .dropdownmenu a:active, .dropdownmenu a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; text-decoration:none;
	
}
.dropdownmenu a:hover, .dropdownmenu a:visited:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; text-decoration:none; border-bottom:2px solid #000000;
	
}
/*Button Red*/

#bottomr ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	width: 124px; /*Ancho de la imagen*/
}
#bottomr ul li {
	line-height: 34px; /*Altura de la Imagen*/
}
#bottomr ul li a {
	display: block;
	width: 124px;
	padding: 0 10px 0 20px;
	overflow: hidden;
	background: url(images/button_red.gif)  no-repeat;
	cursor:pointer;
	text-indent:-9000px; /*para que no aparezca el txt en el href*/
}
#bottomr ul li a:hover {
	font-weight: bold;
	text-decoration: none;
	color:#fff;
	background-position:0 -32px; /*posicion a pasar el mouse por encima*/
	cursor:pointer;
}	

/*=================================page navigation class start================================================*/
.pagination{
padding: 2px;
margin: 0em 0;
clear: both;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: right; /*Set to "left" or "right" to left/right align pagination interface*/
font-size: 100%;
}

.pagination li
{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

*:first-child+html .pagination li{ /*IE7 only CSS hack*/
margin-right: 0px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE7 */
}

* html .pagination li{ /*IE6 and below CSS hack*/
margin-right: 0px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE6 and below browsers*/
}

.pagination ul li A, .pagination ul li A:link, .pagination ul li A:visited, .pagination ul li A:active
{
padding: 0 5px;
border: 1px solid #DBE9DB;
text-decoration: none; 
color: #3F723F;
}
.pagination ul li A:hover
{
border: 1px solid #2b66a5;
color: #ffffff;
background-color: #003dcf;
}

.pagination a.currentpage{ /*Style for currently selected page link*/
background-color: #003dcf;
border-color: #ffffff;
font-weight: bold;
cursor: default;
}

.pagination a.disabled, .pagination a.disabled:hover{ /*Style for "disabled" previous or next link*/
background-color: white;
cursor: default;
color: #929292;
border-color: #2b66a5;
}

.pagination a.prevnext{ /*Style for previous and next link*/
font-weight: bold;
}
.paginationa{
padding: 2px;
margin: 0em 0;
clear: both;
}

.paginationa ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "left" or "right" to left/right align pagination interface*/
font-size: 100%;
}

.paginationa li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

*:first-child+html .paginationa li{ /*IE7 only CSS hack*/
margin-right: 0px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE7 */
}

* html .paginationa li{ /*IE6 and below CSS hack*/
margin-right: 0px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE6 and below browsers*/
}

.paginationa a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #cccccc;
text-decoration: none; 
color: #2e6ab1;
}

.paginationa a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #f1f1f1;
}

.paginationa a.currentpage{ /*Style for currently selected page link*/
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.paginationa a.disabled, .pagination a.disabled:hover{ /*Style for "disabled" previous or next link*/
background-color: white;
cursor: default;
color: #929292;
border-color: transparent;
}

.paginationa a.prevnext{ /*Style for previous and next link*/
font-weight: bold;
}
.subheading
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#003f94;
font-weight:bold;
}

.boldtext
{
	font-weight:bold;
}
/*=================================page navigation class end================================================*/

