/* Deditec - base (pantalla) */

body {
	margin: 0px;
	background-color: #d2d2d2;
	color: #000000;
	font-family: "Trebuchet MS", trebuchet, liberation-sans, arial, helvetica, sans-serif;
	font-size: 11px;
}

a {
	font-family: "Trebuchet MS", trebuchet, liberation-sans, arial, helvetica, sans-serif;
	font-weight: bold;
	border: none;
}
a:link {
	color: #b0070a;
	text-decoration: none;
}
a:visited {
	color: #b0070a;
	text-decoration: none;
}
a:active {
	color: #d9090c;
	text-decoration: none;
}
a:hover {
	color: #d9090c;
	text-decoration: underline;
}

img {
	border: none;
}

h1 {
	color: #b0070a;
}

#contenedor {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
	padding: 8px 0px;
	width: 980px;
	background-color: #ffffff;
}

#cabecera {
	width: 964px;
	height: 76px;
	margin-left: 8px;
	background: #ffffff url("../img/ddtc_cabecera.png") repeat-x top left;
}

#logo {
	float: left;
	width: 217px;
	height: 76px;
	margin-left: 18px;
}

#acceso {
	float: right;
	width: 276px;
	height: 76px;
	margin-right: 40px;
	background: #ffffff url("../img/ddtc_candado.png") repeat-x top left;
}

#acceso th, td {
	font-family: "Trebuchet MS", trebuchet, liberation-sans, arial, helvetica, sans-serif;
	text-align: right;
	color: #b0070a;
}

#acceso th {
	font-weight: bold;
	font-size: 13px;
	padding-top: 8px;
}

#acceso td {
	font-weight: normal;
	font-size: 11px;
}

#acceso input {
	background-color: #ffffff;
	color: #000000;
	border: none;
	font-family: "Trebuchet MS", trebuchet, liberation-sans, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	padding-left: 4px;
}

#acceso .boton_acceso {
	background: #99070A url("../img/ddtc_pie_fondo.png") repeat-x top left;
	color: #ffffff;
	font-weight: bold;
	border: none;
	padding: 1px;
	margin-left: 2px;
}

#banner {
	margin-left: 16px;
	margin-top: 0px;
}

#menu {
  float: left;
	margin-left: 7px;
	width: 964px;
	background: #99070A url("../img/ddtc_menu_fondo.png") repeat-x top left;
	font-size: 11pt;
  line-height: 18px;
}

#menu ul {
  margin: 0px 15px;
  padding: 0px;
  list-style: none;
}

#menu li {
  float: left;
	background: #99070A url("../img/ddtc_menu_fondo.png") repeat-x top right;
  margin: 0px;
  padding: 0px;
}

#menu a {
  display: block;
  color: #ffffff;
  background: #99070A url("../img/ddtc_menu_fondo.png") repeat-x top left;
  padding: 4px 20px;
}

#menu #actual {
	background: #99070A url("../img/ddtc_menu_act_der.png") no-repeat top right;
}

#menu #actual a {
	color: #99070A;
	background: url("../img/ddtc_menu_act_izq.png") no-repeat top left;
  text-decoration: none;
}

#pie {
  clear: both;
  height: 32px;
  margin: 0px;
  padding: 0px;
}

#menu_pie {
  float: left;
	margin: 10px 0px 0px 7px;
	width: 620px;
	background: #99070A url("../img/ddtc_pie_fondo.png") repeat-x top left;
	font-size: 9pt;
  line-height: 12px;
}

#menu_pie ul {
  margin: 0px 15px;
  padding: 0px;
  list-style: none;
}

#menu_pie li {
  float: left;
	background: #99070A url("../img/ddtc_pie_fondo.png") repeat-x bottom right;
  margin: 0px;
  padding: 0px;
}

#menu_pie a {
  display: block;
  color: #ffffff;
  background: #99070A url("../img/ddtc_pie_fondo.png") repeat-x bottom left;
  padding: 3px 20px 5px 20px;
}

#menu_pie #actual {
	background: #99070A url("../img/ddtc_pie_act_der.png") no-repeat bottom right;
}

#menu_pie #actual a {
	color: #99070A;
	background: url("../img/ddtc_pie_act_izq.png") no-repeat bottom left;
  text-decoration: none;
}

#validacion {
  float: right;
	text-align: right;
	margin-bottom: 0px;
	margin-right: 8px;
}

#validacion img {
	padding-left: 8px;
}

#contenido {
	margin-left: 8px;
	margin-top: 4px;
	width: 964px;
	clear: both;
}

.nota {
	font-size: 8pt;
	text-align: left;
}

.nota li {
	margin-bottom: 15px;
}

h1.nota {
	font-size: 140%;
	line-height: 140%;
}

.nota2 {
	font-size: 8pt;
	text-align: left;
	color: #000000;
}

h1.nota2 {
	font-size: 140%;
	line-height: 140%;
	color: #000000;
}

.nota2 em {
	color: #b0070a;
}

.error_formulario {
	color: #ff0000;
	font-weight: bold;
	text-align: left;
}

.formulario {
	width: 100%;
}

.d {
	text-align: right;
}

.c {
	text-align: center;
}

.i {
	text-align: left;
}
