/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: normal;
	text-decoration: none;
	background-image: url(../imagenes/fondo_lineas.gif);
	margin-top: 5px;
	margin-left: 5px;
}

h1, h2, h3, h4, h5, h6{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: normal;
	text-decoration: none;
}

#supercontenedor
{
	width: 760px;
	margin: auto;
	border: 1px solid #cccccc;
	padding: 0 0 0 0;
}

#cabecera{
	width: 760px;
	height: 50px;
	text-align: center;
	background-image: url(../imagenes/fondo_bislineas.gif);
}

#cuerpo{
	width: 760px;
	margin: 0 0 0 0;
}

#cont_izq
{
	float: left;
	width: 240px;
	text-align: justify;
	padding: 5px;
	overflow: auto;
}

#cont_dch
{
	float: right;
	width: 498px;
	text-align: justify;
	padding: 5px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 2px;
	overflow: auto;
	height: 450px;
}

#minicont_up
{
	width: 490px;
	text-align: justify;
	padding: 3px;
	height: 200px;
	overflow: auto;
}

#minicont_do
{
	width: 490px;
	text-align: justify;
	padding: 3px;
	height: 200px;
	overflow: auto;
}

#piedeweb
{
	clear: both;
	width: 760px;
	height: 17px;
	background-color: #ddd;
	text-align: center;
	padding-top: 3px;
	font-size: 0.6em;
}

.supertitulo {
	font-size: 125%;
	font-style: normal;
	font-weight: normal;
}
.minititulo {
	font-size: 90%;
	font-variant: small-caps;
	letter-spacing: 0.5em;
	text-align: center;
}

.tit_seccion {
	font-size: 0.8em;
	margin: 4px;
	border-bottom: 1px solid #cccccc;
	padding: 3px;
	font-weight: normal;
}

.txt_normal {
	font-size: 0.7em;
	margin: 4px;
	padding: 3px;
	font-weight: normal;
	list-style-position: inside;
	list-style-type: disc;
}
p.subtit_seccion {
	font-size: 0.7em;
	text-decoration: none;
	text-align: left;
	margin: 5px;
	line-height: 1em;
}

h2.titulopag{
	background-color: #CCCCCC;
	letter-spacing: 0.7em;
	clear: both;
	text-align: center;
	margin: 4px 0px;
	font-weight: normal;
	padding: 4px;
}

h3.titulosecc{
	text-align: center;
	margin: 0px;
	font-weight: normal;
	padding: 2px;
}

img.float_left {
	float: left;
	margin-top: 4px;
	margin-left: 4px;
	margin-right: 4px;
} 
.txt_pie {
	text-decoration: none;
	font-size: 0.7em;
}
a.minilink {
	text-decoration: none;
	color: #993333;
	background-color: #CCCCCC;
	font-weight: bold;
	font-size: 0.7em;
}
a {
	font-size: 1em;
	color: #993333;
	text-decoration: none;
}

