

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	background: #F5F5F5 url(/images/bg-gris-oscuro.jpeg) repeat-x left top;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4D4D4D;
}

h1, h2, h3 {
	color: #666666;
}

h1 {
font-size: 18px;
}

h2 {
font-size: 16px;
}
h2 span	{color:#f22611; text-transform:uppercase; margin-right:5px}

h2 p	{display:inline; color:#666666; text-transform:uppercase; margin-left:20px; font-size: 12px;}

h3 {
}
h3 span	{color:#f22611; text-transform:uppercase; margin-right:5px;}

h4 {
}
h4 span	{color:#f22611; text-transform:uppercase; margin-right:5px}

blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 2em;
}

p {
	line-height: 15px;
	margin-bottom: 20px;
}
img
{
  border:0;
}

blockquote {
}

ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {text-decoration:none;color:#333333}
a:link{}
a:visited{}
a:hover {text-decoration:underline; color: #e00a23}
a:active{}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 960px;
	height: 45px;
	margin: 0 auto;
}

/* Logo */
#logo {
	float: left;
	width: 100px;
	margin: 0px;
	padding: 0px;
	
}

/* Slogan */
#slogan {
	float: left;
	width: 450px;
	margin: 0px;
	padding-left:10px;
}

#slogan h4 {
	margin: 0;
	padding: 0;
	font: normal 36px Georgia, "Times New Roman", Times, serif;
}

#slogan h5 {
	margin: 0 0 0 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#slogan a {
	text-decoration: none;
	color: red;
}

/* SOLO ESTE MENÚ ES greenforest*/

#menu {
	clear: left;
	width: 960px;
	height: 55px;
	margin: 40px auto 10px auto;
	background: url(/images/bg-menu-gris.jpeg) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: normal;
	text-shadow: 1px 1px 2px #999999;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	height: 35px;
	margin-right: 1px;
	padding: 16px 25px 0px 25px;
	background: url(/images/img04.gif) no-repeat right top;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	border: none;
    #display: inline-table;
    _display: inline-table;
}

#menu a:hover, #menu .current_page_item a {
	background: url(/images/bg-menu-naranja.jpg) repeat-x left top;
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	background: url(/images/bg-gris.jpg) repeat-y left top;
}

#page-bgtop {
	padding: 0px 0px 0px 20px;
}

/* Content */

#content {
	float: left;
	width: 600px;
	padding-top: 20px;
}
.post {
	background-color: #ffffff;
	margin: 0px 0px 30px 0px;
	padding: 10px;
}

.post .title {
	clear:both;
	margin:-20px auto 5px 5px;
	color:#f22611;
	font: normal 20px Georgia, "Times New Roman", Times, serif;
}

.post img {
	padding: 0px 0px;
}

.post .meta {
	margin-top:40px;
	text-align: right;
	font-weight: bold;
	color: #f22611;
}

.post .byline {
	padding: 10px 0 0px 0px;
	font-size: 12px;
	color: #666666;
}

/* 2 columnas */	
	UL.col2 
	{
	display: table;
	FLOAT: left; 
	padding: 0px 0px 0px 5px;
	MARGIN: 5px 0px; 
	WIDTH: 100%; 
	LIST-STYLE-TYPE: none 
	} 
	
	UL.col2 LI
	{
	font-size: 14px;
	background: url(/images/img-ul.gif) no-repeat left;
	padding: 2px 2px 2px 15px;
	DISPLAY: inline; 
	FLOAT: left;
	WIDTH: 40%; 
	text-decoration:none;
	}
	
	ul.col2 a:link,a:visited{
		text-decoration:none;
		color:#666666;
		font-weight: bold;
	}
	ul.col2 a:hover {
		text-decoration:underline;
		color:#b30e2a;
	}
	
.entry {
	margin-top:20px;
}


/* 3 columnas */	
	UL.col3 
	{
	FLOAT: left; 
	padding: 0px 0px 0px 5px;
	MARGIN: 5px 0px; 
	WIDTH: 100%; 
	LIST-STYLE-TYPE: none 
	} 
	
	UL.col3 LI
	{
	font-size: 14px;
	background: url(/images/img-ul.gif) no-repeat left;
	padding: 2px 2px 2px 15px;
	DISPLAY: inline; 
	FLOAT: left;
	WIDTH: 30%; 
	text-decoration:none;
	}
	
	ul.col3 a:link,a:visited{
		text-decoration:none;
		color:#666666;
		font-weight: bold;
	}
	ul.col3 a:hover {
		text-decoration:underline;
		color:#b30e2a;
	}
	
.entry {
	margin-top:20px;
}
/*para las subcategorias*/
ul.ulsubcat
{
	display: table;
	width: 175px;
	float: left;
}
ul.ulsubcat li
	{
	background: url(/images/img-li.gif) no-repeat left;
	LIST-STYLE-TYPE: none;
	line-height: 10px;
	display:table-cell;
	float: left;
	WIDTH: 98%; 
	font-size: 12px;
	font-weight:normal;
	color: #ffffff;
	padding-left: 10px;
	} 
ul.ulsubcat a:link,a:visited{
		text-decoration:none;
		color:#666666;
		font-weight: normal;
	}
ul.ulsubcat a:hover {
		text-decoration:underline;
		color:#b30e2a;
		font-weight: bold;
	}

/* Contenido Central Noticias y Boletin*/
.newsBoletin {
	width: 600px;
	height: 265px;
	background: url(/images/bg-noticias-home.png) no-repeat;
	margin-top: 5px;
	padding-left: 10px;
	}
.newsBoletin h2 {
display: inline;
}
.newsBoletin a {
		color:#999999;
		font-weight: bold;
}
#newsHome {
	float: left;
	width: 390px;
	margin: 10px 0px 10px 0px;
	color: #999999;
	font-size: 12px;
}

#newsHome a:link {
	text-decoration: none;
	color: #666666;
	font-size: 12px;
}
#newsHome a:hover {
	text-decoration: underline;
}

#newsHome li{
	line-height: 15px;
}

#bolHome {
	float: right;
	width: 190px;
	padding-left:20px;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
	margin: 20px 0px;
	padding: 0px 5px 10px 5px;
	background: #ffffff;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 1px;
}

#sidebar li ul {
	margin: 0px;
	padding: 0px 0px 40px 0px;
}

#sidebar li li {
	margin: 0;
	padding: 9px 0px;
	border: none;
	/*border-bottom: 1px solid #171717;*/
}

#sidebar h2 {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 160%;
	font-weight: normal;
	color: #c1bebd;
}

#sidebar h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 77%;
	color: #c1bebd;
}

#sidebar h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 67%;
	color: #c1bebd;
}

#sidebar p {
	margin: 0;
	line-height: normal;
	color: #D4C792;
}

#sidebar a {
	border: none;
	text-decoration: none;
	color: #333333;
}

#sidebar a:hover {
	text-decoration: underline;
}



/* Submenu */

#submenu {
}

/* News */

#news {
}

#news a {
	font-size: 85%;
}

/* Footer */

#footer {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	padding: 14px 0px 0px 0px;
	background: url(/images/img04.jpg) no-repeat left top;
	color: #9C9C9C;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	text-decoration: underline;
	color: #808080;
}

#footer a:hover {
	text-decoration: none;
}

/* --------------- BOTONES --------------- */

#button, #button:visited { /* botones genéricos */
margin-top: 10px;
background: #f23a09 repeat-x;
display: inline-block;
padding: 5px 10px 6px;
color: #FFF;
text-decoration: none;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-top: 0px;
border-left: 0px;
border-right: 0px;
border-bottom: 1px solid rgba(0,0,0,0.25);
position: relative;
cursor:pointer;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
border: none;
}

#button:hover { /* el efecto hover */
background-color: #CF2525;
color: #FFF;
}

#button:active{ /* el efecto click */
top: 1px;
}

/* botones pequeños */
.small.button, .small.button:visited {
font-size: 11px ;
}

/* botones medianos */
#button, #button:visited,.medium.button, .medium.button:visited {
font-size: 13px;
font-weight: bold;
line-height: 1;
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

/* botones grandes */
.large.button, .large.button:visited {
font-size:14px;
padding: 8px 14px 9px;
}

/* botones extra grandes */
.super.button, .super.button:visited {
font-size: 34px;
padding: 8px 14px 9px;
}

.pink.button { background-color: #E22092; }
.pink.button:hover{ background-color: #C81E82; }

.green.button, .green.button:visited { background-color: #91BD09; }
.green.button:hover{ background-color: #749A02; }

.red.button, .red.button:visited { background-color: #E62727; }
.red.button:hover{ background-color: #CF2525; }

.orange.button, .orange.button:visited { background-color: #FF5C00; }
.orange.button:hover{ background-color: #D45500; }

.blue.button, .blue.button:visited { background-color: #2981E4; }
.blue.button:hover{ background-color: #2575CF; }

.yellow.button, .yellow.button:visited { background-color: #FFB515; }
.yellow.button:hover{ background-color: #FC9200; }


/* inicio partners */

#logoParade
{
	clear: both;
	width: 600px;
	height: 45px;
	margin-top: 10px;
	position: relative;
}

#logoParade div.scrollableArea *
{
	float: left;
	padding-left: 10px;
}
/* fin partners */

#letraSombra
{margin-top: 10px; color: white; font-size: 16px; text-shadow: black 0.1em 0.1em 0.2em}
#letraSmallRight
{margin-top: 5px;color:gray; font-size: 12px; text-align:right;}
#letraSmallRight a
{color:#999999; text-decoration: underline;}


/*inicio abc*/

.firstUL{
	padding:0px 0px 0px 2px;
	margin:0px;
	background:transparent url(/images/bg-raya.jpg) scroll 0px -57px;
}

.firstUL li {
	background:transparent url(/images/link_sprite_img.png) no-repeat scroll 5px 0;
	display:inline;
	font-family:'Arial',Verdana,Tahoma;
	font-size:14pt;
	font-weight:bold;
	padding:10px 21px 22px;
	line-height:70px;
	cursor:pointer;
	margin:0 auto;
}

.firstUL li.selected{
	background:transparent url(/images/link_sprite_img.png) no-repeat scroll 5px -57px;
	color:#ffffff;
	font-weight:bold;
}

#contenedorNoticia{
	/*height:600px;*/
	margin:0 auto;
}
#contenedorNoticia h2{
font-size: 12px;
}

#contenedorNoticia .glossary-container{
	clear:both;
}

#contenedorNoticia .cont1{
	height:530px;
	overflow:auto;
	font-family:'Arial',Verdana,Tahoma;
	font-size:9pt;
	clear:both;
}

#contenedorNoticia .cont1 div{
	padding-left:10px;
}

.itemlistadoCursoAbc {
	overflow:auto;
    background-color: white;
    border-radius: 10px 10px 10px 10px;
    margin: 10px auto 0;
    width: 900px;
    padding: 5px;
}
.itemlistadoCursoAbc img{
margin:5px;
float:left;
}
#contenedorNoticia .cont1 div h2{
	margin-top:0px;
}

#contenedorNoticia .cont1 p.return-to-top{
	color:#0066FF;
	text-decoration:underline;
	text-align:right;
	margin-right:10px;
	cursor:pointer;
}

/*fin abc*/

.naranja{color:#f25009;}

#textarticulo li
	{
	LIST-STYLE-TYPE: none;
	line-height: 18px;
	float: left;
	WIDTH: 98%; 
	padding-left: 10px;
	text-align: justify;
}

#content a.rutaactiva{
color:#f23c09;
font-size: 10px;
text-transform: uppercase;
}
#content h2{display: inline; font-weight: 200;}
#content a.ruta{
color:#999999;
font-size: 10px;
text-transform: uppercase;
}

/* toolbar */
#toolheader {
	width: 960px;
	height: 65px;
	margin: 0 auto;
}

/* Logo */
#toollogo {
	float: left;
	width: 100px;
	margin: 0px;
	padding: 0px;
	
}

/* Slogan */
#toolslogan {
	float: left;
	width: 450px;
	margin: 0px;
	padding-left:10px;
}

#toolslogan h4 {
	margin: 0;
	padding: 0;
	font: normal 36px Georgia, "Times New Roman", Times, serif;
}

#toolslogan h5 {
	margin: 0 0 0 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#toolslogan a {
	text-decoration: none;
	color: red;
}
div.scr_esp_down{
	width:100%;
	height:90px;
	position:fixed;
	top:0;
	left:0;
	z-index:550;
	visibility:hidden;
}
			
div.scr_esp_down div{
	width:100%;
	height:65px;
	background: url(/images/bg-toolbar.jpg) repeat-x fixed;
	background-color: #333;
}

img.img_animate{
	display:none;		
}

div.atclear{
	clear: none;
}
.campos_input{
text-align: left;
}
input.gsc-input {
   border-color: #BBBBBB;
   height: 15px;
   -moz-border-radius:10px;-khtml-border-radius: 10px;-webkit-border-radius: 10px;border-radius:10px
}
input.gsc-search-button {
   border-color: #000000;
   background-color: #f23a09;
}
