.FreeTextBoxBody 
{	
	padding-right: 0px;	
	padding-left: 0px;	
	font-size: 8pt !important;	
	padding-bottom: 0px;	
	margin: 0px;	
	color: #666666;	
	padding-top: 0px;	
	font-family: verdana,arial,sans-serif;	
	background-color: #ffffff
}

.FreeTextBoxBody,
.FreeTextBoxBody td, 
.FreeTextBoxBody a, 
.FreeTextBoxBody span,
.FreeTextBoxBody div, 
.FreeTextBoxBody input,
.FreeTextBoxBody select, 
.FreeTextBoxBody textarea,
.FreeTextBoxBody table
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #666666;
	font-size: 8pt !important;
}

/* Titulos */

.ContenidoLibre h1,
div.TituloGeneral
{
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;
	padding: 5px;
	background-color: #d1c1ce;
}

.ContenidoLibre h2,
div.TituloLista
{
	font-size: 1em;
	border-bottom: solid 1px #d1c1ce;
	color: #152c95;
}

div.Texto
{
	padding: 0px 10px 0px 10px;
	text-align:justify;
}

div.TextoBorde
{
	padding: 0px 10px 0px 10px;
	border-left: solid 1px #d1c1ce;
}

.TituloAzul
{
	color: #152c95;
}

a.TituloAzul
{
	color: #152c95;
	text-decoration: underline;
}

label
{
	font-weight: bold;
	display: block;
}

/*Destacados*/

.Destacados
{
	background: #f4f0f1;
	border: solid 1px #ede7ec;
	text-align: center;
	padding:5px;
}

.Destacados label
{
	font-weight: normal;
	color: #152c95;
}

/* listas */

ul.ListaGeneral
{
	list-style-type: square;
}

/* enlaces */

a.EnlaceDestacado
{
	font-weight:bold;
	text-decoration:underline;
}

a.EnlaceListado
{
	background: url('images/bt_menu_gris.gif') no-repeat;
	padding-left: 20px;
	display: block;
	height: 16px;
	text-decoration: underline;
}

div.BotonGeneral
{
	text-align: right;
	margin-top:10px;
}

div.BotonGeneral a
{
	padding: 5px;
	background-color: #ede7ec;
	border-bottom: solid 1px #d1c1ce;
	border-right: solid 1px #d1c1ce;
	color: #152c95;
	margin-left:20px;
	float: right;
}


/*Tablas*/

table.Cursos thead
{
	background-color: #d1c1ce;
	color: #ffffff; 
}

table.Cursos td,
table.Cursos th
{
	padding: 5px 10px 5px 5px;
	text-align: left;
}

table.Cursos tr.Alternativo
{
	background-color: #ede7ec;
}

/*imagesnes*/

div.ImagenTitulo
{
	margin-left: 400px;
}

div.ImagenTituloFloat
{
	margin: 0px 60px 10px 10px;
	float: right;
}

/*panel libre de manu*/

div.PanelLibre
{
	width: 140px;
}

div.PanelLibre div.mail
{
	width: 70px;
	text-align: center;
	float: left;
}

div.PanelLibre div.mail a 
{
	text-decoration: none;
	background: url('images/bt_mailA.gif') 50% 50% no-repeat;
	display: block;
	width: 70px;
	height: 70px;
}

div.PanelLibre div.mail a:hover
{
	text-decoration: none;
	background: url('images/bt_mailB.gif') 50% 50% no-repeat;
	display: block;
	width: 70px;
	height: 70px;
}


div.PanelLibre div.home
{
	width: 70px;
	text-align: center;
}

div.PanelLibre div.home a 
{
	text-decoration: none;
	background: url('images/bt_homeA.gif') 50% 50% no-repeat;
	display: block;
	width: 70px;
	height: 70px;
}

div.PanelLibre div.home a:hover
{
	text-decoration: none;
	background: url('images/bt_homeB.gif') 50% 50% no-repeat;
	display: block;
	width: 70px;
	height: 70px;
}

table.ListadoDocumentos .td
{
	padding-top:30px;
}