* {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

form {
	margin: 0;
}

body {
	margin: 0;

	background-color: white;
}

body.bIframe {
	margin: 10px;
	background-image: url(../images/img_fondoIframe.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

INPUT {
	font-size: 8pt;
	COLOR: #333;
	BORDER-RIGHT: #666666 1px solid;
	BORDER-TOP: #999999 1px solid;
	BORDER-LEFT: #999999 1px solid;
	BORDER-BOTTOM: #666666 1px solid;
}

SELECT {
	font-size: 8pt;
	COLOR: #333;
	BORDER-RIGHT: #666666 1px solid;
	BORDER-TOP: #999999 1px solid;
	BORDER-LEFT: #999999 1px solid;
	BORDER-BOTTOM: #666666 1px solid;
}

textarea {
	font-size: 8pt;
	COLOR: #333;
	BORDER-RIGHT: #666666 1px solid;
	BORDER-TOP: #999999 1px solid;
	BORDER-LEFT: #999999 1px solid;
	BORDER-BOTTOM: #666666 1px solid;
}

p {
	font-size: 8pt;
	color: #333;
	text-align: justify;
}

p a {
	color: #09C;
	text-decoration: none;
}

p a:hover {
	text-decoration: underline;
}

ul {
	font-size: 8pt;
	color: #333;
	text-align: justify;
	text-decoration: none;
}

ul a {
	color: #09C;
	text-decoration: none;
}

ul a:hover {
	text-decoration: underline;
}

li {
	font-size: 8pt;
	color: #333;
	text-align: justify;
	text-decoration: none;
}

li a {
	color: #09C;
	text-decoration: none;
}

li a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Trebuchet MS;
	font-size: 12pt;
	color: #09C;
	border-bottom: 1px solid #09C;
}

h2 {
	font-family: Trebuchet MS;
	font-size: 10pt;
	color: White;
}

/* td cabecera */
.cabecera {
	height: 70px;
	background-image: url(../images/img_cabecera.jpg);
	background-repeat: no-repeat;
	
	color: #09C;
	font-size: 7pt;
	text-align: right;
	padding-right: 12px;
	vertical-align: text-bottom;
}

.cabecera a {
	color: #09C;
	text-decoration: none;
}

.cabecera a:hover {
	text-decoration: underline;
}


/* td secciones */
.secciones {
	padding: 0;
	height: 21px;
	background-image: url(../images/img_secciones.jpg);
	background-repeat: no-repeat;
	
	color: #FFF;
	font-size: 9pt;
	text-align: center;
}

.secciones a {
	color: #FFF;
	text-decoration: none;
}

.secciones a:hover {
	text-decoration: underline;
}


/* td contenidos */
.contenidos {
	height: 264px;
	background-image: url(../images/img_fondoCuerpo.jpg);
	background-repeat: no-repeat;
}


/* td creditos */
.creditos {
	color: #333;
	font-size: 7pt;
	text-align: center;
	
	border-top: 1px solid #B7D6E7;
	padding-top: 10px;
}

.creditos a {
	color: #09C;
	text-decoration: none;
}

.creditos a:hover {
	text-decoration: underline;
}

/* tabla de contenidos */
.tContenidos{
	border-collapse: collapse;
	/*border: 1px solid black;*/
	width: 100%;
}

.tContenidos th {
	/*border: 1px solid black;*/
	width: 350px;
	height: 295px;
}

.tContenidos td {
	/*border: 1px solid black;*/
	text-align: center;
}

/* iframe contenido */
#contenido {
	width: 99%;
	height: 270px;
	/*border: 1px solid red;*/
}

.avisoLegal {
	background-image: url(../images/img_cabecera.jpg);
	background-repeat: no-repeat;
	padding: 100px 20px 20px 20px;
}



.TablaPla {
	font-size: 8pt;
	color: #333;
}

.TablaPla a {
	color: #09C;
	text-decoration: none;
}

.TablaPla a:hover {
	text-decoration: underline;
}