body {
	background: #EEEEEE;
}

h2 {
	margin: 0;
	padding: 0;
	line-height: 0.5em;
}
	h2 a {
		margin: 0;
		padding: 0;
	}
	h2 img {
		width: 100%;
	}
h3 {
	margin: 1em 0 0.2em 0;
	padding: 0;
	font-size: 1.2em;
}
h4 {
	margin:  1em 0;
	padding: 0;
	font-size: 1.1em;
}
	h3 a,
	h4 a {
		text-decoration: none;
		color: #13509a; 
	}
		h3 a:hover,
		h4 a:hover {
			color: #13509a;
			text-decoration: underline;
		}

p {
	margin: 1em 0;
}

#marcoWeb {
	width: 65em;
	margin: 0 auto;
	padding: 2em;
	background: #FFFFFF;
}
#marcoWebPopup {
	padding: 0.5em;
	background: #FFFFFF;
}

#menu {
	height: 1%;
	margin-bottom: 2em;
	border-bottom: 2px solid #003366;
}
	#menu:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	#menu hr {
		display: none;
	}
	#menu a {
		text-decoration: none;
	}
		#menu a:hover {
			color: #13509A;
			text-decoration: underline;
		}
		#menu a:visited {
			color: #13509A;
			text-decoration: none;
		}
			#menu a:visited:hover {
				text-decoration: underline;
			}
	ul#menuPrincipal {
		height: 1%;
		margin: 1px 0 0 0;
		padding: 0;
		list-style: none;
		float: left;
	}
		#menuPrincipal:after {
			content: "."; 
			display: block; 
			height: 0; 
			clear: both; 
			visibility: hidden;
		}
		ul#menuPrincipal li {
			margin: 0 1px 0 0;
			padding: 0;
			float: left;
		}
			ul#menuPrincipal li a {
				padding: 0.2em 0.5em;
				background: #EEEEEE;
				display: block;
			}
			ul#menuPrincipal li a:hover {
				color: #FFFFFF;
				background: #003366;
			}
			ul#menuPrincipal li a:hover,
			ul#menuPrincipal li a:visited:hover {
				text-decoration: none;
			}
	p#menuUsuario {
		margin: 0.2em 0 0 0;
		padding: 0;
		display: inline;
		float: right;
	}

	
#otrosDatos {
	height: 1%;
	margin: 1em 0;
	padding: 1em 0;
	font-size: 1em;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
	#otrosDatos:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	#otrosDatos ul#menuFechas,
	#otrosDatos ul#menuTemas,
	#otrosDatos ul#menuUsuarios {
		margin: 0;
		padding: 0;
		list-style-type: none;
		float: left;
	}
	#otrosDatos ul#menuTemas,
	#otrosDatos ul#menuUsuarios {
		float: none;
	}
		#otrosDatos ul#menuFechas li,
		#otrosDatos ul#menuTemas li,
		#otrosDatos ul#menuUsuarios li {
			margin: 0;
			padding: 0;
		}
	#otrosDatos ul#menuVerMensajes {
		margin: 0;
		padding: 0;
		list-style-type: none;
		float: right;
	}
		#otrosDatos ul#menuVerMensajes li {
			margin: 0;
			padding: 0;
		}

#usuariosConectados {
	font-size: 0.9em;
}
	#usuariosConectados p {
		margin: 1em 0;
	}
	
#leyendaIconos {
	margin: 1.5em 0;
	padding: 1em 0 0 0;
	border-top: 1px solid #EEEEEE;
	text-align: center;
	clear: both;
} 
	#leyendaIconos img {
		vertical-align: middle;
	}

#identificacion {
}
	#identificacion fieldset {
		margin: 2em 0;
		border: none;
		text-align: center;
	}
		#identificacion fieldset legend {
			display: none;
		}
		#identificacion fieldset label {
			margin-left: 1em;
		}
	#identificacion ul,
	#identificacion ul li {
		display: inline;
	}
	
#permisos {
	width: 20em;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	text-align: right;
	float: right;
}

#jumpbox {
	text-align: right;
}

#encuesta {
	margin-left: 14em;
}


#datosProfile {
	height: 1%;
}
	#datosProfile:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
	}
	#datosProfile .columnaAvatar,
	#datosProfile .columnaPersonales,
	#datosProfile .columnaContacto {
		width: 25em;
		margin-right: 1em;
		float: left;
	}
	#datosProfile .columnaAvatar,
	#datosProfile .columnaContacto {
		width: 15em;
	}
	#datosProfile .columnaPersonales {
		margin-right: 5em;
	}


table {
	width: 100%;
	margin: 1em 0;
	padding: 0;
	font-size: 1.1em;
	border-collapse: collapse;
	border: 1px solid #FFFFFF;
	clear: both;
}
	table th {
		border-top: 2px solid #CCCCCC;
		border-bottom: 1px solid #003366;
		white-space: nowrap;
	}
	table td {
		border: 1px solid #FFFFFF;
	}


form,
.checkbox,
input.radio,
.helpline {
	margin: 0;
	padding: 0;
	border: 0;
}
input.button {
	margin: 0;
	padding: 1px 3px;
	background: #ddd;
	border: 1px outset;
}


.moderadores {
	font-size: 80%;
}

.avatar {
	width: 10em;
	float: right;
}
	.avatar img {
		border: 3px solid #fff;
	}


.postbuttons {
	margin: 1em 0;
	padding: 1em 0;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
	.postbuttons ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
		.postbuttons ul li {
			margin: 0;
			padding: 0;
			display: inline;
		}
	.postbuttons img {
		vertical-align: middle;
	}


.pad0-0-4 {
	padding: 0 0 4px;
}
.pad0-0-10 {
	padding: 0 0 10px;
}
.pad4 {
	padding: 4px;
}
.pad25 {
	padding: 25px;
}
.pad60 {
	padding: 60px;
}


div.timezone {
	padding: 0 3px;
}


.quote,
.code {
	margin: 10px;
	padding: 10px;
}
.quote .inside_quote,
.code .inside_code {
	padding: 10px;
}


div.hr {
	height: 1px;
	background-color: #ccc;
	margin: 5px 0;
}	
	div.hr hr {
		display: none;
	}


input.post,
textarea.post,
select,
input.postfile {
	margin: 0;
	border: 1px solid #666;
}
input.post,
textarea.post,
input.postfile {
	padding: 2px 3px;
}


.helpline {
	background-color: #ebebeb;
}


.postmini {
	width: 25px;
}
.postsmall {
	width: 90px;
}
.postmedium {
	width: 150px;
}	
.postbig {
	width: 225px;
}	
.postbiggest {
	width: 450px;
}


.block {
	display: block;
}
.clear {
	clear: both;
}
.left {
	float: left;
	text-align: left;
}
.right {
	float: right;
	text-align: right;
}
.txtcenter {
	text-align: center;
}
.txtmiddle {
	text-align: center;
	vertical-align: middle;
}
.txtright {
	text-align: right;
}
.txttop {
	vertical-align: top;
}
.txtbottom {
	vertical-align: bottom;
}	
.txtleft {
	text-align: left;
}
	
	
td.row1	{
	background: #efefef;
}	
td.row2 {
	font-size: 0.9em;
	background: #dee3e7;
}	
td.row3 {
	font-size: 0.9em;
	background: #d1d7dc;
}


input,
select,
textarea,
.message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	color: #111;
	font-size: 0.9em;
}
.message {
	line-height: 1.3em;
}

.nav {
	margin: 1em 0;
	padding: 0.8em 0;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	font-size: 0.9em;
	font-weight: bold;
}


.code {
	background-color: #fefefe;
	border: 2px solid #d6d6d6;
	font-family: Courier, 'Courier New', sans-serif;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	color: #0000b4;
	font-size: 11px;
	line-height: 13px;
}
	.code a {
		color: #0000b4;
		text-decoration: underline;
	}
		.code a:hover {
			color: #0000b4;
			text-decoration: none;
		}

.quote {
	background-color: #fefefe;
	border: 2px solid #d6d6d6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	color: #555;
	font-size: 10px;
	line-height: 13px;
}
	.quote a {
		color: #555;
		text-decoration: underline;
	}
		.quote a:hover {
			color: #555;
			text-decoration: none;
		}
		
.edited {
	font-style: italic;
}


table.index_body td.one {
	padding: 4px;
	text-align: center;
}
table.index_body td.one img {
	width: 46px;
	height: 25px;
}	
table.index_body td.two {
	width: 100%;
	padding: 4px;
}
table.index_body td.three {
	padding: 4px;
	text-align: center;
	white-space: nowrap;
}
table.index_body th {
	padding-left: 0.5em;
	padding-right: 0.5em;
}
table.index_body th h3 {
	margin-left: -0.3em;
	font-family: Tahoma, Helvetica, Arial, Times, serif;
	text-align: left;
}
table.index_body th h3 a {
	color: #000000;
}
table.index_body td h4 {
	margin: 0.2em 0 0 0;
	padding: 0;
}
table.index_body th h3 a:visited,
table.index_body td h4 a:visited {
	color: #13509A;
}


table.groupcp td.one {
	padding: 4px 7px;
	width: 150px;
	height: 26px;
}
table.groupcp td.two {
	padding: 4px 5px 4px 4px;
}
table.groupcp td.three {
	padding: 4px 7px;
	height: 26px;
}


table.memberlist td.one {
	padding: 4px 7px;
	height: 26px;
}


table.modcp td.one img {
	width: 19px;
	height: 18px;
}
table.modcp td.one {
	padding: 4px;
	text-align: center;
}
table.modcp td.two {
	padding: 8px 4px;
	width: 100%;
}
table.modcp td.three {
	padding: 4px;
	text-align: center;
	white-space: nowrap;
}
table.modcp td.four {
	padding: 4px;
	white-space: nowrap;
	width: 150px;
}
table.modcp td.five {
	padding: 4px;
}
table.modcp td.six {
	padding: 4px 7px;
	vertical-align: top;
	font-weight: bold;
	text-align: left;
	width: 150px;
	height: 100px;
}
table.modcp td.seven {
	padding: 4px 7px;
	vertical-align: top;
	text-align: left;
	width: 470px;
}	
table.modcp td.eight {
	padding: 4px 7px;
}
table.modcp td.nine {
	padding: 4px 7px;
	height: 18px;
	line-height: 18px;
}


table.posting_body {
	margin: 0.5em 0;
}
table.posting_body td.one {
	padding: 4px 7px;
	width: 150px;
	height: 26px;
}
table.posting_body td.two {
	padding: 4px 5px 4px 4px;
}
table.posting_body td.three {
	padding: 4px 7px;
	vertical-align: top;
	width: 150px;
}
table.posting_body td.four {
	padding: 4px 5px 4px 4px;
	vertical-align: top;
}
table.posting_body td.four div {
	padding-bottom: 3px;
}
table.posting_body td.five {
	padding: 4px 7px;
}
table.posting_body td.six {
	padding: 4px 7px;
	height: 130px;
}
table.posting_body td.seven {
	padding: 4px 5px 4px 4px;
	vertical-align: top;
}
table.posting_body td.eight {
	padding: 4px 7px;
	vertical-align: top;
	font-weight: bold;
	width: 135px;
	text-align: left;
}
table.posting_body td.nine {
	padding: 4px 7px 10px;
	vertical-align: top;
	text-align: left;
}


table.privmsgs td.one img {
	width: 19px;
	height: 18px;
}
table.privmsgs td.one {
	padding: 4px;
	text-align: center;
}
table.privmsgs td.two {
	padding: 8px 4px;
	width: 100%;
}
table.privmsgs td.three {
	padding: 4px;
	text-align: center;
	white-space: nowrap;
}


table.profile td.one {
	width: 50%;
	height: 26px;
	padding: 4px 7px;
}
table.profile td.two {
	padding: 4px 5px 4px 4px;
}
table.profile td.three {
	height: 26px;
	padding: 4px 7px;
}
table.profile_view_body tr {
	height: 18px;
	text-align: right;
}


table.smilies td {
	padding: 0.2em;
}


table.viewtopic,
table.viewtopic td,
table.viewtopic td table {
	padding: 0.3em;
	border: none;
}
table.viewtopic td table {
	margin: 0;
}
table.viewtopic th {
	padding: 0.4em;
	text-align: left;
}
table.viewtopic td.one {
	padding: 4px 7px;
	font-weight: bold;
}
table.viewtopic td.two {
	padding: 4px 5px 4px 2px;
	height: 20px;
}
table.viewtopic td.three {
	padding: 4px 7px;
	vertical-align: top;
	font-size: 0.9em;
	width: 150px;
}
table.viewtopic td.four {
	padding: 2px 5px 4px;	
	vertical-align: top;
	height: 130px;
}
table.viewtopic td.four table {
	height: 100%;
	width: 95%;
}
table.viewtopic td.five {
	padding: 4px 7px;
	height: 18px;
	line-height: 18px;
}	
table.viewtopic td.six {
	padding: 4px 5px;
}


table.viewforum th {
	padding: 0.5em 1em;
}
table.viewforum td.one img {
	width: 19px;
	height: 18px;
}
table.viewforum td.one {
	padding: 4px;
	text-align: center;
}
table.viewforum td.two {
	padding: 4px;
	width: 100%;
}
table.viewforum td.three {
	padding: 4px;
	text-align: center;
	white-space: nowrap;
}


table.forumicons {
	width: 0;
}
table.forumicons td {
	white-space: nowrap;
}
table.forumicons td img {
	width: 19px;
	height: 18px;
}


table.search td.one {
	padding: 4px 7px;
	width: 50%;
	vertical-align: top;
}
table.search td.two {
	padding: 4px 5px 4px 4px;
}
table.search td.two div {
	padding-top: 3px;
}	
table.search td.three {
	padding: 4px 7px;
	text-align: right;
}
table.search td.four {
	padding: 4px;
	width: 150px;
}
table.search td.five {
	padding: 8px 4px;
}
table.search td.six {
	padding: 4px;
	vertical-align: top;
}
table.search td.seven img {
	width: 19px;
	height: 18px;
}
table.search td.seven {
	padding: 4px;
	text-align: center;
}
table.search td.eight {
	padding: 4px;
}
table.search td.nine {
	padding: 4px;
	text-align: center;
}
table.search td.ten {
	padding: 4px;
	text-align: center;
	white-space: nowrap;
}


table.simple_header {
	background-color: #fff;
	height: 100%;
}
table.simple_header td {
	vertical-align: top;
}


table.viewonline td.one {
	padding: 8px 4px;
}	
table.viewonline td.two {
	padding: 8px 4px;
	text-align: center;
}


.copyright {
	margin: 1.5em 0 0 0;
	padding: 0.4em 0 0 0;
	border-top: 1px solid #003366;
	font-size: 0.8em;
	text-align: center;
	clear: both;
}
	.copyright hr {
		display: none;
	}
	.copyright a {
		color: #000000;
		text-decoration: none;
	}