.div-pagina
{
	width:900px;
	height:100%;
	border-style:solid;
	border-width:0px;
	border-color:black;	
	position:relative;
	top:0px;
	left:0px;
}

.div-Cabecera
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:90px;
	border-width:0px;	
	border-style:solid;
}

.div-Contenido
{
	position:absolute;
	width:100%;
	border-style:solid;
	border-width:0px;
	border-color:black;	
	text-align:center;
	padding:10px;	
	padding-top:5px;

	font-family:verdana;
	font-size:9pt;
}

.div-Pie
{
	border-style:solid;
	border-width:0px;
	border-top-width:1px;
	border-color:black;	

	font-size:8pt;
	font-family:verdana;
	text-align:center;
}

.contenido
{
	font-family:verdana;
	font-size:8pt;
	color:#000000;
}

.input
{
	border-style:solid;
	border-width:1px;
	border-color:#003366;
}

.obligatorio
{
	background-color:#EEEEEE;
}

/* ********************************************************************************************************* 
								ESTILOS DE TEXTO
 ********************************************************************************************************* */
 .tablaContenido
 {
	font-family:verdana;
	font-size:8pt;
	text-align:justify;
 }
 .tituloSeccion, h2
 {
	font-size:18pt;
	font-weight:bold;
	padding-bottom:0px;
	color:#003366;
	font-variant:small-caps;
	border-style:solid;
	border-width:0px;
	border-color:#003366;
	border-bottom-width:1px;
	text-align:left;
 }
 .tituloPunto, h3
 {
	font-size:12pt;
	font-weight:bold;
	padding-left:10px;
	padding-bottom:2px;
	padding-top:2px;
	color:#003366;
	font-variant:small-caps;
	text-align:left;
 }
 .contenidoPunto
 {	
	padding-left:20px;
 }
 
 .negrita
 {
	font-weight:bold;
 }
 
 .vinculo
 {
	color:#0066cc;
	font-weight:bold;
	text-decoration:none;
 }
 .vinculo:hover
 {
	color:#002277;
	text-decoration:underline;
 }
 
 .vinculoLimpio
 {
 	text-decoration:none;
}

.vinculoLimpio:hover
{
	text-decoration:underline;
}

/* ********************************************************************************************************* 
								ESTILOS DE TABLAS
 ********************************************************************************************************* */
.tabla-datos
{
	font-family:verdana;
	font-size:8pt;
	
	text-align:center;
}
.tabla-datos-cabecera
{
	font-size:12pt;
	font-weight:bold;
	font-variant:small-caps;
	color:#990000;
}
.tabla-datos-campo
{
	border-style:dashed;
	border-bottom-style:solid;
	border-color:#0066cc;
	border-width:0px;
	border-right-width:1px;
	border-bottom-width:2px;
	
	color:#0066cc;
	
	font-size:10pt;
	font-weight:bold;
}
.tabla-datos-campo-ultimo
{
	border-style:dashed;
	border-bottom-style:solid;
	border-color:#0066cc;
	border-width:0px;	
	border-bottom-width:2px;
	
	color:#0066cc;
	
	font-size:10pt;
	font-weight:bold;
}

.tabla-datos-celda
{
	border-style:dashed;
	border-color:#0066cc;
	border-width:0px;
	border-right-width:1px;
	background-color:white;
}
.tabla-datos-celda-impar
{
	border-style:dashed;
	border-color:#0066cc;
	border-width:0px;
	border-right-width:1px;	
	background-color:#cce0f5;
}
.tabla-datos-celda-ultima
{
	border-style:dashed;
	border-color:#0066cc;
	border-width:0px;	
	background-color:#FFFFFF;
}
.tabla-datos-celda-impar-ultima
{
	border-style:dashed;
	border-color:#0066cc;
	border-width:0px;
	background-color:#cce0f5;
}
.tabla-datos-celda-final
{
	border-style:dashed;
	border-color:#0066cc;
	border-width:0px;
	border-right-width:1px;
	background-color:#FFFFFF;
	font-size:5pt;
}
.tabla-datos-celda-final-ultima
{
	border-style:dashed;
	border-color:#0066cc;
	border-width:0px;	
	background-color:#FFFFFF;
	font-size:5pt;
}


.tabla-datos-pie
{
	color:#990000;
}

.tp-records
{	
	border-style:solid;
	border-width:1px;
	border-color:#0066cc;
	
	background-color:#EEEEEE;
	
	font-size:8pt;
	
	padding:3px;
	
	position:absolute;
	visibility:hidden;
	width:auto;
	height:auto;
	top:0px;
	left:0px;
	
	text-align:left;
}

.ok
{
	color:#009900;
}

.ko
{
	color:#990000;
}




/***********************************
		BBCODE 
************************************/
/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #006699;  }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
a.cattitle		{ text-decoration: none; color : #006699; }
a.cattitle:hover{ text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #006699; }
a.forumlink 	{ text-decoration: none; color : #006699; }
a.forumlink:hover{ text-decoration: underline; color : #DD6900; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #000000;}
a.nav			{ text-decoration: none; color : #006699; }
a.nav:hover		{ text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #006699; }
a.topictitle:visited { text-decoration: none; color : #5493B4; }
a.topictitle:hover	{ text-decoration: underline; color : #DD6900; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #000000; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link	{ text-decoration: none; color : #006699 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #DD6900}

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}