:focus { -moz-outline-style: none; }

/* ---------------------------cabecera----------------------------------- */
#header_css
{
	background: url(multimedia/top.jpg) repeat-x;
	min-width: 975px;
	height: 73px;
}

#tit_curso
{
/* 	background: url(multimedia/interface/fondo/titulo.gif) no-repeat; */
	margin-left: 0px;
	height: 42px;

}

#tit
{
	padding-top:8px;
}

#tit_modulo
{
	font-size: 14px;
	margin-left: 36px;
	padding-top:10px;
	text-align: left;
	color:#ffffff;
}

*html #tit_modulo
{
	margin-top:-8px;
}

/* ---------------------------generales----------------------------------- */
#content
{
	background: #ffffff;
	min-width:975px;

}

*html #content
{
	min-width:990px;
	width:auto !important;
	width:990px;
	margin:auto;
}

body {
	text-align:left;
    margin: 0px;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
}

img {
    border: 0;
}


/*------------------------------------enlaces------------------------------------*/
a
{
    text-decoration: none;
	border:0;
	color:#ffffff;
 
}

a:hover
{
    text-decoration: none;
	border:0;
	color:#ffffff;
}


#centro
{
	position:relative;
	display:block;
	width:540px;
	height:279px;
	margin:auto;
	font-size:12px;
	margin-right:auto;
	background: url("multimedia/fondo.gif") center no-repeat;
}

#tit
{
	color:#1668c5;
	font-size:18px;
	margin-left:35px;
}

#parr1
{
	color:#000000;
	margin-left:40px;
	width:480px;
	line-height:22px;
}
#azul
{
	margin-left:90px;
	color:#227de6;
}

#azul:hover
{
	color:#0e5eb8;
}

#azul2
{
	margin-left:90px;
	color:#227de6;
	line-height:12px;
}

#volver
{
	display:block;	
	position:relative;
	float:right;
	margin-top:-30px;
	margin-right:40px;
	background: url(multimedia/volver.gif) no-repeat;	
	width:69px;
	height:17px;
}

