/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	padding: 0 auto;
	margin:0;
	background-color: #008800;
	background-image:url(img/atras.jpg);
	background-repeat:repeat-x;
	top:0px;

}
p{
	
	font-family:"Trebuchet MS",Garamond,Georgia;
	font-size:13px;
	line-height:1.2em;
	color:#333;
	line-height:20px;
	
	}
a{
	color:#006600;
	font-size:13px;
	text-decoration:none;}

h1{
	font-family:"Trebuchet MS",Garamond,Georgia;
	font-size:20px;
	font-weight:bold;
	color: #0099CC;
	}
h2{
	font-family:"Trebuchet MS",Garamond,Georgia;
	font-size:16px;
	font-weight:200;
	font-weight:bold;
	color: #0099CC;
	}
h3{
	font-family:"Trebuchet MS",Garamond,Georgia;
	font-size:16px;
	font-weight:200;
	font-weight:bold;
	color: #008800;
	}


#contenedor{
	width:926px;
	margin:0px auto auto;
	}
#cabecera{

	width:926px;
	float:left;
	background-image:url(img/cab.jpg);
	background-repeat:no-repeat;
	height:160px;
	}
	
#botonera{
	width:926px;
	height:30px;
	float:left;
}
#cuerpo{
	width:926px;
	float:left;
	background-image:url(img/fondo_bco.jpg);
	background-repeat: repeat-y;
	padding:0 0 0 10px;
	}
.col_1{
	width:470px;
	float:left;
	padding: 10px 10px 0 25px;	
	}
	
.col_2{
	width:250px;
	float:left;
}
.col_3{
	width:900px;
	float:left;
	padding:30px;
}
.foto{
	width:210px;
	height:200px;
	float:left;
	padding:15px 0 0 10px;
}
	
.seccion_fotos{
	width:360px;
	float:left;
	padding: 10px 10px 10px 90px;
}
	
#pie{
	height:57px;
	width:926px;
	float:left;
	background-image:url(img/pie.jpg);
	background-repeat:no-repeat;
	}
.pie{
 font:Arial, Helvetica, sans-serif;
 color: #666666;
 font-size:11px;
 padding: 0 0 0 18px;}
.pie a:hover {
	color: #333333;		
}
.pie a {
    font-size:11px;
	color: #666666;
	text-decoration:none;
}
	
/*URL: http://www.cssplay.co.uk/menus/pro_two */

.menu2 {padding:0 0 0 32px; margin:0; list-style:none; height:30px; background:#fff url(img/button1.gif); position:relative; border:1px solid #FFF; border-width:0 1px;}
.menu2 li {float:left;}
.menu2 li a {display:block; float:left; height:30px; line-height:35px; color: #FFFFFF; text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}
.menu2 li a b {float:left; display:block; padding:0 16px 0 8px;}
.menu2 li.current a {color:#fff; 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:#000 url(img/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;}

