/* CSS Document */

body { font-family: Verdana, Arial, Helvetica, sans-serif; 
  		font-size: 10px; 
  		background-color: #FFFFFF; 		         
  		background-image: url(../images/login_bg.jpg); 
  		background-repeat: repeat-x; 
        background-position: top left; 
        margin-top: 0px; }
  
table { border-collapse: collapse; 
  		  border: 0px; 
  		  margin: 0px; 
  		  padding: 0px;
  		}
td.login_box { 
  		 padding: 2px; 
 }
  
ul { line-height: 15px;
 	 }
li {  	font-size: 10px; 
 		font-weight: bold; 
 		color: #e9e9e9; 
		list-style-image: url(../images/ul.gif);
}
 
p {  
  	font-size: 10px; 
  	color: #004006; 
}
  
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #AF0000;
	text-decoration: underline;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: transparent;
	color: #3c7fb1;
}
  

.container { top: 0px; width: 960px; }
  
.left { background: url(../images/left_side.jpg) no-repeat top right;
		width: 125px; 
        height: 475px;  }
.right { background: url(../images/right_side.jpg) no-repeat top left;
		 width: 344px; height: 475px;
         vertical-align: top;  }
		 
.center_top { height: 135px;
			  vertical-align: bottom;
			  padding: 0px 0px;width:491px; 
}
.center_middle { 
			/*background: url(../images/center_pic.jpg) no-repeat top left; */
				height: 217px; 
         		width: 491px; 
         		vertical-align: top; 
         		margin: 0px;  
         		}
         		
.center_bottom {height: 123px;width: 491px; vertical-align: top; }
  
.servicios_header { font-size: 10px;
					font-weight: bold; 
					color: #e9e9e9; 
					margin-left: 10px; 
				}  
.servicios { padding: 150px 0px 0px 15px;}
.footer { padding: 20px 0px 0px 40px;}

.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}