/* ---------------------------------------------------*/
/* ---------->>> DISPOSITIVOS MÓVILES <<<-------------*/
/* ---------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	background-color: #FFF;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin-bottom: 10px;
	max-width: 200px;
	line-height: 1;
}

h1{
	font-weight: normal;
	font-size: 2.5em;
}
h2 {
	background-color: inherit;
	color: #FF0066;
	font-size: 1.8em;
	font-weight: normal;
	margin: 0 0 7px 12px;
}
h3, h4, h5 {
	font-weight: bold;
	margin: 0 12px 7px 12px;
}
h3 {
	background-color: inherit;
	font-size: 1.6em;
	color: #FF0066;
}
h4 {
	background-color: inherit;
	font-size: 1.4em;
	color: #FF0066;
}
h5{
	background-color: inherit;
	font-size: 1.2em;
	color: #333;
}
p {
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 3px 5px 3px;
}

/* -------------->>>> 1.8  Separadores <<<------------------- */

hr {
	display: none;
}

/* -------------->>>> 1.9  Listas <<<------------------------ */

ol, ul {
	list-style: none;
}

/* -------------->>>> 1.10  Enlaces <<<---------------------- */

a {
	background-color: inherit;
	color: #FF0066;
	text-decoration: none;
} 
a:hover { 
	background-color:#FF0066;
	color: #FFF;
	text-decoration: none;
} 


/* -------------->>>> 1.11  Tablas <<<----------------------- */

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}

/* -------------->>>> 1.12  Formularios <<<------------------ */

form {
	margin-bottom: 10px;
 }
legend {
	display: none;
}
fieldset { 
	border: 0;
}
input, select, textarea {
	background: #FFF url(/css/bitmaps/input-bg.jpg) repeat-x left bottom ;
	border: 1px solid #CCC;
	color: inherit;
	display: inline;
	float: left;
	margin: 0 12px 10px 12px;
	padding: 0 5px 0 5px;
}
input, select {
	font-size: 1.1em;
	height: 15px;
}
input.bg {
	background-color: #EDF0F2;
	background-image: none;
	border: 0;
	color: inherit;
}
input.btn {
	background-color: #4D4D4D;
	background-image: none;
	border: 0;
	color: #FFF;
	cursor: pointer;
	font-size: 1em;
	text-align: left;
	text-transform:uppercase;
	height: 19px;
	width: 120px;
}
input.aceptar {
	background: url(/css/bitmaps/boton-bg.gif) repeat-x 0 0;
	cursor: pointer;
	float: right;
	height: 21px;
	text-transform: uppercase;
}
input.check {
	border: 0;
  	padding: 0;
	width: 20px;
}
.inpu200 {
	width: 200px;
}
.inpu300 {
	width: 300px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	overflow: auto;
}
label {
	display: block;
	float: left;
	font-size: 1.1em;
	margin-left: 12px;
	width: 100px;
}

/* ---------------------------------------------------*/
/* --------->>> MENÚ DE LA PÁGINA <<<-----------------*/
/* ---------------------------------------------------*/

ul.menu {
	border-top: 3px solid #282828;
	border-bottom: 1px solid #282828;
	margin: 5px 3px 5px 3px;
	padding-top: 5px;
}
ul.menu li {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 3px;
}

ul.menu li a {
	background-color: inherit;
	color: #282828;
	display: block;
	text-decoration: none;
}
ul.menu li a:hover {
	background-color:#FFF;
	color: #FF0066;
	text-decoration: none;
} 
.sc01 .sc01 a,
.sc02 .sc02 a,
.sc03 .sc03 a,
.sc04 .sc04 a{
	background-color: inherit;
	color: #FF0066;
}


/* ---------------------------------------------------*/
/* --------->>> SUBMENÚ DE LA PÁGINA <<<--------------*/
/* ---------------------------------------------------*/

#modulo1 h2{
	background-color: #FFF;
	border-bottom: 1px solid #35312E;
	color: #282828;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0;
	padding: 0 0 3px 0;
	text-transform: uppercase;
}
#modulo1 h2 a {
	background-color: #FFF;
	color: #282828;
}
#modulo1 h2 a:hover {
	background-color: #FF0066;
	color: #FFF;
}
ul.submenu {
	border-bottom: 1px solid #35312E;
	margin: 0;
	padding: 0 0 10px 0;
}
ul.submenu li {
	background-color: inherit;
	color: #282828;
	font-size: 1.2em;
	line-height: 1.1em;
	margin: 0 6px 0 0;
	padding: 7px 0 0 0;
}
ul.submenu ul {
	padding: 5px 0 0 0;
}
ul.submenu li li {
	background: none;
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
}
ul.submenu li a {
	background-color: inherit;
	color: #282828;
}
ul.submenu li a:hover {
	background-color: #FF0066;
	color: #FFF;
	text-decoration: none;
}
ul.submenu li.selec a {
	background-color: #FF0066;
	color: #FFF;
}

/* ---------------------------------------------------*/
/* --------->>> ESTRUCTURA DE LA PÁGINA <<<-----------*/
/* ---------------------------------------------------*/
	
#contenedor {
	margin: 0 auto 5px auto;
	text-align: left;
}
#cabecera {
	position: relative;
}
#cuerpo {
	margin-bottom: 30px;
}
#pieFirma {
	margin: 0 auto;
	text-align: left;
}
/* ---------------------------------------------------*/
/* ---------->>> CABECERA DE LA PÁGINA <<<------------*/
/* ---------------------------------------------------*/
	
h1.inicio {
	background: #A0292E url(/css/bitmaps/cabecera-interior-bg-01.jpg) no-repeat top right;
	color: #F4F5F6;
	font-size: 1.7em;
	height: 10.8em;/*184px*/
	line-height: 1.3em;
}
h1.inicio span {
	width: 320px;
	top: 30px;
	left: 30px;
}
h1.inicio strong {
	font-size: 1.2em;
}

/* --------->>> cabecera 1 <<<------------------------- */
	
div#cab1 p {
	font-size: 2em;
	margin: 0;
}

div#cab1 a {
	background-color: inherit;
	color: #FF0066;
	cursor: pointer;
}

/* --------->>> Idioma y utilidades cabecera 2<<<-------------- */

div#cab2 {
	
}

ul.idioma {
	margin: 3px 0 5px 0;
	width: 100%;
}
ul.idioma li {
	font-size: 1.2em;
	margin-bottom: 5px;
	margin-left: 5px;
	text-transform: uppercase;
}
ul.idioma li a {
	background-color: #DAE2E2;
	color: #333;
	display: block;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
}
ul.idioma li a:hover {
	background-color: #282828;
	color: #FFF;
}

/* --------->>> Título <<<--------------------------- */

#cabecera p.tit {
	background-color: inherit;
	border-top: 1px solid #A6A6A6;
	color: #FFF;
	font-size: 1.1em;
	line-height: 1.1em;
	text-align: right;
	text-transform: uppercase;
	margin: 5px 0 6px 26px;
	padding-top: 6px;
}
#cabecera p.tit a {
	background-color: #282828;
	color: #FFF;
	padding: 2px;
	text-decoration: none;
}
#cabecera p.tit a:hover{
	background-color: #DAE2E2;
	color: #282828;
}

/* --------->>> Ruta <<<----------------------------- */

p.ruta {
	background-color: inherit;
	color: #333;
	font-size: 1.1em;
	margin: 8px 3px 5px 5px;
}



/* ---------------------------------------------------*/
/* --------->>> TIPOLOGÍAS DE PÁGINA <<<--------------*/
/* ---------------------------------------------------*/
	
	#modulo1 {
		padding-top: 40px;
	}
	#modulo2 {
		padding-top: 10px;
	}
	

/* ---------------------------------------------------*/
/* ---------->>> PIE DE PÁGINA <<<--------------------*/
/* ---------------------------------------------------*/

#piesup {
	border-top: 3px solid #35312E;
	border-bottom: 1px solid #666;
	background-color: #FFF;
	color: #666;
	margin-bottom: 5px;
	padding: 4px 0 3px 0;
}
#pie {
	background-color: inherit;
	color: #666;
}
#piesup p, 
#pie p, 
#piesup ul li {
	font-size: 1.1em;
	margin: 0;
}
#piesup ul {
	margin: 0;
}
#piesup ul li {
	margin: 0 0 0 5px;
	padding: 1px 0;
}
#piesup ul li a {
	background-color: #FF0066;
	color: #FFF;
	padding: 0 15px;
}
#piesup ul li a:hover {
	background-color: #FFF;
	color: #FF0066;
	text-decoration: none;
}

#pie ul {
	margin: 0 0 5px 0;
}
#pie ul li {
	font-size: 1.1em;
	margin-left: 1px;
	padding: 0;
}
#pie li li {
	font-size: 1em;
}
#pie ul li a {
	background-color: #FFF;
	color: #FF0066;
}
#pie ul li a:hover {
	background-color: #FF0066;
	color: #FFF;
}	




/* ---------------------------------------------------*/
/* ---------->>> REPOSITORIO DE ESTILOS <<<-----------*/
/* ---------------------------------------------------*/

/* --------->>>> Márgenes <<<<----------------------- */

#contenedor .mgt10 {
	margin-top: 10px;
}
#contenedor .mgt20 {
	margin-top: 20px;
}
#contenedor .mgt30 {
	margin-top: 30px;
}
#contenedor .mgb10 {
	margin-bottom: 10px;
}
#contenedor .mgb20 {
	margin-bottom: 20px;
}
#contenedor .mgb30 {
	margin-bottom: 30px;
}
#contenedor .mgl0 {
	margin-left: 0;
}

/* --------->>>> Paddings <<<<----------------------- */

/* --------->>>> Orientación de texto <<<<----------- */

#contenedor .txtdcha {
	text-align: right;
}
#contenedor .txtizda {
	text-align: left;
}

/* --------->>>> Anclajes <<<<----------------------- */

.salto {
	background-color: inherit;
  	color: #FFF;
  	height: 0;
  	left: 0;
  	line-height: 2em;
  	overflow: hidden;
  	position: absolute;
	text-indent: -600em;
	top: 0;
	width: 100%;
}

/* --------->>>> Flotar elementos <<<<--------------- */

#contenedor .izda {
	float: left;
}
#contenedor .dcha {
	float: right;
}

/* --------->>>> Romper flotación <<<<--------------- */

#contenedor .clear {
	clear: both;
	font-size: 0;
    height: 1px;
}
#contenedor .clearfix:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}
/* ocultamos a IE-mac \*/
* html #contenedor .clearfix {height: 1%;}
/* fin a IE-mac */

/* --------->>>> Ocultar elementos <<<<-------------- */

#contenedor .oculto {
	display: none;
}

/* --------->>>> Subir página <<<<------------------- */

#contenedor .subir {
	font-size: 1.1em;
	text-align: right;
}

/* --------->>>> Separador <<<<---------------------- */
#contenedor > hr {
	background-color: #EDF0F2;
	border: none !important;
	color: inherit;
	display: block;
	height: 21px;
}
#contenedor > hr.linea {
	height: 1px;
}
#contenedor .separador,
#contenedor .separador2{
	background-color: #EDF0F2;
	color: inherit;
	display: block;
	height: 21px;
	margin:0 0 10px 0;
}
#contenedor .separador2 {
	background-color: #A6A6A6;
	color: inherit;
	height: 1px;
	margin: 0 0 20px 0;
}
#contenedor > .separador
 {
	display: none;
}
#contenedor > .separador2
{
	display:none;
}

/* --------->>>> Negrita <<<<------------------------ */

strong {
	font-weight: bold;
}

/* --------->>>> Fondos <<<<------------------------ */

#contenedor .fondo, 
#contenedor .color {
	background-color: #EDF0F2;
	color: inherit;
}
#contenedor .fondo {
	padding: 10px 0 10px 0;
}

