/* Estructura */

*{
	margin: 0px;
	padding: 0px;
}

body{
	background-color: #CCCCFF;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	text-align: center;
}

div.pag{
	width: 750px;
	margin: 10px auto 10px auto;
	text-align: justify;
}

div.cab{
	width: 750px;
	height: 160px;
	background-color: #FFFFFF;
}

div.menu{
	float: left;
	width: 150px;
	background-color: #FFFFFF;
	padding-bottom: 30px;
	background: #FFFFFF url(img/mf.gif) no-repeat scroll bottom;
}

div.contenido{
	float: right;
	width: 600px;
	background: #FFFFFF url(img/cf.gif) no-repeat scroll bottom;
}

div.interior{
	padding: 5px 20px 10px 20px;
	margin-bottom: 30px;
}

/* Menu */

div.m_cab{
	margin: 5px 10px 5px 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #6666CC;
	color: #FFFFFF;
	border: 1px dotted #333399;
}

.menu span{
	display: block;
	margin: 5px 10px 5px 10px;
	color: #333399;
}

.menu span.proy{
	text-decoration: underline;
}

.menu a:link, .menu a:visited, .menu a:active{
	text-decoration: none;
	color: #333399;
}

.menu a:hover{
	text-decoration: none;
	border: 1px dotted #333399;
}

/* Interior */

div.cb{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px dotted #333399;
	padding-left: 14px;
	background: #6666CC url(img/icon.gif) no-repeat left center;
}

div.not{
	margin: 15px 5px 15px 5px;
	background-color: #E7E7FF;
	border: 1px dotted #333399;
	padding: 10px;
}

p.fecha{
	text-align: right;
	color: #333399;
	font-weight: bold;
	margin-bottom: 10px;
}

p.tit{
	font-size: 12px;
	margin: 15px 0px 15px 0px;
	color: #333399;
	font-weight: bold;
}

img.ava{
	float: left;
	margin: 0px 10px 10px 0px;
}

.e1{
	color: #6666CC;
	font-weight: bold;
}

.e2{
	color: #6666CC;
}

a{
	color: #663399;
}