
/*
	Metodología CSS: http://wiki.trevenque.es/index.php/Desarrollo_Web
	
	Cristina López - GTK
	
	_Grid genérico, elementos de contenido, bloques (border+background)
*/
.clear{clear:both;}
.clear2{clear:both; margin:0; padding:0; height:1px;} /* mas eficaz para IE */
.inline *{display:inline;}
.floatl, .left{float:left;}
.floatr, .right{float:right;}
.hidden, .ocultar{display:none}
.align-right{text-align:right;}
.align-justify{text-align:justify;}
.align-center{ text-align:center;}
.align-left{ text-align:left;}

/*estilos nuevos sólo para cursos*/
body{ background:url(img_2011/bg_cursos.png) repeat-x; height:100%}
html{ height:100%}
#container {width:975px; padding-left:0}
#container2{width:975px;margin:0 auto; display:block; clear:both; overflow:hidden;padding:0 0 70px 0;min-height: 75%;}

#center{width:700px;background:url(images_cu/bg_home.png) no-repeat 60px 0; padding:17px 0 0 75px;}
div>#center{width:719px;}
.breadcrumb{ display:none}

#content {width:719px;}



#top {

background:transparent;
height:224px;
padding:0;
width:705px;
overflow:hidden
}
.imagen_index{ float:left; width:482px;}
.texto_index{ float:left; width:176px;font: normal 1em Arial; color:#333; padding:20px 0 0 24px}
#center .texto_index h4{ font: italic bold 1.16em Georgia, "Times New Roman", Times, serif; color:#D1008A;}

/* HOME CURSOS*/
/* Menu distribuidores*/

#content ul.menu{ margin:40px 0 0 0 ; padding:0; list-style-type:none}
#content ul.menu li{ width:335px; height:82px;margin:0 0 22px 0;text-decoration:none; line-height:1.2em;}
#content ul.menu li.left{ float:left; }
#content ul.menu li.right{ float:right; /*argin-right:20px*/}
#content ul.menu a{ text-decoration:none; color:#000; font-size:0.9em}
#content ul.menu a:hover, #content ul.menu a:hover strong { text-decoration:underline}
#content ul.menu a span.image{ float:left; margin-right:25px;}
#content ul.menu a strong { color:#009999; font: normal 1.45em Georgia, "Times New Roman", Times, serif;margin-bottom:4px; clear:right; display:block; line-height:1.1em;}


/*noticia blog***********************/
.news-latest-container { width:715px;padding:19px 0 0 0;display:block;background:url(images/separa_index.gif) repeat-x left top}
.news-latest-container .titulo a{ width:100%; height:24px; padding-bottom:9px;display:block;text-indent:-9000px;background: url(images/sprite.png) no-repeat -647px -576px;}
.news-latest-container .news-latest-date{display:none}
#content .news-latest-container h2{ font: italic bold 1.33em Georgia, "Times New Roman", Times, serif; color:#333; margin-bottom:0; text-decoration:none}
#content .news-latest-container a{color:#333; text-decoration:none}
#content .news-latest-container a:hover{ text-decoration:underline}
.news-latest-gotoarchive{ display:none}
