html{
	 scrollbar-face-color: #A3CC28;
	 scrollbar-base-color: #ffffff;
	 scrollbar-track-color: #ffffff;
	 scrollbar-arrow-color: #000000;
	 scrollbar-highlight-color: #ffffff;
	 scrollbar-3d-light-color: #ffffff;
	 scrollbar-shadow-color: #ffffff;
	 scrollbar-dark-shadow-color: #ffffff;

}

body
{
	margin: 0 auto;
	padding: 0;
	background-color: #F3F9E1;
}

#main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}





#page-background-simple-gradient
{
	position: absolute;
	background-image: url('Page-BgSimpleGradient.jpg');
	background-repeat: repeat-x;
	top:0;
	width: 100%;
	height: 500px;
}

.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}


form
{
	padding:0 !important;
	margin:0 !important;
}

/* end Page */

/* begin Box, Sheet */
.Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 1000px;
	min-width:35px;
	min-height:35px;
}

.Sheet-body
{
	position: relative;
	z-index: 1;
	padding: 10px;
}

.Sheet-tr, .Sheet-tl, .Sheet-br, .Sheet-bl, .Sheet-tc, .Sheet-bc,.Sheet-cr, .Sheet-cl
{
	position:absolute;
	z-index:-1;
}

.Sheet-tr, .Sheet-tl, .Sheet-br, .Sheet-bl
{
	width: 62px;
	height: 62px;
	background-image: url('Sheet-s.png');
}

.Sheet-tl
{
	top:0;
	left:0;
	clip: rect(auto, 31px, 31px, auto);
}

.Sheet-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 31px, 31px);
}

.Sheet-bl
{
	bottom: 0;
	left: 0;
	clip: rect(31px, 31px, auto, auto);
}

.Sheet-br
{
	bottom: 0;
	right: 0;
	clip: rect(31px, auto, auto, 31px);
}

.Sheet-tc, .Sheet-bc
{
	left: 31px;
	right: 31px;
	height: 62px;
	background-image: url('Sheet-h.png');
}

.Sheet-tc
{
	top: 0;
	clip: rect(auto, auto, 31px, auto);
}

.Sheet-bc
{
	bottom: 0;
	clip: rect(31px, auto, auto, auto);
}

.Sheet-cr, .Sheet-cl
{
	top: 31px;
	bottom: 31px;
	width: 62px;
	background-image: url('Sheet-v.png');
}

.Sheet-cr
{
	right:0;
	clip: rect(auto, auto, auto, 31px);
}

.Sheet-cl
{
	left:0;
	clip: rect(auto, 31px, auto, auto);
}

.Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 31px;
	left: 31px;
	right: 31px;
	bottom: 31px;
	background-color: #FDFDFC;
}


.Sheet
{
	margin-top: 3px !important;
}

#page-background-simple-gradient, #page-background-gradient, #page-background-glare
{
	min-width:1000px;
}

/* end Box, Sheet */

/* begin Header */
div.Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 980px;
	height: 225px;
}


/* begin Header */
div.Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 980px;
	height: 225px;
}


div.Header-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 980px;
	height: 225px;
	background-image: url('http://info.4x4.tt/Archivos/Cabecera.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
/* end Header */

/* begin Logo */
.Logo {
	width: 980px;
	height: 225px;
}


.Logo-text {
	padding:20px 0 0 0;
	margin:0;
}

/* end Logo */

/* begin ContentLayout */
.contentLayout
{
	position: relative;
	margin-bottom: 0px;
	width: 980px;
}
/* end ContentLayout */

/* begin Box, Block */
.Block
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:15px;
	min-height:15px;
}

.Block-body
{
	position: relative;
	z-index: 1;
	padding: 5px;
}

.Block-tr, .Block-tl, .Block-br, .Block-bl, .Block-tc, .Block-bc,.Block-cr, .Block-cl
{
	position:absolute;
	z-index:-1;
}

.Block-tr, .Block-tl, .Block-br, .Block-bl
{
	width: 26px;
	height: 26px;
	background-image: url('Block-s.png');
}

.Block-tl
{
	top:0;
	left:0;
	clip: rect(auto, 13px, 13px, auto);
}

.Block-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 13px, 13px);
}

.Block-bl
{
	bottom: 0;
	left: 0;
	clip: rect(13px, 13px, auto, auto);
}

.Block-br
{
	bottom: 0;
	right: 0;
	clip: rect(13px, auto, auto, 13px);
}

.Block-tc, .Block-bc
{
	left: 13px;
	right: 13px;
	height: 26px;
	background-image: url('Block-h.png');
}

.Block-tc
{
	top: 0;
	clip: rect(auto, auto, 13px, auto);
}

.Block-bc
{
	bottom: 0;
	clip: rect(13px, auto, auto, auto);
}

.Block-cr, .Block-cl
{
	top: 13px;
	bottom: 13px;
	width: 26px;
	background-image: url('Block-v.png');
}

.Block-cr
{
	right:0;
	clip: rect(auto, auto, auto, 13px);
}

.Block-cl
{
	left:0;
	clip: rect(auto, 13px, auto, auto);
}

.Block-cc
{
	position:absolute;
	z-index:-1;
	top: 13px;
	left: 13px;
	right: 13px;
	bottom: 13px;
	background-color: #FDFDFC;
}


.Block
{
	margin: 3px;
}

/* end Box, Block */

/* begin BlockHeader */
.BlockHeader
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 7px;
	margin-bottom: 4px;
}

.BlockHeader .t
{
	height: 30px;
	color: #FFFFFF;
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
	white-space : nowrap;
	padding: 0 6px;
	line-height: 30px;
}

.BlockHeader .l, .BlockHeader .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 30px;
	background-image: url('BlockHeader.png');
}

.BlockHeader .l
{
	left:0;
	right:0px;
}

.BlockHeader .r
{
	width:980px;
	right:0;
	clip: rect(auto, auto, auto, 980px);
}





.header-tag-icon
{
    height: 30px;
	background-position:left top;
	background-image: url('BlockHeaderIcon.png');
	padding:0 0 0 12px;
	background-repeat: no-repeat;
	min-height: 12px;
	margin: 0 0 0 5px;
}


/* end BlockHeader */

/* begin Box, BlockContent */
.BlockContent {
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.BlockContent-body {
	position: relative;
	z-index: 1;
	padding: 11px;
	color:#526614;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	}

.BlockContent-body-Creditos {
	position: relative;
	z-index: 1;
	padding: 11px;
	color:#526614;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	}



.BlockContent-body .secciones {
	padding:0px 0 0px 16px;
	background-image: url('BlockContentBullets.png');
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
	display:block;
}

/* end Box, BlockContent */

/* begin Box, Post */
.Post
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:15px;
	min-height:15px;
}

.Post-body
{
	position: relative;
	z-index: 1;
	padding: 16px;
}

.Post-tr, .Post-tl, .Post-br, .Post-bl, .Post-tc, .Post-bc,.Post-cr, .Post-cl
{
	position:absolute;
	z-index:-1;
}

.Post-tr, .Post-tl, .Post-br, .Post-bl
{
	width: 26px;
	height: 26px;
	background-image: url('Post-s.png');
}

.Post-tl
{
	top:0;
	left:0;
	clip: rect(auto, 13px, 13px, auto);
}

.Post-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 13px, 13px);
}

.Post-bl
{
	bottom: 0;
	left: 0;
	clip: rect(13px, 13px, auto, auto);
}

.Post-br
{
	bottom: 0;
	right: 0;
	clip: rect(13px, auto, auto, 13px);
}

.Post-tc, .Post-bc
{
	left: 13px;
	right: 13px;
	height: 26px;
	background-image: url('Post-h.png');
}

.Post-tc
{
	top: 0;
	clip: rect(auto, auto, 13px, auto);
}

.Post-bc
{
	bottom: 0;
	clip: rect(13px, auto, auto, auto);
}

.Post-cr, .Post-cl
{
	top: 13px;
	bottom: 13px;
	width: 26px;
	background-image: url('Post-v.png');
}

.Post-cr
{
	right:0;
	clip: rect(auto, auto, auto, 13px);
}

.Post-cl
{
	left:0;
	clip: rect(auto, 13px, auto, auto);
}

.Post-cc
{
	position:absolute;
	z-index:-1;
	top: 13px;
	left: 13px;
	right: 13px;
	bottom: 13px;
	background-color: #FDFDFC;
}


.Post
{
	margin: 5px;
}

/* Start images */
a img {
	border: 0;
}


.metadata-icons img
{
	border: none;
	vertical-align: middle;
	margin: 2px;
}
/* Finish images */


pre
{
	overflow: auto;
	padding: 0.1em;
}

/* end Box, Post */

/* begin PostHeaderIcon */
.PostHeader, .Localizacion {
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
}


.PostHeader img , .Localizacion img {
	border:none;
	vertical-align: middle;
	margin:0;
}

.PostHeader h2 {
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #404C2F;
}

.Localizacion {
	font-weight:normal;
	letter-spacing:normal;
	word-spacing:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-style: italic;
	color: #404C2F;
}



/* begin PostMetadata */
.PostMetadataHeader
{
	padding:1px;
	background-color: #A3CC28;
	border-color: #BBC9A6;
	border-style: solid;
	border-width: 2px;
	}
/* end PostMetadata */

/* begin PostIcons */
.PostHeaderIcons {
	padding:1px;
}

.PostHeaderIcons {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-style: italic;
	font-weight: normal;
	color: #F0F3EC;
}



/* end PostIcons */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body {
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
  color: #2A2C26;
}


.PostContent {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-align: justify;
	text-indent: 20px;
	  color: #2A2C26;
	  margin:0;
}

.PostContent td {
	text-indent: 0px;
	border-left: 1px dotted #2A2C26;
	border-bottom: 1px dotted #2A2C26;
}

.PostContent th {
	text-indent: 0px;
	border-right: 1px dotted #2A2C26;
	border-bottom: 1px dotted #2A2C26;
}


/* Start Content link style */



/* Finish Content link style */


/* end PostContent */

ul {
	list-style-type: none;
}

.Post li
{
	padding:0px 0 0px 14px;
	line-height:1.2em;
}

.Post ol li, .Post ul ol li
{
	background: none;
	padding-left:0;
}

.Post ul li, .Post ol ul li
{
	background-image: url('PostBullets.png');
	background-repeat:no-repeat;
	padding-left:14px;
}


/* begin PostQuote */

/* Start cita */
#cita ,blockquote {
	color:#080807;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-align: justify;
	text-indent:20px;
	border:dashed 3px #5F7718;
	margin:10px 10px 10px 50px;
	padding:5px 5px 5px 32px;
	background: #A3CC28 url('PostQuote.png') no-repeat left top;
}



/* end PostQuote */


/* begin Footer */
.Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 980px;
	margin: 5px auto 0px auto;
}

.Footer .Footer-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 8px;
	text-align: center;
}

.Footer .Footer-background
{
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('Footer.png');
	width: 980px;
	height: 200px;
	bottom:0;
	left:0;
}


.Footer {
	display:inline-block;
	color:#223A00;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	letter-spacing: 1px;

}

.Footer .Footer-text a {
	text-decoration: none;
	color: #223A00;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: overline;
	background-color:#DBE2D0;
	}


.Footer .Footer-text a:hover
{
	text-decoration: none;
	color: #223A00;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	background-color:#ffffff;
	}

/* end Footer */


/* begin LayoutCell */
.contentLayout .ColumnaIzquierda
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 180px;
}
/* end LayoutCell */

/* begin LayoutCell */
.contentLayout .content
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 625px;
}
.contentLayout .content-wide
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 977px;
}
/* end LayoutCell */

/* begin LayoutCell */
.contentLayout .ColumnaDerecha
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 175px;
}
/* end LayoutCell */



input, textarea, select {
        background-color: #A3CC28;
        color: #000000;
}



	.formulario {color:#000000; background-color:#A3CC28; border-color:#cccccc; font-size: 9pt; }
	.formularioover {color:#A3CC28; background-color:#000000; border-color:#cccccc; font-size: 9pt; }


		#foro {
			background-color:#ffffff;
			padding:10px 10px 0px 0px;
			border-top:1px solid #A3CC28;
			border-right:1px solid #A3CC28;
			border-left:1px solid #A3CC28;
			border-bottom:1px solid #A3CC28;
			}
		#titulo-foro {
			border:dashed 3px #5F7718;
			font-weight:bold;
			background-color:#A3CC28;
			margin:0px 0px 0px 5px;
			color:#ffffff;
			font-size:11px;
			padding:2px 0px 2px 5px;
			}
		#titulo-foro a {
			color:#ffffff;
			}

		#texto-foro {
			text-align:justify;
			text-indent: 15px;
			padding:5px;
			font-size:12px;
			}
		#texto-foro td {
			text-indent: 0px;
		}
		#sombreado-foro {
			font-size:11px;
			color:#ffffff;
			background-color:#A3CC28;
			text-align:right;
			border:dashed 3px #5F7718;
			padding:0px;
			margin-left:100px;
			}
		#sombreado-foro a {
			color: #000000;
			font-weight:bold;
			text-decoration:none; }

		#sombreado-foro a:hover {
			color: #A3CC28;
			background-color: #ffffff;
			font-weight:bold;
			text-decoration:overline;
			}



.BlockContent-body a {
	color: #74911D;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	border-bottom:1px dotted #74911D;
	display:block;
	border-left:1px dotted #ffffff;
	}


.BlockContent-body a:hover{
	color: #404C2F;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	background-color:#E0EE65;
	border-left:1px dotted #74911D;
	}



.BlockContent-body-Creditos a {
	color: #74911D;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	border-bottom:1px dotted #74911D;
	display:block;

	}

.BlockContent-body-Creditos a:hover {
	color: #314E00;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	background-color:transparent;

	}


a {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	color: #74911D;
	}



a:hover {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
    color: #000000;
    background-color:#E0EE65;
	}

