
/* CSS Document */

/*__________________________________________página_______________________________________________________*/

#header_back {
	background-image:url(../imagenes/diseno_pagina/2010_headers/index_cursos.jpg);
	background-repeat:repeat-x;
	background-position: top;
}

#header { /*background:url(../imagenes/diseno_pagina/2010_headers/acec_logo.png);*/ }

#content {
	background-image:url(../imagenes/diseno_pagina/2010_headers/titulos/content_head_cursos.png);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #fff;
	z-index: 20;
}

#side_pic_r {
	background-image:url(../imagenes/diseno_pagina/2010_headers/sidepics/brujula.jpg);	/* Pics al lado del div 'content'  */
	background-repeat: no-repeat;
	position: absolute;
	height: 318px;
	left: 752px;
	top: 426px;
	z-index: 0;
	width: 195px;
}

#side_pic_l {
	background-image:url(../imagenes/diseno_pagina/2010_headers/sidepics/mapa.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 443px;
	width: 237px;
	top: 329px;
	left: -236px;
	z-index: 0;
}

#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: 70%;
	border: 1px solid #76864d;
	vertical-align: top;
	border-collapse:collapse;
	margin: 1em 0 1em 6em;
}

tr td {
	border-left: 1px solid #76864d;
	font: 90% Arial, Helvetica, sans-serif;
	color: #333;
	padding: .5em;
}

tr a:link, a:visited {
	text-decoration: none;
	color: #333;
}

tr a:hover {
	text-decoration: underline;
	color: #999;
}

tr:nth-of-type(odd) { background-color: #c4e2a7; }

/*	__________________________________________________________Texto______________________________________________________________*/
h6 {font: 80% Calibri, "Trebuchet MS", sans-serif;
	color: fff;
}

#content p { color: #2c3449; }

content h2 {
	text-align: left;
	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;
}

.emfasis { color: #111; }

.infoList {
	width: 90%;
	list-style:disc;
}
.infoList li {
	color: #222;
}
/*Navbar*/
ul#nav li {
	background-color: #98ad63;
	color: #444;
}

ul#nav li a { background-color: #76864d; }

/* this sets color on all hovered lists  */
#nav li:hover a, #nav li.over a, #nav li:hover li a:hover, #nav li.over li a:hover {
	color: #fff;
	background-color: #535e37;
}

/* set dropdown to default */
#nav li:hover li a, #nav li.over li a {
	color: #fff;
	background-color: #737343;
}

/*end of Navbar*/
/*Cuadernillo nav*/

