/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	background-image:url(img/fo.jpg);
	background-repeat:repeat;

}
p{ font-size:12px; font-family:Arial, Helvetica, sans-serif;  }

h1{
	font-size:18px;
	color:#666666; font-weight:bold; font-family: Georgia, "Times New Roman", Times, serif;}
	
h2{ font-size:16px; color:#FF9900; font-family: Georgia, "Times New Roman", Times, serif;}

#contenedor{
	width:966px;
	margin:0px auto auto;
	padding:0;
	}
#cabecera{
	width:966px;
	float:left;
	height:147px;
	
	}
#botonera{
	width:966px;
	height:35px;
	float:left;
	background-image:url(img/bot.jpg);
	background-repeat:no-repeat;
	position:relative;
}
#cuerpo{
	width:966px;
	float:left;
	background-image:url(img/fondo.jpg);
	background-repeat:repeat;
	}
.col_1{
	width:600px;
	padding: 10px 10px 10px 22px;
	float:left;
	}
.col_txt{
 padding: 0 0 0 10px; }
 
.col_txt2{
  width:280px; float:left;  padding: 0 0 0 5px;}
  
.col_2{
	width:300px;
	float:left;
	padding:10px;
	}
#pie{
	width:966px;
	float:left;
	height:50px;
	background-image:url(img/pie.jpg); background-repeat:no-repeat;
	font-size:11px; color: #242424; padding: 0 0 0 20px
	}

a{ color: #000000; text-decoration:none;}
a:hover {color:#FF6633; text-decoration:none; }
.webs{
	color:#CCCCCC;
	font-size:12px;
	padding:10px;
	float:left;
	}
.pie{
	width:960px;
	float:left;
	font-size:12px;
	color: #333333;
	}

.menu2 {
	padding:0 0 0 16px;
	margin:0;
	list-style:none;
	height:35px;
	background:#fff url(img/button1.gif);
	position: absolute;
	width:925px;
	left: 12px;
	top: -2px;
}
.menu2 li {float:left;}
.menu2 li a {display:block; float:left; height:35px; line-height:35px; color: #FFFFFF; text-decoration:none; font-size:11px; font-family: Georgia, "Times New Roman", Times, serif; text-align:center; padding:0 0 0 8px; cursor:pointer; background:url(img/button1.gif);}
.menu2 li a b {float:left; display:block; padding:0 16px 0 8px;}
.menu2 li.current a {color:red; background:url(img/button3.gif);}
.menu2 li.current a b {background:url(img/button3.gif) no-repeat right top;}
.menu2 li a:hover {color:#fff; background:url(button4.gif);}
.menu2 li a:hover b {background:url(img/button4.gif) no-repeat right top;}
.menu2 li.current a:hover {color:#fff; background:#000 url(img/button3.gif); cursor:default;}
.menu2 li.current a:hover b {background:url(img/button3.gif) no-repeat right top;}

