/* 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: */
/***************************/
TABLE,TR,TD,DIV,SPAN   { font-family: Verdana, Tahoma, Arial; font-size:10px; color: #000000;
}

body {
 background: #3A5988 url(home/fondo.jpg) no-repeat center;
}

.menu {
	font-family: Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
.titulos{
	font-family: Verdana, Helvetica, sans-serif;
	color: #2C4177;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.titulos2{
	font-family: Verdana, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	
}

.titulos3{
	font-family: Verdana, Helvetica, sans-serif;
	color: #000000;
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
	
}

.textos2{
	font-family: Verdana, Helvetica, sans-serif;
	color: #000000;
	font-size: 9px;
	text-decoration: none;
}
.pie{
	font-family: Verdana, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
}

.menu2{
	font-family: Verdana, Helvetica, sans-serif;
	color: black;
	font-size: 11px;
	text-decoration: none;
}

.tablacolor{ background-color: #71A3CF;}

.tablacolor2{ background-color: #DDDCDC;}

.tablacolor3{ background-color: #B1CBE3;}
	
.tablasep{ background-image: url(home/sep.jpg);}

.tablaeterno{ background-image: url(home/eterno.jpg);}

.sublink2{
	font-family: Verdana, Helvetica, sans-serif;
	color: #D82B27;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}
.sublink{
	font-family: Verdana, Helvetica, sans-serif;
	color: #6A818B;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}
H2, H3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #A10000;
	text-decoration: none;
}
H4, H5, P, TD, BLOCKQUOTE, INPUT, TEXTAREA, SELECT, { font-family: arial, helvetica; color: #A10000; }
PRE { font-family: monospace; }
P {
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
}
a { text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

FORM { margin: 0px 0px 0px 0px;}
P, PRE { margin: 0px 0px 0px 0px; }
P, TD, UL, OL {
	font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #000000;
}
INPUT, TEXTAREA, SELECT { 
	padding-left: 3px; 
	font-size: 10px; 
	color: #000000; 
	background-color: #BCD5EA; 
	border-style: none;
}

.button {
	padding-left: 3px; 
	font-size: 10px; 
	color: #000000; 
	background-color: #BCD5EA; 
	border: thin;

}
			
/******************/
/* Headers, plain */
/******************/
H1 { font-size: 20px; color: #A10000; }
H2 { font-size: 14px; color: #A10000; }
H3 { font-size: 12px; color: #FFFFFF; }
H4 { font-size: 11px; color: #A10000; }
H1, H2, H3, H4, H5, H6 { margin: 0px 0px 0px 0px; margin-top: 10px; }
H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader {
	margin-top: 0px;
	color: #A10000;
}

H2.csc-firstHeader{
	font-family: Arial, Helvetica, 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: #6A818B;
	line-height: 125%;
	font-family: Verdana, Helvetica, sans-serif;
	/*margin: 0 0 10px 0;	*/
}

TABLE P.bodytext {
	margin: 0 0 0 0;	
}

P.bodytext A {
	font-weight: normal;
}

/* 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: #000000;
}

/* RTE / Table styling */
TABLE.contenttable { border: 1px #000000 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: 11px; }
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(file:///C|/WINDOWS/Escritorio/Nueva carpeta/Buyper/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 #000000; }
TABLE.csc-uploads-3 TR.tr-odd TD.csc-uploads-icon IMG { border: 1px solid #000000; }
				


/*****************/
/* 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: #000000;
}
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 #000000;
	text-align: left;
	color: #000000;
	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: #000000; }

/* 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: #000000;
	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 #000000;
	text-align: left;
	color: #000000;
	font-size: 10px;
	display: block;
	clear: none;
	float: left;
}
span.csc-form-label-req { font-weight: bold; color: #000000; }
*/

/*****************************/
/* 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: #000000; text-decoration: none; }
DIV.csc-menu P A:hover { color: #000000; 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: Arial, Helvetica, 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: #CC3399; }
DIV.csc-menu-2 P.csc-sitemap-level3 A { color: #9966CC; }
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: #000000; }

/* 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: Verdana, Arial, Helvetica, 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: #000000; }



/****************************************/
/* 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; }

div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border: 1px solid #006699;
}

fieldset.csc-mailform{
	border: 0px;
}

fieldset.csc-mailform div.csc-mailform-field label{
	font-weight: bold;
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 10px;
	padding-top: 4px;
}
fieldset.csc-mailform div.csc-mailform-field input,
fieldset.csc-mailform div.csc-mailform-field textarea,
fieldset.csc-mailform div.csc-mailform-field select {
	margin-bottom: 6px;
	font: normal 11px arial, helvetica, sans-serif;
	width: 200px;
}

fieldset.csc-mailform div.csc-mailform-field input.csc-mailform-submit{
	margin-left: 160px;
	width: 100px;
}

.csc-uploads-icon a img{
	border: 0px;
}

.tablacolor p.bodytext, .tablacolor3 p.bodytext { color: black; }