/* a fix for IE6 only - see Star Hack in Stylin' with CSS to see how the comments and * html hide this hack from other browsers \*/
* html * {
	zoom:100%; 
/* triggers IE6 "haslayout" - google 'IE6 haslayout' for details*/
	}
/* without the above hack, IE6 does not draw the header until the page is resized */
/* the problem is triggered by the universal * selector below that resets the margins, but I need to do that, hence the hack */
* {
	margin:0;
	padding:0;
	}
body {
	font: 1em Lucida, Arial, sans-serif; /* 1em = 16pts */
}
.float_left {float:left; margin: 0 .3em .3em 0;}      /* apply this class to any image or element with width - text will wrap it to the right */
.float_right {float:right;  margin: 0 0 .3em .3em;} /* apply this class to any image or element with width  - text will wrap it to the left */

/* DEFAULT TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */
body {background-color:#FFF;}
#contenedor_principal {background-color:#FFF;}
#encabezamiento {background-color:#FFF;}
#navegacion {background-color:#FFC200;}
#contenido {background-color:#F8F8FF;}
#promocion {background-color:transparent;}
#pie {background-color:#C0C0C0;}

h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: 'Trebuchet MS', Verdana,  serif;
	} 
/* TEXT COLORS */
h1 {
	color:#666;
	}
h2, h3, h4, h5 {
	color:#808073;
	}
h6 {
	color:#000;
	}
p {
	color:#696969;
	}
ul, ol, dl, blockquote, cite {
	color:#808073;
	}
#navegacion ul, #navegacion a {
	color:#FFF;
	}
table, form {
	color: #BFBFAC;
	}
a {
	color:#808073;
	}
a:hover, #navegacion a:hover {
	color:#000;
	}	
#pie p {
	margin:0;
	}

/* CLASS:claroscuro estilos de etiquetas - font sizes, margins, padding, etc. */
/* NOTA: los colores de texto van despues */
body.claroscuro {background-color: #333333} /*; background-image:url('../Imagenes_pres/logo_co_fondo.png')} */
.claroscuro #contenedor_principal {background-color:#333333;}
.claroscuro #encabezamiento {background-color:#FFF} /* {background-image:url(../Imagenes_pres/Fondo_abstracto.png); position:relative} */
.claroscuro #navegacion {background-color:#FFC200;}
.claroscuro #contenido {background-color:#333333;}
.claroscuro #promocion {background-color:#696969;}
.claroscuro #pie {background-color:#333333;}

h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: 'Trebuchet MS', Verdana,  serif;
	} 
/* CLASS:Claroscuro TEXT COLORS */
.claroscuro #nombre_editorial {
  color:#696969;
	font-family:Palatino,'Century Gothic';
	font-size:2.5em;
	float:right;
	margin-top:2px;
	margin-bottom:2px;
	}
.claroscuro #nombre_cursos {
  color:#FFC200;
	font-family:Palatino,'Century Gothic';
	font-size:2.5em;
	float:right;
	margin-top:5px;
	margin-bottom:2px;
	}
.claroscuro #boton {
  color:#FF9900;
	font-family:Palatino,'Century Gothic';
	font-size:2.5em;
	margin-top:5px;
	margin-bottom:2px;
	background-color:#FF9900;
	}
.claroscuro #boton a:hover {
	color:#CCCCCC;
	}
.claroscuro #encabezamiento img {
	float:left;
	}
.claroscuro h1 {
	color:#565656;
	}
.claroscuro h2, .claroscuro h3, .claroscuro h4, .claroscuro h5 {
	color:#146B6B;
	}
.claroscuro h6 {
	color:#565656;
	}
.claroscuro p {
	color:#696969;
	}
.claroscuro ul, .claroscuro ol, .claroscuro dl, .claroscuro blockquote, .claroscuro cite {
	color:#7D3E3E;
	}
.claroscuro #navegacion ul, .claroscuro #navegacion a {
	color:#FFF;
	}
.claroscuro #promocion ul, .claroscuro #promocion a {
	color:#FFF;
	}
.claroscuro table, .claroscuro form {
	color: #FFF;
	font-size:0.875em;
	line-height:1.25;	
	}
.claroscuro a {
	color:#FFF;
	text-decoration:none;
	}
.claroscuro a:hover {
	color:#FFDD73;
	}	
.claroscuro #navegacion a:hover {
	color:#696969;
	}
.claroscuro #promocion a:hover {
	color:#FFC200;
	}	


/* FONT SIZES */
h1 {font-size:1.5em; /* 24pt */
    margin-bottom:.6em; /* 12pts of space */		       
	}
h2 {font-size:1.375em; /* 22pt */
	line-height:1.25;
	padding:.5em 0 0 0;	
	}
h3 {font-size:1.25em; /* 20pt */
	line-height:1.25;
	}
h4 {font-size:1.125em; /* 18pt */
	}
h5 {font-size:1em; /* 16pt */
	}
h6 {font-size:.875em; /* 14pt */
	}
p  {
	font-size:.85em; /* 12pt */
	line-height:1.25; /* on 15pt */
	margin-bottom:.75em; /* 12pts of space */
 	}
a {
	
	}
a:hover {
	text-decoration:none;
	}
/* basic list styling - more-styled lists in list.css */
ul, dl, ol {
		margin:0 1em .75em 1em; /* lists without specific classes */
		font-size:.8em;
		line-height:1.5;}
li, dd {
		padding:0em 0; /* lists without specific classes */
		margin-left:2em;
		}
#navegacion ul, #navegacion dl, #navegacion ol {
		margin:.5em 1em .75em 0.1em; /* lists without specific classes */
		font-size:0.95em;
		}
#navegacion li {
	list-style-type:none;
	margin-left:0;
	padding:.3em 0;
	}
#navegacion a {
    text-decoration:none;
	}
#promocion ul, #promocion dl, #promocion ol {
		margin:.5em 1em .75em 1.0em; /* lists without specific classes */
		}
#promocion li {
	list-style-type:none;
	margin-left:0
	}
.formulario {
	font-family:inherit;
	font-size:inherit;
	margin-top:5px;
	margin-bottom:2px;
	background-color:#FF9900;
	}
.formulario p {
	font-size:0.83em;
}
dt {font-weight:bold;}

code {font-size:1.25em;}
* html code {font-size:1.1em;} /* default size is smaller in IE */
	
cite {
	font-size:.85em;
	font-style:italic;
	}
blockquote {
	border-top:2px solid;
	border-bottom:2px solid;
	width:50%;
	margin:1em 0 1em 20%;
	padding:.3em 1em;
	}
blockquote p {
	margin-bottom:.1em;
	}
blockquote p:before { /* IDWIMIE 6 and 7 */
	content: open-quote;
	color:#cccc8f;
}
blockquote p:after {  /* IDWIMIE 6 and 7 */
	content: close-quote;
	color:#366;
}
blockquote cite {
	font-size:.85em;
	}
abbr, acronym {
	border-bottom:1px dashed #000;
	cursor:default;
	}
address {
	margin:0 1em .75em 1em;
	}
img {
	border:0;
	}
p.error {
	color:red;
}
p.textophp {
	font-style: italic;
}

/* basic table styling  - more-styled tables in tables.css */
table caption {
	font-weight:bold;
	font-size:1em;
	margin-top:.6em;
	}
table {
	margin: .3em 1em 1em 1em;
	border-top:1px solid #069;
	border-collapse:collapse;
	font-size:.8em;
	}
table th	{
	padding: .3em .5em .3em .5em;
	border-bottom:2px solid #069;
	}
table td	{
	padding: .3em .5em .3em .5em;
	border-bottom:1px solid #069;
	}
/* THE ALSETT CLEARING METHOD */
	.clearfix:after {
 content: “.”;
 display: block; 
 height: 0;
 clear: both;
 visibility: hidden;
}
.clearfix {display: inline-table;}
/* backslash hack hides from IE mac \*/ LEAVE THIS COMMENT RIGHT HERE! 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end backslash hack */ 








