
body
{
	margin: 0 auto;
	padding: 0;
	background-color: #E0E0E0;
	background-image: url('../graficos/interfaz/Page-BgTexture.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: bottom left;
	font-family: Arial, Helvetica, Sans-Serif;
}

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




#page-background-gradient
{
	background-position: bottom left;
}


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


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

table.position
{
	position: relative;
	width: 100%;
	table-layout: fixed;
}
/* end Page */

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

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

.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: 86px;
	height: 86px;
	background-image: url('../graficos/interfaz/Sheet-s.png');
}

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

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

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

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

.Sheet-tc, .Sheet-bc
{
	left: 43px;
	right: 43px;
	height: 86px;
	background-image: url('../graficos/interfaz/Sheet-h.png');
}

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

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

.Sheet-cr, .Sheet-cl
{
	top: 43px;
	bottom: 43px;
	width: 86px;
	background-image: url('../graficos/interfaz/Sheet-v.png');
}

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

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

.Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 43px;
	left: 43px;
	right: 43px;
	bottom: 43px;
	background-image: url('../graficos/interfaz/Sheet-c.png');
}


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

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

/* end Box, Sheet */

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

div.Header-png
{
	position: absolute;
	z-index:-2;
	top: 0;
	left: 0;
	width: 946px;
	height: 150px;
	background-image: url('../graficos/interfaz/Header.png');
	background-repeat: no-repeat;
	background-position: left top;
}

/* end Header */

/* begin Menu */
/* menu structure */

.menu a, .menu a:link, .menu a:visited, .menu a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.menu, .menu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.menu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.menu li li
{
	float: none;
}

.menu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.menu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.menu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.menu:after, .menu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul
{
	min-height: 0;
}

.menu ul
{
	background-image: url(../graficos/interfaz/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.menu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}





/* menu structure */

.menu
{
	padding: 12px 6px 0px 6px;
}

.nav
{
	position: relative;
	height: 41px;
	z-index: 100;
}

.nav .l, .nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 41px;
	background-image: url('../graficos/interfaz/nav.png');
}

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

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


/* end Menu */

/* begin MenuItem */
.menu ul li
{
	clear: both;
}

.menu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 29px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
}


.menu a .r, .menu a .l
{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 87px;
	background-image: url('../graficos/interfaz/MenuItem.png');
}

.menu a .l
{
	left:0;
	right:7px;
}

.menu a .r
{
	width:414px;
	right:0;
	clip: rect(auto, auto, auto, 407px);
}

.menu a .t 
{

font-size: 11px;
font-style: normal;
font-weight: normal;
	color: #FFFFFF;
	padding: 0 16px;
	margin: 0 7px;
	line-height: 29px;
	text-align: center;
}

.menu a:hover .l, .menu a:hover .r
{
	top:-29px;
}

.menu li:hover>a .l, .menu li:hover>a .r
{
	top:-29px;
}

.menu li:hover a .l, .menu li:hover a .r
{
	top:-29px;
}
.menu a:hover .t
{
	color: #080808;
}

.menu li:hover a .t
{
	color: #080808;
}

.menu li:hover>a .t
{
	color: #080808;
}


.menu a.active .l, .menu a.active .r
{
	top: -58px;
}

.menu a.active .t
{
	color: #3B3B3B;
}


/* end MenuItem */

/* begin MenuSubItem */
.menu ul a
{
	display:block;
	text-align: center;
	white-space: nowrap;
	height: 20px;
	width: 180px;
	overflow:hidden;
	line-height: 20px;
	margin-right: auto;
	background-image: url('../graficos/interfaz/subitem-bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: solid;
	border-color: #235937;
}

.nav ul.menu ul span, .nav ul.menu ul span span
{
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}

.menu ul a, .menu ul a:link, .menu ul a:visited, .menu ul a:hover, .menu ul a:active, .nav ul.menu ul span, .nav ul.menu ul span span
{
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 20px;
	color: #000000;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

.menu ul ul a
{
	margin-left: auto;
}

.menu ul li a:hover 
{
	color: #FFFFFF;
	border-color: #8EB43C;
	background-position: 0 -20px;
}

.menu ul li:hover>a
{
	color: #FFFFFF;
	border-color: #8EB43C;
	background-position: 0 -20px;
}

.nav .menu ul li a:hover span, .nav .menu ul li a:hover span span
{
	color: #FFFFFF;
}

.nav .menu ul li:hover>a span, .nav .menu ul li:hover>a span span
{
	color: #FFFFFF;
}


/* end MenuSubItem */

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

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

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

.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: 34px;
	height: 34px;
	background-image: url('../graficos/interfaz/Block-s.png');
}

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

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

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

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

.Block-tc, .Block-bc
{
	left: 17px;
	right: 17px;
	height: 34px;
	background-image: url('../graficos/interfaz/Block-h.png');
}

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

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

.Block-cr, .Block-cl
{
	top: 17px;
	bottom: 17px;
	width: 34px;
	background-image: url('../graficos/interfaz/Block-v.png');
}

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

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

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


.Block
{
	margin: 7px;
}

/* end Box, Block */

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

.BlockHeader .t
{
	height: 30px;
	color: #000000;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align:center;
	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('../graficos/interfaz/BlockHeader.png');
}

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

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





.header-tag-icon
{
    height: 30px;
	background-position:left top;
	background-image: url('../graficos/interfaz/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: 10px;
}



.BlockContent-body
{
	color:#212121;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.BlockContent-body a:link
{
	color: #5B7326;

text-decoration: underline;
}

.BlockContent-body a:visited, .BlockContent-body a.visited
{
	color: #808080;

text-decoration: underline;
}

.BlockContent-body a:hover, .BlockContent-body a.hover
{
	color: #49835B;
text-decoration: none;
}

.BlockContent-body ul
{
	list-style-type: none;
	color: #333333;
	margin:0;
	padding:0;
}

.BlockContent-body li
{
font-size: 12px;
text-decoration: none;
}

.BlockContent-body ul li
{
	padding:0px 0 0px 11px;
	background-image: url('../graficos/interfaz/BlockContentBullets.png');
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}

/* end Box, BlockContent */

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

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



.Post
{
	margin: 7px;
}

/* Start ../graficos/interfaz */
a img
{
	border: 0;
}

.article img, img.article
{
	border: solid 1px #235937;
	margin: 1em;
}

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

/* Start tables */

.article table, table.article
{
	border-collapse: collapse;
	margin: 1px;
	width:auto;
}

.article table, table.article .article tr, .article th, .article td
{
	background-color:Transparent;
}

.article th, .article td
{
	padding: 2px;
	border: solid 1px #235937;
	vertical-align: top;
	text-align:left;
}

.article th
{
	text-align: center;
	vertical-align: middle;
	padding: 7px;
}

/* Finish tables */

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

/* end Box, Post */

/* begin PostHeaderIcon */
.PostHeader
{
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
	text-transform:uppercase;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	color: #8FD400;
	border-bottom: #8FD400 2px dotted;
}

.PostHeader a, .PostHeader a:link, .PostHeader a:visited, .PostHeader a:hover
{
font-size: 22px;
font-style: normal;
font-weight: bold;
text-align: left;
	margin:0;
	color: #45581D;
}

/* end PostHeaderIcon */

/* begin PostHeader */
.PostHeader a:link
{
text-decoration: none;
text-align: left;
  color: #235937;
}

.PostHeader a:visited, .PostHeader a.visited
{

text-decoration: none;
text-align: left;
  color: #235937;
}

.PostHeader a:hover, .PostHeader a.hovered
{
text-decoration: none;
text-align: left;
  color: #8FD400;
}
/* end PostHeader */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
font-style: normal;
font-weight: normal;
  color: #262626;
}


.PostContent p 
{
	margin: 0.2em 0;
}

.PostContent, .PostContent p
{

font-size: 12px;
font-style: normal;
font-weight: normal;
text-align: justify;
  color: #262626;
}

.PostContent
{
  margin:0;
}

/* Start Content link style */

a{text-decoration: none;}

a:link{text-decoration: none;}

a:visited, a.visited{text-decoration: none;}

a:hover, a.hover{text-decoration: none;}

.enverde a, .enverde a:link, .enverde a:visited
{
text-decoration: underline;
font-weight: bold;
color: #235937;
}

.enverde a:hover, .enverde a.hover 
{
text-decoration: none;
font-weight: bold;
background-color:#8FD400;
color: #235937;
}

.ennegro
{
text-decoration: none;
color: #000;
}

.ennegro:hover
{
text-decoration: underline;
color: #235937;
}


.enverde1
{
text-decoration: underline;
font-weight: bold;
color: #235937;
}

.enverde1:hover 
{
text-decoration: none;
background-color:#8FD400;
color: #235937;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6
{
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  text-align: left;
}


/* Start Content headings Fonts & Colors  */
h1
{
font-size: 28px;
  color: #235937;
}

h2
{
font-size: 22px;
  color: #235937;
}

h3
{
font-size: 18px;
  color: #235937;
}

h4
{
font-size: 16px;
  color: #235937;
}

h5
{
font-size: 14px;
  color: #8FD400;
line-height: 0.2em;
}

h6
{
font-size: 13px;
  color: #235937;
}

.verdeos13n
{
font-size: 13px;
  color: #235937;
  font-weight: bold;
}

/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ol, ul
{

	margin:1em 0 1em 2em;
	padding:0;

}

li ol, li ul
{
	margin:0.5em 0 0.5em 2em;
	padding:0;
}

li 
{
	margin:0.2em 0;
	padding:0;
}

ul
{
	list-style-type: none;
}

ol
{
	list-style-position:inside;
	
}



.Post li
{
	padding:0px 0 0px 13px;
	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('../graficos/interfaz/PostBullets.png');
	background-repeat:no-repeat;
	padding-left:13px;
}


/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */
blockquote,
blockquote p,
.PostContent blockquote p
{
	color:#000000;

font-style: italic;
font-weight: normal;
font-size: 11px;
text-align: justify;
}

blockquote,
.PostContent blockquote
{

	margin:0px;
	padding:5px 5px 5px 36px;
	background-color:#8FD400;
	background-image:url('../graficos/interfaz/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}


/* Finish blockuote */
/* end PostQuote */

/* begin Button */
.button-wrapper .button
{
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:27px;
	margin:0 !important;
	padding:0 !important;
	overflow: visible;
	text-decoration: none !important;
	z-index:0;
}

.button-wrapper
{
	display:inline-block;
	position:relative;
	height: 27px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	z-index:0;
}

.firefox2 .button-wrapper
{
	display:block;
	float:left;
}

.button-wrapper .button
{
	display:block;
	height: 27px;

font-size: 12px;
font-style: normal;
font-weight: normal;
	white-space: nowrap;
	text-align: left;
	padding: 0 11px !important;
	line-height: 27px;
	text-decoration: none !important;
	color: #C9DE9C !important;
}

.button-wrapper.hover .button, .button:hover
{
	color: #000000 !important;
	text-decoration: none !important;
}

.button-wrapper.active .button
{
	color: #F0F0F0 !important;
}

.button-wrapper .l, .button-wrapper .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 81px;
	background-image: url('../graficos/interfaz/Button.png');
}

.button-wrapper .l
{
	left:0;
	right:12px;
}

.button-wrapper .r
{
	width:413px;
	right:0;
	clip: rect(auto, auto, auto, 401px);
}

.button-wrapper.hover .l, .button-wrapper.hover .r
{
	top: -27px;
}

.button-wrapper.active .l, .button-wrapper.active .r
{
	top: -54px;
}


/* end Button */

/* begin Footer */
.Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 946px;
	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('../graficos/interfaz/Footer.png');
	width: 946px;
	height: 48px;
	bottom:0;
	left:0;
}


.Footer .Footer-text p
{
	margin: 0;
}

.Footer .Footer-text
{
	display:inline-block;
	color:#FFFFFF;
	font-size: 11px;
}

.Footer .Footer-text a:link
{
	text-decoration: none;
	color: #DEEBC2;
	text-decoration: underline;
}

.Footer .Footer-text a:visited
{
	text-decoration: none;
	color: #C9DE9C;
	text-decoration: underline;
}

.Footer .Footer-text a:hover
{
	text-decoration: none;
	color: #F5F9F6;
	text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .page-footer a:hover
{
	font-size:10px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color:#799933;
}

.page-footer
{
	margin:1em;
	text-align:center;
	text-decoration:none;
	color:#878787;
}
/* end PageFooter */

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

.peque
{
	font-size: 10px;
}

hr {
	border: 0;
	color: #235937;
	background-color: #235937;
	height: 1px;
	text-align: left;
}

.sombra {
float:left;
margin:0px 10px 10px 0px;
padding:0 5px 5px 0; 
background: url(../graficos/interfaz/sombra.gif) no-repeat bottom right; 
} 

.sombra img {
display:block;
position:relative;
top: -3px; 
left:-3px;
padding:5px;
background: #fff;
border: 1px solid;
border-color: #ccc #666 #666 #ccc;
}

.sombrade {
float:right;
margin:0px 0px 0px 20px;
padding:0 5px 5px 0; 
background: url(../graficos/interfaz/sombra.gif) no-repeat bottom right; 
} 

.sombrade img {
display:block;
position:relative;
top: -3px; 
left:-3px;
padding:5px;
background: #fff;
border: 1px solid;
border-color: #ccc #666 #666 #ccc;
}

#adafad { width: 100%; }

form.consulta label {
	display: inline-block;
	line-height: 1.8;
	width: 210px;
	text-align: right;
	padding-right: 10px;
}

form.consulta fieldset {
	border: 0;
}

form.consulta fieldset p {
	list-style: none;
	padding: 5px;
	margin: 0;
}

form.consulta textarea {
border: 1px solid #484848; 
background:url("../graficos/iconos/text_bg.gif") repeat-x #484848;
color: #fff;
font-family: Arial, Helvetica, Sans-Serif;
font-size:11px;
width: 177px;
}


form.consulta input.submit {
	margin-left: 220px;
	width:100px;
}

div.error { display: none; }
input {
border: 1px solid #484848; 
background:url("../graficos/iconos/input_bg.gif") repeat-x #484848;
color: #fff;
	font-family: Arial, Helvetica, Sans-Serif;
font-size:11px;
}
input.checkbox { border: none }
input:focus { border: 1px dotted #fff; }
input.error { border: 1px dotted #ff0000; }

select{ 
font-size:11px; color:#fff; background-color: #235937; 
} 

#adafad label.error {
  	background:url("../graficos/iconos/error.gif") no-repeat 0px;
  	padding-left: 25px; 
  	font-weight: bold;
  	color: #ff0000;
	margin-left: 10px;
	width: auto;

}

#adafad label.checked {
	background:url("../graficos/iconos/ok.gif") no-repeat 0px;
}

#c5t_body {
    margin:0 auto;
    width:100%;
    text-align:center;
}

#c5t_body a:link,
#c5t_body a:visited,
#c5t_body a:active {
    text-decoration:none;
    color:#74A0FF;
}


#c5t_body a:hover {
    color:#74A0FF;
    text-decoration:underline;
}
#c5t_bodycontent{
    text-align:left;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size:100%;
    line-height:140%;
}
.c5t_system {
    padding:10px;
    width:800px;
    margin-bottom:10px;
    border:1px solid #FF0000;
    background-color:#FFF8F8;
}

.c5t_debug {
    padding:10px;
    margin-bottom:10px;
    border:1px solid #0070C0;
    background-color:#ECF0FF;
}


.c5t_comment_form_background {
	padding:8px;
	background-color:#F8F8F8;
	width:450px;
	margin-top:30px;
                border:1px solid #C0C0C0;
}

.c5t_comment_form_table {
    width:100%;
    padding:5px;
	background-color:#FFFFFF;
}

.c5t_comment_form_field input,
.c5t_comment_form_field select,
.c5t_comment_form_field textarea {
    width:375px;
background:url("../graficos/iconos/text_bg.gif") repeat-x #484848;
color: #fff;
    font-size:1em;
}

.c5t_comment_form_label {
    vertical-align:top;
    width:150px;
}

.c5t_comment_list {
    margin-bottom:10px;
}



.c5t_comment_item_background {
	padding:8px;
	background-color:#F8F8F8;
	width:895px;
	margin-top:30px;
    margin-bottom:10px;
    border:1px solid #C0C0C0;
}

.c5t_comment_item {
    padding:5px;
	background-color:#FFFFFF;
	overflow:auto;
}

.c5t_comment_item_details {
    font-size:100%;
}

.c5t_comment_item_text {
    margin-top:10px;
    margin-bottom:10px;
}



.c5t_comment_form_submit input {
    margin-top:20px;
}

.c5t_headline {
    font-size:110%;
}

.c5t_comment_item_title {
	margin:0 0 10px 0;
	font-weight:bold;
}


.c5t_error_message {
	color:#FF5F00;
}

.c5t_error_message_item {
	padding-bottom:10px;
}



.c5t_installation_form {
	margin-bottom:30px;
}

.c5t_installation_form legend {
	font-weight:bold;
}

.c5t_installation_form_label {
	font-weight:bold;
	width:160px;
}

.c5t_frontend_pagination {
	margin:15px 0 15px 0;
}

.c5t_frontend_pagination a {
	border:1px solid #cccccc;
	padding:3px 10px;
	text-decoration:none;
	font-size:90%;
	font-weight:bold;
	color:#0000ff;
}

.c5t_frontend_pagination span {
	border:1px solid #cccccc;
	padding:3px 10px;
	text-decoration:none;
	font-size:90%;
	font-weight:bold;
}

.c5t_frontend_pagination form {
	display:inline;
}
.c5t_frontend_pagination input {
	cursor:pointer;
	border:1px solid #cccccc;
	padding:2px 10px;
	text-decoration:none;
	font-size:90%;
	font-weight:bold;
	color:#0000ff;
	background-color:#FFFFFF;
}


.c5t_link_button {
	margin:15px 0 35px 0;
}

.c5t_link_button a {
	border:1px solid #cccccc;
	padding:3px 10px;
	text-decoration:none;
	font-size:90%;
	font-weight:bold;
}

.c5t_link_button a:hover {
	border:1px solid #cccccc;
	padding:3px 10px;
	text-decoration:none;
	font-size:90%;
	font-weight:bold;
	color:#6898FF;
	background-color:#F4F9FF;
}

input[type="submit"] {
background:url("../graficos/iconos/text_bg.gif") repeat-x #484848;
    color:#fff;
    text-decoration:none;

}

input[type="submit"]:hover {

}

.c5t_link_submit_button a:link,
.c5t_link_submit_button a:visited {
    color:#235937;
    text-decoration:none;
    padding:3px 5px;
}

.c5t_link_submit_button a:hover,
.c5t_link_submit_button a:active {
}


#c5t_language_selector {
    font-size:70%;
    line-height:140%;
    text-align:right;
    margin-bottom:25px;
}

#c5t_language_selector a {
    margin-left:5px;
}
