/* CSS Document */

/*__________________________________________página_______________________________________________________*/

#header_back {
	background-image:url(../imagenes/diseno_pagina/2010_headers/index_cursos.jpg);
	background-repeat:repeat-x;
}
#header {
	background:url(../imagenes/diseno_pagina/2010_headers/acec_logo.png);
}
#content {
	background: url(../imagenes/diseno_pagina/2010_headers/titulos/content_head_cursos.png) no-repeat top;
	background-color: #fff;
	z-index: 20;
}
#cuadernillo {
	float: right;
	width: 8.5em;
	margin: 0.8em 4px 0 0 ;
	font-size: 90%;
	line-height: 1.2em;
}
#side_pic_r {				/* Pics al lado del div 'content'  */
	position: absolute;
	height: 318px;
	left: 750px;
	top: 424px;
	z-index: 1;
}
#side_pic_l {
	position: absolute;
	height: 250px;
	top: 330px;
	left: -236px;
	z-index: 1;
}
#footer {
	background-color: #76864d;
}

#poem {								/*para centrar texto poco ancho en 'content'*/
	width: 15em;
	margin: 0 auto;
}
.poem {
	width: 25em;
	margin: 0 auto;
}

img {
	border: 0;
	}
	


#picture {
	position: absolute;
	width: 132px;
	height:426px;
	left: 10px;
	top: 1011px;
}

table {
		width: 90%;
		vertical-align: top;
		border-collapse:collapse;
		margin: 0 0 0.5em 3em;
		}

	
tr td { 
	border: 0;
	font-size: 90%;
	color: #333;	
	}
	
.dataTable {
	}
/*	__________________________________________________________Texto______________________________________________________________*/
#content p {
	color: #2c3449;
}


content h2 {
	margin-top: -30px;
}

.textbox1 {
	float: right;
	width: 40%;
	margin-left: 5px;
	padding: 10px 5px 10px 0;
	background-color: #959565;
	border: solid 2px #737343;
	font-style: italic;
	}
	
.textbox2 {
	float: left;
	width: 40%;
	margin-right: 5px;
	padding: 10px 5px 10px 0;
	background-color: #959565;
	border: solid 2px #737343;
	font-style: italic;
	}
	
.textbox3 {
	width: 92.5%;
	margin: 0;
	padding: 10px;
	background-color: #959565;
	border: solid 4px #737343;
	font-style: italic;
}
	
.textbox4 {
	width: 60%;
	margin-left: 100px;
	padding: 2em;
	background-color: #959565;
	border: solid 4px #737343;
	font-style: italic;
	}
	
#content p.textbox1 	{ color: #fff; }
#content p.textbox2		{ color: #fff; }
#content p.textbox3		{ color: #fff; }
#content p.textbox4		{ color: #fff; }
.whiteText {
	color:#fff;
	}
	
.whiteCenter16 {
	font-size: 2em;
	font-weight: bold;
	color: #fff;
	text-align: center;
}


/*________________________________________________________Navegación________________________________*/

ul.MenuBarHorizontal a {
	display: block;
	cursor: pointer;
	background-color: #97ab63;
	padding: 0.3px 0.75em;
	color: #333;
	text-decoration: none;
}
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus {
	background-color: #869c4c;
	color: #FFF;
}
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible {
	background-color:#869c4c;
	color: #FFF;
}

ul a: link, ul a: visited {
	font: bold 80%;
	color: #869c4c;
}
ul a: hover {
	font: bold 80%;
	color: #b9ca9d;
}
