html {
	height: 100%}
	
body {
	height: 100%;
	background-color: #8091AB;
	text-align: center;
	padding: 0;
	margin: 0}


A:link {text-decoration: none; color: #000060}
A:visited {text-decoration: none; color: #000060}
A:active {text-decoration: none; color: #000060}

a.linkStyleName:link {color: #B0C4DE; }
a.linkStyleName:visited {color: #B0C4DE; }
a.linkStyleName:hover {color: #B0C4DE; }
a.linkStyleName:active {color: #B0C4DE; } 

	
table {
	width: 100%;
	padding: 0}

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



.avatar img {
    width: 400px;
	background-color: #fff;
	border: 3px solid #fff}
	
html>body .avatar img {
	padding: 3px;
	background-color: #fff;
	border: 1px solid #dbdbdb}



#forum {
	width: 900px;
	height: 100%;
	background-color: #fff;
	margin: 0 auto}
	
#forum_fb {
	width: 700px;
	height: 100%;
	background-color: #fff;
	margin: 0 auto}
	
#forum_frame {
	width: 200px;
	height: 50%;
	background-color: #fff;
	margin: 0 auto}	
	
#bodyline {
	width: 817px;
	padding: 0px 0;
	vertical-align: top;
	text-align: left}
	
#left_image {
	text-align: left}

#left_image img {
	border: 0}	

#center_image {
	text-align: center}

#center_image img {
	border: 0}


#top_image {
	text-align: center}

#top_image img {
	border: 0;
	width: 717px;
	height: 231px}



#menu {
	height: 18px;
	line-height: 18px;
	padding: 0 3px 1px}
	
#menu #left a {
	padding-right: 10px}
	
#menu #right a {
	padding-left: 10px}

.mainmenu {
	line-height: 18px}


div.spacing {
	height: 10px;
	clear: both}


.boton{
  font-size:20px;
  font-family:Verdana,Helvetica;
  font-weight:bold;
  color:white;
  background:#638cb5;
  border:0px;
  height:35px;
  width:330px;
  cursor: pointer
       }

.boton2{
  font-size:14px;
  font-family:Verdana,Helvetica;
  font-weight:bold;
  color:#638cb5;
  background:#FFFFFF;
  border:0px;
  height: 30px;
  width:200px;
  cursor: pointer
       }

.boton3{
  font-size:20px;
  font-family:Verdana,Helvetica;
  font-weight:bold;
  color:#FFFFFF;
  background:#638cb5;
  border:0px;
  height: 35px;
  width:400px;
  cursor: pointer
       }

.boton4{
  font-size:14px;
  font-family:Verdana,Helvetica;
  font-weight:bold;
  color:#FFFFFF;
  background:#000060;
  border:0px;
  height: 20px;
  width:30px;
  cursor: pointer
       }
	   


.pg-normal {
  color: black;
  font-weight: normal;
  text-decoration: none;    
  cursor: pointer;    
            }
.pg-selected {
  color: black;
  font-weight: bold;        
  text-decoration: underline;
  cursor: pointer;
            }


div.rounded-box {
    position: relative;
    width: 875px;
    background-color: #8091AB;
    margin: 10px auto;
}


/*********************
Caja Exterior
*********************/
div.top-left-corner, div.bottom-left-corner, div.top-right-corner, div.bottom-right-corner {
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #FFFFFF;
	overflow: hidden;
	z-index: 0;
}

div.top-left-inside, div.bottom-left-inside, div.top-right-inside, div.bottom-right-inside {
	position: relative;
	font-size: 150px;
	font-family: arial;
	color: #8091AB;
	line-height: 40px;
	z-index: 0;
}

/*********************
Bordes
*********************/

div.top-left-corner { top: 0px; left: 0px; }
div.bottom-left-corner {bottom: 0px; left: 0px;}
div.top-right-corner {top: 0px; right: 0px;}
div.bottom-right-corner {bottom: 0px; right: 0px;}
div.top-left-inside {left: -8px;}
div.bottom-left-inside {left: -8px; top: -17px;}
div.top-right-inside {left: -25px;}
div.bottom-right-inside {left: -25px; top: -17px;}

/*********************
Contenido (txt)
*********************/

div.box-contents {
	position: relative;
	padding: 10px;
	color:#000;
	font-weight: bolder;
	z-index: 1;
}


div.rounded-box2 {
    position: relative;
    width: 535px;
    line-height: 15px;
    background-color: #FFFFFF;
    margin: 2px auto;
}

/*********************
Caja Exterior
*********************/
div.top-left-corner2, div.bottom-left-corner2, div.top-right-corner2, div.bottom-right-corner2 {
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #8091AB;
	overflow: hidden;
	z-index: 0;
}

div.top-left-inside2, div.bottom-left-inside2, div.top-right-inside2, div.bottom-right-inside2 {
	position: relative;
	font-size: 150px;
	font-family: arial;
	color: #FFFFFF;
	line-height: 40px;
	z-index: 0;
}

/*********************
Bordes
*********************/

div.top-left-corner2 { top: 0px; left: 0px; }
div.bottom-left-corner2 {bottom: 0px; left: 0px;}
div.top-right-corner2 {top: 0px; right: 0px;}
div.bottom-right-corner2 {bottom: 0px; right: 0px;}
div.top-left-inside2 {left: -8px;}
div.bottom-left-inside2 {left: -8px; top: -17px;}
div.top-right-inside2 {left: -25px;}
div.bottom-right-inside2 {left: -25px; top: -17px;}



div.rounded-box3 {
    position: relative;
    width: 850px;
    line-height: 15px;
    background-color: #FFFFFF;
    margin: 2px auto;
}

/*********************
Caja Exterior
*********************/
div.top-left-corner3, div.bottom-left-corner3, div.top-right-corner3, div.bottom-right-corner3 {
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #8091AB;
	overflow: hidden;
	z-index: 0;
}

div.top-left-inside3, div.bottom-left-inside3, div.top-right-inside3, div.bottom-right-inside3 {
	position: relative;
	font-size: 150px;
	font-family: arial;
	color: #FFFFFF;
	line-height: 40px;
	z-index: 0;
}

/*********************
Bordes
*********************/

div.top-left-corner3 { top: 0px; left: 0px; }
div.bottom-left-corner3 {bottom: 0px; left: 0px;}
div.top-right-corner3 {top: 0px; right: 0px;}
div.bottom-right-corner3 {bottom: 0px; right: 0px;}
div.top-left-inside3 {left: -8px;}
div.bottom-left-inside3 {left: -8px; top: -17px;}
div.top-right-inside3 {left: -25px;}
div.bottom-right-inside3 {left: -25px; top: -17px;}



div.rounded-box_fb_ini {
    position: relative;
    width: 700px;
    background-color: #8091AB;
    margin: 10px auto;
}


/*********************
Caja Exterior
*********************/
div.top-left-corner_fb_ini, div.bottom-left-corner_fb_ini, div.top-right-corner_fb_ini, div.bottom-right-corner_fb_ini {
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #FFFFFF;
	overflow: hidden;
	z-index: 0;
}

div.top-left-inside_fb_ini, div.bottom-left-inside_fb_ini, div.top-right-inside_fb_ini, div.bottom-right-inside_fb_ini {
	position: relative;
	font-size: 150px;
	font-family: arial;
	color: #8091AB;
	line-height: 40px;
	z-index: 0;
}

/*********************
Bordes
*********************/

div.top-left-corner_fb_ini { top: 0px; left: 0px; }
div.bottom-left-corner_fb_ini {bottom: 0px; left: 0px;}
div.top-right-corner_fb_ini {top: 0px; right: 0px;}
div.bottom-right-corner_fb_ini {bottom: 0px; right: 0px;}
div.top-left-inside_fb_ini {left: -8px;}
div.bottom-left-inside_fb_ini {left: -8px; top: -17px;}
div.top-right-inside_fb_ini {left: -25px;}
div.bottom-right-inside_fb_ini {left: -25px; top: -17px;}



div.rounded-box_fb {
    position: relative;
    width: 650px;
    line-height: 15px;
    background-color: #FFFFFF;
    margin: 2px auto;
}

/*********************
Caja Exterior
*********************/
div.top-left-corner_fb, div.bottom-left-corner_fb, div.top-right-corner_fb, div.bottom-right-corner_fb {
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #8091AB;
	overflow: hidden;
	z-index: 0;
}

div.top-left-inside_fb, div.bottom-left-inside_fb, div.top-right-inside_fb, div.bottom-right-inside_fb {
	position: relative;
	font-size: 150px;
	font-family: arial;
	color: #FFFFFF;
	line-height: 40px;
	z-index: 0;
}

/*********************
Bordes
*********************/

div.top-left-corner_fb { top: 0px; left: 0px; }
div.bottom-left-corner_fb {bottom: 0px; left: 0px;}
div.top-right-corner_fb {top: 0px; right: 0px;}
div.bottom-right-corner_fb {bottom: 0px; right: 0px;}
div.top-left-inside_fb {left: -8px;}
div.bottom-left-inside_fb {left: -8px; top: -17px;}
div.top-right-inside_fb {left: -25px;}
div.bottom-right-inside_fb {left: -25px; top: -17px;}

div.rounded-box-frame {
    position: relative;
    width: 490px;
    background-color: #8091AB;
    margin: 10px auto;
}

.postbuttons img {
	border: 0;
	margin-right: 10px}



.pad0-0-4 {
	padding: 0 0 4px}
	
.pad0-0-10 {
	padding: 0 0 10px}

.pad4 {
	padding: 4px}

.pad5 {
	padding: 5px}	
	
.pad25 {
	padding: 25px}
	
.pad10 {
	padding: 10px}	

.pad60 {
	padding: 60px}

div.timezone {
	padding: 0 3px}

div.copyright {
	padding: 5px}

.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}

input.post {
	height: 19px}

html>body input.post {
	height: 12px}

.helpline {
	background-color: #ebebeb}


.postmini {
	width: 25px}
	
.postsmall {
	width: 70px}
	
.postmedium {
	width: 150px}
	
.postmedium2 {
	width: 120px}

.postmedium3 {
	width: 80px}

.postmedium4 {
	width: 50px}
	
.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;
	font-size: 13px;
	line-height: 18px}
	
.txtbottom {
	vertical-align: bottom}
	
.txtleft {
	text-align: left}
	

	
td.row1	{
	background-color: #8091AB}
	
td.row2 {
	background-color: #B0C4DE}
	
td.row3 {
	background-color: #000060}

td.white {
	background-color: #ffffff}

td, th, 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: 10px;
	line-height: 13px}

td a {
	color: #13509a;
	text-decoration: underline}	

td a:hover {
	color: #13509a;
	text-decoration: none}

tr.lines_1 th .nav, tr.lines_3 th .nav, .nav {
	font-size: 11px;
	line-height: 13px;
	font-weight: bold}		

tr.lines_1 th .nav a, tr.lines_3 th .nav a, .nav a {
	color: #13509a;
	text-decoration: none}

tr.lines_1 th .nav a:hover, tr.lines_3 th .nav a:hover, .nav a:hover {
	color: #13509a;
	text-decoration: underline}

.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}

tr.toplines th {
	line-height: 24px;
	height: 24px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #000;
	border-width: 1px 0;
	padding: 0 10px}

tr.lines_1 th {
	border: 1px solid #000;
	border-width: 1px 0;
	padding: 5px 2px 6px}

tr.lines_3 th {
	border: 1px solid #000;
	border-width: 1px 0;
	padding: 3px 2px}



table.index_body td.one img {
	width: 46px;
	height: 25px}
	
table.index_body td.one {
	padding: 4px;
	text-align: center}
	
table.index_body td.two {
	padding: 4px;
	width: 25%;
  height: 30px	}
	
table.index_body td.three {
	padding: 4px;
	text-align: center;
	white-space: nowrap}

table.index_body_icons td img {
	vertical-align: middle}
	
table.index_body_icons td {
	white-space: nowrap;
	text-align: center}



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 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 {
	padding: 4px 7px;
	width: 50%;
	height: 26px}
	
table.profile td.two {
	padding: 4px 5px 4px 4px}
	
table.profile td.three {
	padding: 4px 7px;
	height: 26px}



table.profile_view_body tr {
	height: 18px;
	text-align: right}



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;
	width: 150px}
	
table.viewtopic td.four {
	padding: 2px 5px 4px;	
	vertical-align: top;
	height: 130px}
	
table.viewtopic td.four table {
	height: 100%;
	width: 560px}
	
table.viewtopic td.five {
	padding: 4px 7px;
	height: 18px;
	line-height: 18px}
	
table.viewtopic td.six {
	padding: 4px 5px}

	
table.viewtopic td.seven {
	padding: 1px 1px;
	vertical-align: center;
	height: 30px;
	text-align: left}


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: 100px}

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.mapa{
	width: 450px;
	padding: 0;
	border-spacing: 2px}
	
table.mapa td {
	vertical-align: top}	

table.sinmapa{
	width: 0px;
	padding: 0;
	border-spacing: 0px}	

table.sinmapa td {
	vertical-align: top}	
	
table.header{
	width: 280px;
	padding: 1;
	border-spacing: 1px}	
	
table.noticias{
	width: 95%;
	padding: 0;
	border-spacing: 3px}
	
table.noticias td {
	line-height: 18px;
	padding: 0px}
	 
	 
table.noticias2{
	width: 400px;
	padding: 0;
	border-spacing: 0px}
	
table.noticias2 td {
	line-height: 20px;
  padding: 0px}	 		
	
table.inicial{
	width: 100%;
	padding: 5px;
	border-spacing: 0px}
	
table.inicial td {
   vertical-align: top}		

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

	

h2 {
	font-size: 11px;
	line-height: 26px;
	height: 26px;
	font-weight: bold;
	color: #638cb5;
	margin: 0;
	padding: 0 4px}
	
h3 {
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #638cb5;
	margin: 0}
	
h4 {
	font-size: 28px;
	line-height: 35px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	margin: 0}	

h5 {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	margin: 0}

h6 {
	font-size: 8px;
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	margin: 0}
	


h2 a, h3 a {
	text-decoration: none;
	color: #638cb5}
	
h2 a:hover, h3 a:hover, .copyright a:hover {
	color: #638cb5;
	text-decoration: underline}

.mainmenu a, tr.lines_1 th a, tr.lines_3 th a, .timezone a, .copyright a, .blacklink a {
	color: #111;
	text-decoration: none}

.mainmenu a:hover, tr.lines_1 th a:hover, tr.lines_3 th a:hover, .timezone a:hover, .blacklink a:hover {
	color: #111;
	text-decoration: underline}



.copyright {
	text-align: center;
	letter-spacing: -1px}
