/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		CAPTE
	Based on style:	subSilver 
    --------------------------------------------------------------
*/

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}


body  {
    	font: 100% Helvetica, Arial, Verdana,  sans-serif;
    	background-color: #FFFFFF;
    	margin: 0;
    	padding: 0;
    	text-align: center;
    	color: #000000;
    }



html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 111px;}  /* debe ser el mismo alto que el footer */

#footer33 {position: relative;
	margin-top: -111px; /* valor negativo del alto del footer */
	height: 111px;
	clear:both;} 

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}


#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: black;
	font-weight: bold;
	font-size: 1.86px;
	text-decoration: none;
}

h2 {
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 13px;
	font-weight: bold;
}

p {
	font-size: 12px;
}

p.moderators {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

.rtl p.breadcrumbs {
	float: right;
}

div.searchbar {
	height:30px;
	white-space: nowrap;
	position:relative;
} 

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
}



.postreported, .postapprove{
	display:block;
	border:#999999 1px solid;
	background-color:#fcfcfc;
	margin:5px;
	padding:5px;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: middle; margin-right:4px;
}

span.postauthor, span.postauthor a {
	color: #ffc210;
	font-weight:bold;
	font-size:16px;
	display:block;
}
span.postauthor a:hover { text-decoration:none; color:#ffd65e;}

.postdetails {
	color: #000000;
}

.postbody {
	font-size: 12px;
	margin:10px;
/*	position:relative;*/
	line-height:1.4em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.postbody img{ max-width:767px;}


.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: yellow;
}

.nav {
	margin: 0;
	color: black;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: black;
	font-size: 1em;
	font-weight: bold;
}

.gen {
	margin: 1px 1px;
	font-size: 13px;
}

.genmed {
	margin: 1px 1px;
	font-size: 13px;
}

.gensmall {
	margin: 1px 1px;
	font-size: 1em;
}

.titles {
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	background-color: #3f3f3f;
	background-image: url('/img/bgbarra.png');
	white-space: nowrap;
	padding: 7px 5px;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}

.tablebg {
	background-color: #777;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: white url('./images/cellpic2.jpg') repeat-y scroll top left;
}
.rtl .catdiv {
	background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #f1efe7;
	text-indent: 4px;
}

.row1 {
	background-color: #e5ebed;
	padding: 4px;
}

.row2 {
	background-color: #f7f7f7;
	padding: 4px;
}

.row3 {
	background-color: #C0C8D0;
	padding: 4px;
}

.spacer {
	background-color: #e5ebed;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #777;
	color: #777;
}

/* Links
 ------------ */
a:link {color:#005fa2; text-decoration:none;
}

a:active,
a:visited {color:#005fa2; text-decoration:none;}

a:hover {text-decoration: underline;}

a.forumlink {
	font-size:17px;
	font-weight: bold;
}

a.subforolink{
	font-size:14px;
	font-weight: bold;
	line-height:19px;
}

.resaltado{
	font-weight:bold;
	color:#005fa2;
	}

a.topictitle {
	margin: 1px 0;
	font-weight: bold;
	font-size: 14px;
}

th a{
	color: #FFF !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #A9B8C2;
	background-color: #FAFAFA;
}

textarea {
	background-color: #FAFAFA;
	color: #000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #A9B8C2;
	padding: 2px;
	line-height:1.4em;
}

select {
	color: #333333;
	background-color: #FAFAFA;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: none;
	background-color: transparent;
}

.btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	background-color: #EFEFEF;
	border: 1px solid #666666;
}

.btnlite {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #DEE3E7;
	border-style: none;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 10px 0 10px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-size: 11px;
	font-weight: bold;
}

.quotecontent, .attachcontent {
	margin: 0 10px 0 10px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	line-height: 1.4em;
	background-color: #fcfcfc;
	color: #2d5087;
}

.quotecontent img {max-width:500px !important;}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 10px 0 10px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 10px 10px 10px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #006600;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #fcfcfc;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #000000;
}

.pm_replied_colour {
	background-color: #A9B8C2;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: black;
	background-color: #FFA34F;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	font-weight: bold;
}
