* {
	padding: 0;
	margin: 0;
	outline: 0;
}

html, body {
	height:100%;
	widht:100%;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 62.5%;
	outline: 0;
	color: #000000;
	text-align:center;
	background: #FFF;
}

div {
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 2.72em;
	font-weight: normal;
}

h2 {
	font-size: 2.56em;
	font-weight: bold;
	margin: 15px 2%;
}

h3 {
	font-size: 2.24em;
	font-weight: normal;
}

h4 {
	font-size: 2.08em;
	font-weight: normal;
}

h5 {
	font-size: 1.92em;
	font-weight: normal;
}

h6 {
	font-size: 1.76em;
	font-weight: normal;
}

a:link {
	text-decoration: none;
}

a:focus {
	outline: none;
}

select option {
	padding-right: 15px;
}

form {
	margin: 10px 0;
	padding: 0;
}

@media screen {

#container {
	margin: 0;
	padding: 0;
	min-width: 1000px;
	text-align: justify;
	min-height:100%;
	height: auto!important;
	height:100%;
	color: #000000;
}

#container .u {
	text-decoration: underline;
}

/******************************************************************************
********************************** CABECERAS **********************************
******************************************************************************/

#main {
	width: 100.1%;
	min-width: 1000px;
	height: 90px;
	color: #fff;
	text-align: center;
	background-image: url('../imagenes/main_bg.png');
	background-repeat: repeat-x;
	background-position: top right;
}
	
#banner {
	margin: 0;
	padding: 0;
	height: 90px;
	width: 100%;
}

#banner h1 {
	float: left;
	margin: 0;
	padding: 0;
	height: 90px;
	width: 400px;
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -3000px;
	background-image: url('../imagenes/banner_to.png');
} 


#banner h1 a {
	float: left;
	display: inline;
	position: absolute;
	top: 75px;
	margin-left: 25px;
	padding: 0;
	width: 180px;
	height: 60px;
	text-indent: -3000px;
}

#banner h2 {
	float: right;
	margin: 25px 31px 0 0;
	color: #515151;
	font-weight: bold;
	font-size: 5.88em;
}


/******************************************************************************
******************************** BLOQUE PRINCIPAL ******************************
******************************************************************************/

#container #titulo  {
	clear: both;
	height: 30px;
	width: 92%;
	margin: 3% 3% 0 3%;
	padding: 0 1%;
	color: #D61C38;
	background-color: #ECECEC;
	background-image: url('../imagenes/menu_bg.png');
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
}

#container #titulo h3 {
	font-size: 3.52em;
	font-weight: bolder !important;
	line-height: 2;
	letter-spacing: -0.5px;
}

#container #mainarea {
	margin: 0 3%;
	padding: 0;
	clear: both;
	width: 94%;
	color: #000000;
	overflow: auto;
	font-size: 2.16em;
}

#mainarea h4 {
	font-size: 1.44em;
	margin: 18px 0 0 0;
	line-height: 1.9;
	font-weight: bold !important;
	color: #000000 !important;
}

#mainarea p {
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000000;
}

#mainarea p label {
	display: inline;
	font-weight: bold;
	margin: 20px 0 0 5px;
	vertical-align: top;
	color: #D61C38 !important;
}
	
#mainarea ul {
	margin: 5px 10px 10px 25px;
	padding: 0;
	list-style-type: none;
	list-style-image: url(../imagenes/ico_li.png);
	line-height: 1.5;
}

#mainarea ol {
	margin: 5px 5px 10px 28px;
	padding: 0;
	line-height: 1.5;
}

#mainarea li {
	font-size: 1;
}

#mainarea ul li ul {
	margin: 0 0 0 15px;
	list-style-type: square;
	list-style-image: url(../imagenes/ico_li_2.png);
	font-size: 1em;
}

#mainarea ol li ol {
	margin: 0 0 0 15px;
	font-size: 1em;
}

#mainarea ul li ul li ul {
	list-style-type: disc;
	list-style-image: url(../imagenes/ico_li_3.png);
	font-size: 1em;
}

#mainarea li li, #mainarea li li li {
	font-size: 1em;
}
	
#mainarea a {
  text-decoration: none;
  color: #D61C38;
}
	
#mainarea a:hover {
	text-decoration: underline;
}

#mainarea #registro {
	float: right;
	border-style: solid;
	border-width: 1px;
	width: 221px;
	height: 196px;
	text-align: center;
	padding-top: 10px;
	border-color: #000000 !important;
	background-color: #FFFFFF !important;
}

#registro p {
	margin: 5px 15px 5px 15px;
	text-align: center;
}

#registro p.subregistro {
	border-style: solid;
	border-width: 1px;
	padding: 25px 0 25px 0;
	text-transform: uppercase;
	vertical-align: center;
	border-color: #000000 !important;
}

/******************************************************************************
**************************************TABLA************************************
******************************************************************************/

table {
	border-spacing: 1px;
	font-size: 1em;
	width: 100%;
	margin: 5px 0 15px 0;
	color: #000000 !important;
	background-color: #E7E7E7 !important;
}

caption {
	margin-top: 10px;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	text-transform: uppercase;
	padding: 10px;
	background-color: #000066 !important;
	border-color: #AAAAFF !important;
	color: #FFFFFF !important;
}

td, th {
	padding: 4px;
	background-color: #F5F5F5 !important;
}

thead th {
	text-align: left;
	border-style: solid;
	border-width: 0;
	text-transform: uppercase;
	color: #D61C38;
	border-color: #FFFFFF !important;
}

tbody tr {
	text-align: left;
	background-color: #FFFFFF !important;
}

tbody tr.odd {
	border-top-style: solid;
	border-top-width: 0;
	background-color: #F9F9F9 !important;
	border-color: #FFFFFF !important;
}

tbody tr td {
	height:25px;
	border-style: solid;
	border-width: 0;
	background-color: #FFFFFF !important;
	border-color: #FFFFFF !important;
}

tbody tr.odd td {
	border-top-style: solid;
	border-top-width: 0;
	background-color: #F9F9F9 !important;
	border-color: #FFFFFF !important;
}

table td a:link, table td a:visited {
	background: url(../imagenes/lupa.gif) no-repeat;
	padding: 3px 0 0 18px;
	text-decoration: none;
	color: #D61C38;
}

table td a:hover {
	text-decoration: underline;
	color: #D61C38;
}

.celdas_rotulos {
	font-weight: bold;
	background-color: #F9F9F9 !important;
}

.celdas_datos {
	font-weight: normal;
	color: #333333 !important;
}


/******************************************************************************
************************************CLASES*************************************
******************************************************************************/
.loading {
	margin: 15px 5px 15px 5px;
	padding: 25px 5px 5px 80px;
	font-size: 1.44em;
	width: auto;
	min-height: 57px;
	font-weight: bold;
	background-image: url('../imagenes/pk_loader.gif');
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 1.5;
}

.adjuntarFichero {
	margin: 0 5px 0 5px;
	border-style: double;
	border-width: 3px;
	border-color: #7F9DB9 !important;
	background-color: #F4F4F4 !important;
}

.cajaTextoDisabled {
	margin: 0 10px 0 5px;
	border-style: double;
	border-width: 3px;
	font-size: 1em;
	border-color: #7F9DB9 !important;
	background-color: #CCCCCC !important;
}

.areaTexto {
	display: block;
	margin: 0 10px 0 0;
	padding: 2px;
	border-style: double;
	border-width: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border-color: #7F9DB9 !important;
	background-color: #F4F4F4 !important;
}

.cajaTexto {
	margin: 0 0 1px 5px;
	border-style: double;
	border-width: 3px;
	border-color: #7F9DB9 !important;
	background-color: #F4F4F4 !important;
}

.combo {
	margin: 0 3px;
	padding: 1px;
	text-transform: uppercase;
	border-style: solid;
	border-width: 1px;
	border-color: #7F9DB9 !important;
	background-color: #F4F4F4 !important;
}

.botonBlock, .botonInline, .boton {
	background-color: #EFEFEF;
	background-image: url('../imagenes/menu_bg.png');
	background-repeat: repeat-x;
	border:1px solid #CCCCCC;
	color: #D61C38;
}

.botonBlock:hover, .botonInline:hover, .boton:hover {
	background-color: #0051AD;
	background-image: url('../imagenes/menu_hover.png');
	background-repeat: repeat-x;
	border:1px solid #CCCCCC;
	color: #FFF;
}	
	
.botonBlock {
	display: block;
	padding: 3px;
	margin: 15px 0px 0px 5px;
	font-weight: bold;
	cursor: pointer;
	background-color: #D61C38;
}

.botonInline {
	display: inline;
	padding: 3px;
	margin: 15px 0px 0px 5px;
	font-weight: bold;
	cursor: pointer;
	background-color: #D61C38;
}

.boton {
	display: inline;
	padding: 3px;
	margin: 0px 5px 0px 5px;
	font-weight: bold;
	cursor: pointer;
	background-color: #D61C38;
}

.info {
	margin: 15px 0;
	padding: 0 5px 0 35px;
	font-size: 1em;
	width: auto;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url('../imagenes/icoInfo.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 1.75;
	color: #000066 !important;
}
	
.info p, .info table th, .info table td, .info table td a {
	color: #000066 !important;
}

.info table td {
	font-weight: lighter;
}

.OK {
	margin: 15px 0;
	padding: 0 5px 0 35px;
	font-size: 1em;
	width: auto;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url('../imagenes/icoOK.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 1.75;
	color: #336600 !important;
}

.OK p, .OK table th, .OK table td, .OK table td a {
	color: #336600 !important;
}

.OK table td {
	font-weight: lighter;
}

.error {
	margin: 15px 0;
	padding: 0 5px 0 35px;
	font-size: 1em;
	width: auto;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url('../imagenes/icoError.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 1.75;
	color: #990000 !important;
}

.error p, .error table th, .error table td, .error table td a {
	color: #990000 !important;
}

.error table td {
	font-weight: lighter;
}

.question {
	margin: 15px 0;
	padding: 0 5px 0 35px;
	font-size: 1em;
	width: auto;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url('../imagenes/icoQuestion.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 1.75;
	color: #660066 !important;
}

.question p, .question table th, .question table td, .question table td a {
	color: #660066 !important;
}

.question table td {
	font-weight: lighter;
}

#cuerpo #ver_on {
	margin: 20px 0 10px 0;
}

#ver_on a {
	padding: 0 5px 0 5px;
	font-size: 1.52em;
	width: auto;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF0000 !important;
}

#cuerpo #ver_off {
	margin: 20px 0 10px 0;
}

#ver_off a {
	padding: 0 5px 0 5px;
	font-size: 1.52em;
	width: auto;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF0000 !important;
}

#bloque {
	background-image: url('../imagenes/icoInfo.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	margin: 15px 0 0 5px;
	padding-top: 5px;
	padding-bottom: 10px;
}

#bloque p {
	margin: 3px 5px 0 0;
	padding: 0 5px 0 37px;
	font-size: 1.36em;
	width: auto;
	font-weight: bold;
	line-height: 1;
	color: #000066 !important;
}

.nombreTramite {
	margin: 0 5px 0 5px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
	
.aliasTramite {
	display: block;
	padding-top: 0;
	font-size: 1.36em;
	color: #808080 !important;
}

.second {
	background-color: #F5F5F5 !important;
}

.caja {
	clear: both;
	float: right;
	line-height: 1;
	padding: 5px 5px 15px 5px;
	margin: 10px 0 10px 0;
	font-size: 1.2em;
	border-style: solid;
	border-width: 1px;
	border-color: #999999 !important;
	background-color: #F4F4F4 !important;
}

/******************************************************************************
**************************************PIE*************************************
******************************************************************************/

#footer {
	width: 99.1%;
	min-width:1000px;
	height: 127px;
	margin: 0 auto;
	margin-top: -147px;
	background-color: transparent;
	background-image: url('../imagenes/footer_bg.jpg');
	background-repeat: repeat-x;
	background-position: bottom center;
	font-size: 1.84em;
	padding: 20px 0 0 1%;
}

#footer p.copyright {
	clear: both;
	padding: 3px 3px 3px 0;
	margin: 0;
}

#footer .resalta {
	font-weight: bold;
	color: #D61C38 !important;
	background-color: transparent !important;
}

#footer #info {
	clear: both;
	margin: 0 0 10px 0;
	padding: 0;
}

#footer #info p {
	text-align: left;
	clear: both;
	padding: 0;
	margin: 0;
}

#footer #info p a {
	padding: 0;
	margin: 0;
	color: #D61C38 !important;
	text-decoration: none;
}

#footer #validacion {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
}

#footer #validacion p {
	margin: 0;
	padding: 0;
	line-height: 0;

}
	
#footer #validacion p a {
	float: left;
	margin: 0 5px 0 0;
	display: inline !important;
	text-indent: -3000px;
}

#footer #validacion p a.xhtmlValido {
	width: 82px;
	height: 17px;
	background-image: url('../imagenes/valid-xhtml.png');
	background-repeat: no-repeat;
	background-position: left bottom;
}

#footer #validacion p a.cssValido {
	width: 82px;
	height: 17px;
	background-image: url('../imagenes/vcss.png');
	background-repeat: no-repeat;
	background-position: center center;
}

#footer #validacion p a.waiValido {
	width: 82px;
	height: 17px;
	background-image: url('../imagenes/wcag1AAA.png');
	background-repeat: no-repeat;
	background-position: center center;
}

#footer #validacion p br {
	display: none;
}

.blank {
	clear: both;
	padding-top: 175px;
}

.x-btn-center {
	height: 0 !important;
}

.x-panel-btns-ct table td.x-panel-btn-td {
	background-color: #C6D5EA !important;
	border-color:  #C6D5EA !important;
	border: none !important;
}

.x-panel-btns-ct table, .x-panel-btns-ct table tr {
	border-color:  #C6D5EA !important;
	border: none !important;
}

.x-panel-btns-ct .x-panel-btns-center table {
	background-color: #C6D5EA !important;
}

}
.MultiFile-remove {
	 margin-left: 10px;
	 margin-right: 2px;
	 border:none;
}

/******************OTROS MEDIOS****************/

@media print {
h1, h2, h3 {
	font-family: "Century Gothic";
	page-break-after: avoid;
	page-break-inside: avoid;
}

ul {
	page-break-before: avoid;
}

#bloquePpal ul {
	background-color: #eee;
	color: #000;
	border-color: #000;
	border-width: 1px;
}

.u {
	text-decoration: underline;
}
}

@media aural {
h1, h2, h3 {
	voice-family: paul, male;
	stress: 20;
	richness: 90;
}

h1 {
	pitch: x-low;
	pitch-range: 90;
}

h2 {
	pitch: x-low;
	pitch-range: 80;
}

h3 {
	pitch: low;
	pitch-range: 70;
}

li {
	pitch: medium;
	richness: 60;
}

.u {
	pitch: medium;
	pitch-range: 60;
	stress: 90;
	richness: 90;
}

a:link {
	voice-family: harry, male;
}

a:visited {
	voice-family: betty, female;
}

a:active {
	voice-family: betty, female;
	pitch-range: 80;
	pitch: x-high;
}
}

