/* 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: 260px;
	text-align: justify;
	padding: 5px;
	overflow: auto;
	height: 450px;
}

#cont_dch
{
	float: right;
	width: 478px;
	text-align: justify;
	padding: 5px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 2px;
	overflow: auto;
	height: 450px;
}

#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.8em;
	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;
} 

img.float_right {
	float: right;
	margin-top: 4px;
	margin-left: 4px;
	margin-right: 4px;
	vertical-align: text-top;
} 

.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;
}

ul.ind_area {
	list-style:none;
	margin:0px;
	padding:0px;
	vertical-align:middle;
}


li.ind_area {
	padding-top:7px;
	padding-left:20px;
	height:21px;
	list-style:none;
	display:block;
	background-image: url(../complutecno/imagenes/bkg_boton.gif);
	vertical-align:middle;
	font-size:0.7em;
	text-align:left;
	text-indent:0px;
}

ul.lista_ficha {
	list-style:none;
	margin:0px;
	padding:0px;
	vertical-align:middle;
}

li.lista_ficha {
	font-size: 0.7em;
	padding: 3px;
	font-weight: normal;
	list-style: none;
	text-indent:0px;
	display:block;
	text-align:left;
	border-top:1px solid #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 6px;
}

.txt_nom_prof{
	font-size: inherit;
	text-align:left;
	font-style: italic;

}

