/* CSS Document */

#cont{
	width:90%;/* Contenedor */
		}

body {
 background-color: #fff;
 font-family: Verdana;
 font-size: 10px;
 color: #4F5155;
 text-align:center;
}

table {
	width:100%;
	font-size:10px;

		}
table table td{
line-height:20px;
padding-left:5px;
}
.titulo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background-color: #CCCCCC;
	}
.titulo_mini{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	background-color: #CCCCCC;
	}
a:link,a:active,a:visited {
	color:#006699;
	text-align:center;
	font-size:10px;
	text-decoration: none;
}
a:hover {
	color:#FFFFFF;
	background-color: #006699;
}
