/* Elementos básicos */

BODY
{
	font-family: Verdana,Helvetica,Sans-Serif;
	font-size: 10pt;
    color: #191970;
}

P { text-indent: 0.25in; }

P.justificado { text-align: justify; }

TABLE
{
	font-size: 8pt;
	border-collapse: collapse;
	empty-cells: show;
	padding: 3px;
	margin: auto;
}

TH { padding: 5px; }

CAPTION
{
	height: 15px;
	width: 100%;
	text-align: center;
	font-weight: bold;
}

TD.botones
{
	text-align: center;
	border: 0;
}

A
{
	font-weight: bold;
	text-decoration: none;
	color: #191970;
}

A:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #9685BA;
}

/* clases */
TABLE.tres
{
	width: 600px;
	border: 1px solid #333;
	border-collapse: collapse;
 	margin: auto;
}

TABLE.tres th.grande,th.normal1,normal2,td.grande,td.normal
{
 	border: 1px solid #333;
 	padding: 5px;
}

TABLE.tres td.grande,th.grande { width: 55%; }

TABLE.tres td.normal1,th.normal1 { width: 25%; }

TABLE.tres td.normal2,th.normal2 { width: 20%; }

.presentar
{
 	width: 50%;
 	text-align: justify;
}

.contenedor50
{
	width: 525px;
	text-align: justify;
}

.centrado { text-align: center; }

.capitalizar:first-letter
{
	font-size: 14pt;
	background-color: #191970;
	color: white;
	padding: 5px;
	border: 1px solid navy;
}

/* posicionar divs */
div.contactoCentro
{
	position: relative;
	margin: 0 auto 0 auto;
	text-align: center;
	width: 50%;
}

div.contactoIzq
{
	position: absolute;
	margin-top: 50px;
	text-align: center;
	width: 50%;
}

div.contactoDer
{
	position: absolute;
	margin-top: 50px;
	margin-left: 50%;
	text-align: center;
	width: 50%;
}

div.contactoInf
{
	position: absolute;
	margin-top: 150px;
	text-align: center;
	width: 100%;
}

.todo
{
	width: 150px;
}

.todo fieldset legend
{
	color: #6495ED;
	font-weight: bold;
}

.todo fieldset a
{
	color: #FFA07A
}

.todo fieldset a:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #6495ED
}

/* Menú vertical */
#navcontainer { width: 145px; }

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#navcontainer a
{
	display: block;
	padding: 3px;
	width: 145px;
	border-bottom: 1px solid #333;
}

#navcontainer a:link, #navlist a:visited
{
	color: #191970;
	text-decoration: none;
}

#navcontainer a:hover
{
	font-weight: bold;
	text-decoration: none;
	background: #191970;
	color: #fff;
}