body{
	margin: 0 0 0 0;
}

td.contenedorPpal{
	background: url(fondo.jpg) no-repeat bottom right;
}

h3{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: Black;
}

h2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: Black;
}


img{
	border: none;
}

input{
	border: none;
	border-bottom: solid black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	height: 15px;
	border-width: 1px;
}

a{
	font-size: xx-small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a.enlaceDeMenu{
	border: none;
	font-size: small;
	color: Black;
	text-decoration: none;
	font: bolder;
}
a.enlaceDeUsuario{
	color: blue;
	font-size: xx-smal;
	text-decoration :none;
}

a.enlaceDeFuncion{
	color: blue;
	font-size: xx-smal;

}
p{
	font-size: xx-small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p.jesusDice{
	color:blue;
}
p.caption{
	font-size: x-small;
}

p.cabeceraDeUsuario{
	width: 100%;
	
	color: black;
	border: thin;
	border-color: blue;
}

td{
	font-size: x-small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

td.tituloPregunta{
	font-size: xx-small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

textarea{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

p.informacionDeUsuario{
	width: 300px;
	border-bottom: blue thin;
}
p.error{
	color: red;
}

td.tituloConsultoria{
	font-weight: bold;
}






a.tituloPublicidad{
	color: black;
	font-weight: bolder;
	text-decoration: none;
	font-size: x-small;
}

a.subTituloPublicidad{
	color:black;
	font-weight: bold
	font-size: xx-small;
	text-decoration:none
	
}

.elemento{
	position: absolute 10,20;
}


table.menu{
	border: thin solid black;
}

a.menuSuperior{
	color: white;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:x-small;
}


a.elementoDeMenu{
	color: White;
	width: 100%;
	background-color: Silver;
	text-decoration:none;
}

a.elementoDeMenu:hover{
	color: Blue;
	width: 100%;
	background-color: gray;
	text-decoration:none;
}





a.destacado{
	color: black;
	font-weight: bold;
	text-decoration:none;	
}

.contenidoPrincipal{
	text-align: justify;
	font-size: x-small;
}

table.deCentrado{
	border: thin solid Black;
}

hr.divisionDePregunta{
	border: thin solid #6495ED;
	width: 80%;
	
}