/* TYPO3 CVS id: $id$ */
/* Template stylesheet which can be used for new sites */
/* Make a copy of this stylesheet to some other location, modify it and use it from there! */

/***************************/
/* General element styles: */
/***************************/
H2, H3 {
	font-family: "Tahoma", Arial Black, sans-serif;
	color: #6C6A4D;
	text-decoration: none;
}
H4, H5, P, TD, BLOCKQUOTE, INPUT, TEXTAREA, SELECT { font-family: "Tahoma", Arial Black, sans-serif; color: #6C6A4D; }
PRE { font-family: monospace; }
P {	color: #6C6A4D;	font-family: "Tahoma", Arial Black, sans-serif;
	/*font-size: 10px;
	line-height: 120%;*/
}
A { color: #FF6600; }
A:hover, A:active {	color: #6E7A2E;	 text-decoration: underline;}
FORM { margin: 0px 0px 0px 0px;}
/* P, PRE { margin: 0px 0px 0px 0px; }*/
P, TD, UL, OL {
	font-size: 12px;
	font-family: Tahoma, Helvetica, sans-serif;
	color: #6C6A4D;
}
INPUT, TEXTAREA, SELECT { padding-left: 5px; font-size: 10px; }

			
/******************/
/* Headers, plain */
/******************/
H1 { font-size: 20px; color: #6C6A4D; }
H2 { font-size: 14px; color: #6C6A4D; }
H3 { font-size: 12px; color: #6C6A4D; }
H4 { font-size: 11px; color: #6C6A4D; }
H1, H2, H3, H4, H5, H6 { margin: 0px 0px 0px 0px; margin-top: 10px; margin-bottom: 2px; }
H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader {
	margin-top: 0px;
	color: #6C6A4D;
}

H2.csc-firstHeader{
	font-family: "Tahoma", Arial Black, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
/* Headers, with link */
H1 A, H2 A, H3 A, H4 A, H5 A { text-decoration: underline; }
/*H2 A {  }
H3 A {  }
H4 A {  }*/
H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover { text-decoration: underline; }

/*******************/
/* RTE / Bodytext: */
/*******************/
P.bodytext {
	font-size: 10px;
	
	color: #6C6A4D;
	/* color: #FF6600;
  line-height: 125%; */
	font-family: "Tahoma", Arial Black, sans-serif;
	/*margin: 0 0 10px 0;	*/
}

TABLE P.bodytext {	margin: 0 0 0 0;	}

P.bodytext A {	font-weight: normal;	color: #6C6A4D;}

/* RTE / Bulletlists */
UL { margin-top: 0px;  }
UL UL LI { font-size: 10px; }
OL { margin-top: 0px; }
LI {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	color: #666666;
}

/* RTE / Table styling */
TABLE.contenttable { border: 1px #FF6600 solid; margin: 10px 0px 10px 0px; width: 100%; 
	clear: both;
}
TABLE.contenttable TR TD { padding: 0px 3px 0px 3px; }
TABLE.contenttable TR TD P.bodytext { font-size: 10px; }
TABLE.contenttable TR { background-color: #FFFFFF; }

/**********/
/* Images */
/**********/

/* Images / Captions */
P.csc-caption {
	font-size: 9px;
	font-style: normal;}

/* Images / Tables / Floating text */
TABLE.imgtext-table { border: 0px; }

/* Images / Tables / Wrapped text */
/* When "Text w/Image" elements are wrapping the text into a table the top-margin of Hx elements should be transferred to the wrapping table instead. This is done here: */
TABLE.imgtext-nowrap { border: 0px; }
TABLE.imgtext-nowrap H1, TABLE.imgtext-nowrap H2, TABLE.imgtext-nowrap H3, TABLE.imgtext-nowrap H4, TABLE.imgtext-nowrap H5 { margin-top: 0px; }


/************************/
/* Filelinks, generally */
/************************/
TABLE.csc-uploads {
	border: 0px;
	list-style-position: inside;
	list-style-image: url(../images/topupload.gif);
	list-style-type: disc;
}
TABLE.csc-uploads TR TD P { /*color: #4040FF;*/ }
TABLE.csc-uploads TR TD { vertical-align : top; }
TABLE.csc-uploads TR.tr-even { /*background-color: #EDEBF1; */}
TABLE.csc-uploads TR.tr-odd { /*background-color: #D8D7DC;*/ }
TABLE.csc-uploads TR TD.csc-uploads-icon { padding-left: 6px; padding-right: 6px; width: 1%; text-align: center; vertical-align: top; }
TABLE.csc-uploads TR TD.csc-uploads-fileName {
	width: 80%;
	padding-left: 5px;
	text-transform: lowercase;
}
TABLE.csc-uploads TR TD.csc-uploads-fileName {
	width: 100%;
}
TABLE.csc-uploads TR TD.csc-uploads-fileName P A { font-weight: bold; }
TABLE.csc-uploads TR TD.csc-uploads-fileName P.csc-uploads-description { font-style: italic; }
TABLE.csc-uploads TR TD.csc-uploads-fileSize { white-space: nowrap; padding-left: 6px; padding-right: 6px; }

/* Filelinks, specifically */

TABLE.csc-uploads-1 { border-color: #186900; }

TABLE.csc-uploads-2 { border-color: #10007B; }

TABLE.csc-uploads-3 { border-color: #8A0020; }
TABLE.csc-uploads-3 TR TD { vertical-align: middle; }
TABLE.csc-uploads-3 TR.tr-even TD.csc-uploads-icon IMG { border: 1px solid #FF6600; }
TABLE.csc-uploads-3 TR.tr-odd TD.csc-uploads-icon IMG { border: 1px solid #FF6600; }
	
/*****************/
/* Various Forms */
/*****************/

/* Email, Login and Search forms generally: */
FORM TABLE TR TD { padding-left: 5px; padding-right: 20px; }
FORM TABLE TR TD.csc-form-labelcell, FORM TABLE TR TD.csc-form-commentcell {
	text-align: right;
	font-weight: normal;
	color: #FF6600;
}
FORM TABLE TR TD.csc-form-fieldcell INPUT, FORM TABLE TR TD.csc-form-fieldcell SELECT, FORM TABLE TR TD.csc-form-fieldcell TEXTAREA {
	border: 1px solid #FF6600;
	text-align: left;
	color: #666666;
	font-size: 10px;
}
FORM TABLE TR TD.csc-form-fieldcell{ font-weight: normal; color: black;}
FORM TABLE TR TD.csc-form-labelcell P.csc-form-label-req { font-weight: bold; color: #6C6A4D; }

/* Email form, specifically */
FORM TABLE.csc-mailform TR TD.csc-form-labelcell  {
	text-align: right;
}

/* FORM de correo accesibles (por ahora dan problemas) */
/*
div.csc-form-row {
	float: left;
	clear: none;
	margin: 2px 0px 2px 0px;
	width: 100%;
	height:auto;
}
span.csc-form-labelcell, span.csc-form-commentcell {
	text-align: right;
	font-weight: normal;
	color: #FF6600;
	display: block;
	width: 100px;
	margin-right: 10px;
	clear: none;
	float: left;
}
span.csc-form-fieldcell INPUT, span.csc-form-fieldcell select, span.csc-form-fieldcell TEXTAREA {
	border: 1px solid #FF6600;
	text-align: left;
	color: #666666;
	font-size: 10px;
	display: block;
	clear: none;
	float: left;
}
span.csc-form-label-req { font-weight: bold; color: #6C6A4D; }
*/

/*****************************/
/* Menu / Sitemap, generally */
/*****************************/
DIV.csc-menu { margin-left: 10px; }
DIV.csc-menu P { font-size: 10px; font-weight: bold; margin: 1px 0px 0px 0px; padding: 2px 2px 2px 10px; }
DIV.csc-menu P A { color: #FF6600; text-decoration: none; }
DIV.csc-menu P A:hover { color: #6C6A4D; text-decoration: underline; }
DIV.csc-menu P.csc-section { font-weight: normal; margin-left: 20px; font-style: italic; }

/* Menu / Sitemap, "Menu of these pages" */
DIV.csc-menu-def P {  }

/* Menu / Sitemap, "Menu of subpages to these pages" */
DIV.csc-menu-1 {}
/* Menu / Sitemap, "Sitemap" */
DIV.csc-menu-2 {
font-family: "Tahoma", Arial Black, sans-serif;
	font-weight: bolder;
}
DIV.csc-menu-2 P.csc-sitemap { }
DIV.csc-menu-2 P.csc-sitemap-level1 {
	padding-left: 20px;
	background-color:#EBE7EC;
	text-transform: uppercase;
}
DIV.csc-menu-2 P.csc-sitemap-level2 { padding-left: 40px; }
DIV.csc-menu-2 P.csc-sitemap-level3 { padding-left: 60px; }
DIV.csc-menu-2 P.csc-sitemap-level4 { padding-left: 80px; }
DIV.csc-menu-2 P.csc-sitemap-level1 A { color: #0066CC; }
DIV.csc-menu-2 P.csc-sitemap-level2 A { color: #AE8B00; }
DIV.csc-menu-2 P.csc-sitemap-level3 A { color: #7D7046; }
DIV.csc-menu-2 P.csc-sitemap-level4 A { color: #8A0020; }

/* Menu / Sitemap, "Section index (pagecontent w/Index checked)" */
DIV.csc-menu-3 { }
DIV.csc-menu-3 P.csc-section { margin-left: 0px; }
DIV.csc-menu-3 P.csc-section A { color: #8A8762; }

/* Menu / Sitemap, "Menu of subpages to these pages (with abstract)" */

DIV.csc-menu-4 P { margin-top: 2px; font-weight: bolder; }
DIV.csc-menu-4 P.csc-abstract {
	font-weight: normal;
	font-style: normal;
	margin-top: 0px;
	padding: 0px 2px 2px 20px;
	font-family: "Tahoma", Arial Black, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}

/* Menu / Sitemap, "Recently updated pages" */
DIV.csc-menu-5 { }

/* Menu / Sitemap, "Related pages (based on keywords)" */
DIV.csc-menu-6 { }

/* Menu / Sitemap, "Menu of subpages to these pages + sections" */
DIV.csc-menu-7 { }
DIV.csc-menu-7 P { font-weight: bold; }
DIV.csc-menu-7 P.csc-section A { color: #FF6600; }

/****************************************/
/* Frontend editing / TYPO3 Admin Panel */
/****************************************/
IMG.frontEndEditIcons { vertical-align: middle; margin: 0px 2px 0px 2px; } 

/* Default styles for the Admin Panel */

TABLE.typo3-adminPanel {
	border: 1px solid black;
	background-color: #F6F2E6;
	position: relative !important;
	float: none;
	clear:both;
}
TABLE.typo3-adminPanel TR.typo3-adminPanel-hRow TD { background-color: #9BA1A8; }
TABLE.typo3-adminPanel TR.typo3-adminPanel-itemHRow TD { background-color: #ABBBB4; }
TABLE.typo3-adminPanel TABLE, TABLE.typo3-adminPanel TD { border: 0px; }
TABLE.typo3-adminPanel TD FONT { font-family: verdana; font-size: 10px; color: black; }
TABLE.typo3-adminPanel TD A FONT { font-family: verdana; font-size: 10px; color: black; }			
TABLE.typo3-editPanel { border: 1px solid black; background-color: #F6F2E6; }
TABLE.typo3-editPanel TD { border: 0px; }

/*Frutas Bolaņos*/
BODY {
	background: #e7e7e7;
	margin: 10px;
	background-image: url(../ima/grad_bg.jpg);	
}
#page {
	border-right: #a0a080 1px; 
	border-top: #a0a080 1px solid;
	background: #ffffff; 
	margin-left: auto; border-left: #A3A384 1px; 
	width: 740px; margin-right: auto; 
	border-bottom: #a0a080 1px solid; 
}
.blanco {   background-color: #ffffff; }
.gris4 {	background-color: #666666; height: 1px; font-size: 1px; }
.gris5 {	background-color: #e9e9e9;	height: 1px; font-size: 1px; }
.azul1 {	background-color: #FF6600}

/***************************/
/* Menu Principal: */
/***************************/
.txtblanco {
	font-size: 12px;
	color: #FF6600;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-weight: bold;
	
}
.txtblanco:link {	text-decoration: none}
.txtblanco:visited {	text-decoration: none}
.txtblanco:hover {	text-decoration: underline;	color: #6E7A2E;}
.txtazulbold {
	font-weight: bold;
	font-size: 12px;
	color: #6C6A4D;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: justify;
}
/***************************/
/* Menu Productos: */
/***************************/
.txtproducto {
	font-size: 12px;
	color: #FF6600;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	text-align: justify;
	background-color: #F7F7EE;
	background: #F7F7EE;
}

.txtfondo {
	font-weight: bold;
	font-size: 12px;
	color: #FF6600;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	text-align: justify;
	background-color: #E4E2D5;
	background: #E4E2D5;
}
.txtnaranjaproducto {
	font-size: 12px;
	color: #E47E3B;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	text-align: justify;
	background-color: #EEF7FC;
	background: #EEF7FC;
}
.txtnaranjahome { 
	font-weight: bold;
	font-size: 16px;
	color: #FF6600;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	
}
.tablecenter {	font-family: Tahoma, Helvetica, Arial, sans-serif;	text-align: center;}
.txtblancoproducto {
	font-size: 12px;
	color: #FF6600;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.txtblancoproducto:hover {	text-decoration: none;	color: #6E7A2E;}
.txtblancoproducto:link {	text-decoration: none}

/***************************/
/* Imagenes de Fondos: */
/***************************/
.fondobarra {
	/*font-size: 11px;
	color: #FFFFFF;
	font-family: Tahoma, Helvetica, Arial, sans-serif;*/
/*	font-weight: bold;*/
	background-image: url(../ima/fondo_barra.jpg);
}
.fondoblanco {
	color: #FFFFFF;
	background-color: #FFFFFF;
}

.fondobarratop {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-weight: bold;
	background-image: url(../ima/fondo_rayas.gif);
}
.fondocano {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-weight: bold;
	background-image: url(../ima/hom1.jpg);
}
/***************************/
/* Estilo de Footer */
/***************************/
.txtblancomenor {
	font-size: 11px; 
	color: #0459B2; 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.txtblancomenor:link {	text-decoration: none }
.txtblancomenor:visited { text-decoration: none }
.txtblancomenor:hover {	text-decoration: underline;	color: #999999; }
.gris1 { border: 1px solid #D7D7D7; }

#tb01 { background-color: #666666; height: 1px; font-size: 1px;}
#tb02 { background-color: #DFE6E9;}
#tb03 { background-color: #E22308; font-size: 1px;}
#tb04 { background-color: #FFFFFF; font-size: 1px;}
#tb05 { font-size: 1px;}
#tb06 { background-color: #8C9AA5;}
