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

* {
	padding: 0px;
	margin: 0px;
	border-color: #FFFFFF;
}
body {
	font:  0.90em Tahoma;
	color: #000;
	background: url(images/bg.jpg);
	background-repeat:repeat;
	word-spacing: 0.00em;
	letter-spacing: 0.00em; 
	
}

text {
      word-spacing: .0em;
	  letter-spacing: .0em;
}	  


a:link {
	color: #0099FF;
}
a:hover {
	color: #0099FF;
}
a:visited {
	color: #999999;
}
a:active {
	color: #0099FF;
}

h3 {


color:#0066ff
}

#header {
	margin-top:0px;
	background: #FFF;
	height: 170px;
	width: 900px;
	margin-left:0px;
	
}

#izquierda {
	width: 280px;
	float:left;
}

#derecha {
	margin-left:3px;
	margin-top:0px;
	width: 350px;
	float: right;
	line-height: 16px;
	font-size:0.90em;
	word-spacing: 0.00em;
	text-align: justify;
}
derecha img {
border:10px;
border-color:#000;}

#content {
	background: #FFF;
	width: 900px;
	text-align: left;	
}
#cabecera {
margin:0px;
	background: #FFF;
	height: 169px;
	width: 900px;
	text-align: left;	
}
#botonera ul{
	margin:0px;
	background: #439cff;
	height: 44px;
	width: 900px;
	font: 20px;
	
}
ul{list-style-type:none}
#botonera ul li a { margin-left: 2px; margin-bottom: 4px; margin-right: 1px; margin-top: 2px; with:225px; height:40px; display: block; background:#035ab1; color:#FFF; text-align:center; font-size:14px; text-decoration:none; text-indent:inherit;  }
#botonera ul li a:hover{background:#dfdfdf;color:#61b0ff;}
#botonera ul li{width:225px; float:left;}



#menuleft {
	margin-top:10px;
	background: #dfdfdf;
	
	float:left;
	width: 212px;
	text-align: left;	
}

#menuleft ul li a {with:212px; height:40px; display:block; background:#b1b1b1; color:#FFF; text-align:center; margin:1px 1px 1px 1px; font-size:14px; text-decoration:none; text-indent:inherit;  }
#menuleft ul li a:hover{background:#dfdfdf;color:#61b0ff;}
#menuleft ul li{width:212px; float:left;}

#texto {margin-left:20px;
}



#cuerpo {
    margin-top:20px;
    margin-left: 10px;
	margin-right: 5px;
	background: #FFF;
	float:left;
	width: 650px;
	text-align: justify;
	
		
}
#pie {
	background: #d9d9d9;
	float:left;
	height: 180px;
	width: 850px;
	text-align: left;	
}

#footer {
	clear: both;
	margin: 0; padding: 0;
	border-top: 1px solid #035ab1;
	font-size: 95%;
	text-align: left;	
}
#footer h2, #footer p {
	padding-left: 0;
}
#footer-content {	
	margin: 0 auto;		
}
#footer-content a {
	text-decoration: none;
	color: #aaaaaa;
}
#footer-content a:hover {
	text-decoration: none;
	color: #1c8eff;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;
}
#footer-content .col {
	width: 32%;
	padding: 0 5px 5px 5px;	
}
#footer-content .col2 {
	width: 30%;
	padding: 0 0 5px 0;	
}
.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }
