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

body
{
	margin: 0;
}

.pie {background: url(img/desarrollo.jpg);
background-repeat:no-repeat;
background-position:center;
}

.borde{
	background: url(img/borde_btn.png);
	background-repeat:no-repeat;
	background-position:left;
	text-align:right;
	color:#FFFF00;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	
}
.texto_blanco
{
	color: #ff0;
	font-size: 12px;
}
.titulo_categoria
{
	font-weight: bold;
	margin: 0;
}

.subcategorias
{
	margin-left: 20px;
	margin-bottom: 10px;
}
.subcategorias a
{
	color: white;
}
.subcategorias a:visited
{
	color: white;
}
.division
{
	border-bottom: 1px dotted white;
	margin: 10px 0 10px 0;
}
.fecha
{
	font-size: 10px;
}

.titulo_noticia
{
	font-size: 15px;
	margin: 0;
	font-weight: bold;
}
.foto1_noticia
{
	margin: 0 10px 3px 0;
}

.center
{
	text-align: center;
}
