@charset "utf-8";
/* CSS Document */
a{
	color:#609;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	color:#CCC;
	text-decoration:none;
	font-weight:bold;
} 


#cont {
	width: 1000px;
	margin:auto;
	background-color:#FFF;
	
}

#cont2 {
	width: 1000px;
	height: 800px;
	margin-top: 250px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	
}


#menu {
	width:300px;
	float: left;
	position: fixed;

	
}

#contenido {
	width:700px;
	float: right;
	margin-top: 200px;
	background-color: #EAEAEA;
	margin-bottom: 50px;
	
}


.t_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCC;
	height:50px;
}

.t_menu a{
	color: #333333;
	text-decoration: none;
}

.t_menu a:hover{
	color: #CCC;
	text-decoration: none;
}

.fecha {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: bold;
}

.datos {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
}

.titulo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
	text-align: left;
	font-weight: bold;
	text-indent: 10px;
}

.titulo_b {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	font-weight: bold;
	text-indent: 10px;
}

.titulo2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	font-weight: bold;
	height: 50px;
	padding-top: 20px;
	text-indent: 20px;
}

.texto{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
}
