@charset "utf-8";
/* CSS Document */
body{
	background:#000;
	color:#CCC;
	font-family:Arial, Helvetica, sans-serif
	font-size:12px;
	
	/*esto es paraa centrar*/
	text-align:center;
	margin:0;
	padding:0;
	}
/*genericas*/	
p.clear{margin:0;padding:0; clear:both;}
img.blogimg{
	float:left;
	margin:10px;}
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:18px;
	line-height:16px;
	color:#FFF;
	margin-left:10px;}

	/*divisiones*/
div.contenedor{
	width:770px;
	margin:0 auto;
	position:relative;}
	
	div.encabezado{
		width:770px;
		height:280px;
		background:url(../img/encabezado.jpg);}
		
	div.menubar{
		width:770px;
		height:20px;
		background:url(../img/xxx_r2_c1.jpg);}
		
	div.conteconte{
		width:770px;
		background:#373737;}
		
		div.contenido{
			width:570px;
			float:left;
			background:#464646;
			text-align:justify;
			padding:10px
			}
			  
			  
		div.derecha{
			width:180px;
			float:left;
			background:#373737;}
			
	div.pie{
		width:770px;
		height:22px;
		background:url(../img/Sin%20t%C3%ADtulo-1_r2_c1.gif);}

/*Este es el codigo del menu de navegacion*/


#menu {
	background:url(../img/xxx_r2_c1.jpg);
	float:left;
	list-style: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	font-size:10px;
	}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
}
#menu a {
	background: url("../img/separator.gif") bottom right no-repeat;
	color: #eee;
	display: block;
	margin: 0;
	padding: 4px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background:#F00 url("../img/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 4px;
	}