/* 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: */
/***************************/


h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #660a00;
	text-decoration: none;
}


h5, p, td, blockquote, input, textarea, select { font-family: Tahoma, arial, helvetica; color: #660a00; }
pre { font-family: monospace; }
p {
	color: #50524F;
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}
a { color: #660a00; }
a:hover, a:active {
	color: #660a00;
	text-decoration: underline;
}
form { margin: 0px 0px 0px 0px;}
p, pre { margin: 0px 0px 0px 0px; }
p, td, ul, ol {
	color: #50524F;
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}
input, textarea, select { padding-left: 5px; font-size: 10px; }

p.csc-linkToTop {
	background: url(servicios_y_areas_flecha_arriba.gif) no-repeat;	
}

p.csc-linkToTop a{
	margin-left: 25px;
}
			
/******************/
/* Headers, plain */
/******************/
h1 { font-size: 20px; color: #660a00; }
h2 { font-size: 14px; color: #660a00; }
h3 { font-size: 12px; color: #333333; }
h4 { font-size: 11px; color: #333333; }
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: #660a00;
}

/* 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 {
	color: #50524F;
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 125%;
}

table p.bodytext {
	margin: 0 0 0 0;	
}

p.bodytext a {
	font-weight: normal;
	color: #660a00;
}

/* 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: #50524F;
}

/* RTE / Table styling */
table.contenttable {  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; }

div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border: 1px solid #660a00;
}


/************************/
/* 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 #660a00; }
TABLE.csc-uploads-3 TR.tr-odd TD.csc-uploads-icon IMG { border: 1px solid #660a00; }
				


/*****************/
/* Various Forms */
/*****************/

/* Email, Login and Search forms generally: */
form#mailform fieldset{
	border: 0px;
}

form#mailform div.csc-mailform-field {
	margin: 3px 0 3px 0;
}

form#mailform div.csc-mailform-field label {
	width: 50px;
	text-align: right;
	display: block;
	float: left;
	margin-right: 10px;
	font-weight: bold;
}





form#mailform div.csc-mailform-field input.csc-mailform-submit {
	margin-left: 160px;
}

form#mailform div.csc-mailform-field span.csc-mailform-radio legend {
	display: none;
}
form#mailform div.csc-mailform-field span.csc-mailform-radio label{
	width: auto;
	display: block;
	float: left; clear: none;
}
form#mailform div.csc-mailform-field span.csc-mailform-radio input{
	display: block;
	float: left; clear: none;
}
/*****************************/
/* 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: #660a00; text-decoration: none; }
DIV.csc-menu P A:hover { color: #660a00; text-decoration: underline; }
DIV.csc-menu P.csc-section { font-weight: normal; margin-left: 20px; font-style: normal; }

/* 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:#660a00;
	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: #ffffff; }
DIV.csc-menu-2 P.csc-sitemap-level2 A { color: #660a00; }
DIV.csc-menu-2 P.csc-sitemap-level3 A { color: #660a00; }
DIV.csc-menu-2 P.csc-sitemap-level4 A { color: #660a00; }

/* Menu / Sitemap, "Section index (pagecontent w/Index checked)" */
ul.csc-menu-3 { margin: 0; padding: 0;}
ul.csc-menu-3 li {
	list-style: none;
}
ul.csc-menu-3 li.csc-section { 
	background: url(servicios_y_areas_flecha_abajo.gif) no-repeat;
	margin-left: 0px;
}
ul.csc-menu-3 li.csc-section a { color: #660a00; font-weight: bold; margin-left: 25px;}



/* 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: #660a00; }



/****************************************/
/* 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; }


