<style type="text/css">

a:link {
text-decoration: none;
color: #C0C0C0;
}
a:visited {
text-decoration: none;
color: #C0C0C0;
}
a:hover {
text-decoration: none;
color: #DB140F;
}

a:active {
	text-decoration: none;
}
body,td,th {
	color: #000;
}
body {
	background-color: #FFF;
}


#pagina
    {
	width: 1024px;
	height: auto;
	margin: auto;
	/*background-color: "#C0C0C0";*/
		background-color:white;
	display:table;
    }

#principal
    {
	float:left;
	padding: 0.5%;
	background-color: white;
	width: 75%;
	height:auto;
	display: table;
	/*font-weight: bold;*/

		font-size: 20px;
	text-align:justify;
	/*line-height: 14px;*/
		/*font-family: Helvetica;*/
		font-variant: normal;
	font-style: normal
    }

.seccionid
	{
		background-color: darkred;
		height:30px;
		color: white;
		font: 20px sans-serif;
		line-height: 30px;	
		float: none;
	}

.regresar_inicio
	{
		heighth:5px;
		color: darkgrey;
		font: 16px sans-serif;
		line-height: 20px;	
		float: none;
		
	}


.bloqueder
	{
	float:right;
	width: 50%;
	background-color: #FFF;
	height:200px;
	}


.Negritas {
	font-weight: bold;
}
.achicarTexto {
	font-size: 18px;
}


</style>