/* Deditec - base (dispositivos móviles) */
body {
	margin: 0px;
	background-color: #ffffff;
	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 {
	font-size: large;
	color: #b0070a;
}

#contenedor {
}

#cabecera {
}

#logo {
	margin-left: 4px;
	margin-top: 4px;
}

#acceso {
	width: 276px;
	height: 76px;
	margin-bottom: 4px;
}

#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: solid 1px #b0070a;
	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;
}

#ddtc_banner {
	display: none;
}

#menu {
	font-size: 11pt;
  	line-height: 18px;
}

#menu ul {
  	margin: 0px 4px;
  	padding: 0px;
  	list-style: none;
}

#menu li {
  	background-color: #99070A;
  	background: #99070A url("../img/ddtc_menu_fondo.png") repeat-x top right;
  	margin: 0px;
  	padding: 0px;
}

#menu a {
  	color: #ffffff;
  	padding-left: 4px;
}

#menu #actual {
	border: solid 1px #b0070a;
	background: #ffffff;
}

#menu #actual a {
	color: #99070A;
 	text-decoration: none;
}

#pie {
}

#menu_pie {
	font-size: 9pt;
  	line-height: 15px;
}

#menu_pie ul {
	margin: 0px 4px;
  	padding: 0px;
  	list-style: none;
}

#menu_pie li {
	background: #99070A url("../img/ddtc_pie_fondo.png") repeat-x bottom right;
  	margin: 0px;
  	padding: 0px;
}

#menu_pie a {
  	color: #ffffff;
  	padding-left: 4px;
}

#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 {
	margin-top: 4px;
	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;
}

