/* tipo de letra general, tamaño 
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	overflow: visible;
	background-color: #738136;
	background-image: url(image/back.jpg);
	background-position: center top;
	background-repeat: no-repeat;

}*/
/* Estilo para el encabezado*/
#header {
	font-family: Arial, Helvetica, sans-serif;
	width: 960px;
	margin:			0 auto;	
}

/*Estilo para el menu tipo de letra, tamaño, color, imagen de bondo*/
#menu_02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F44D22;
	height: 44px;
	width: 960px;
	background-color: #FFFFFF;
	background-image: url(image/pr_bar_menu.jpg);
	background-repeat: no-repeat;
	margin:			0 auto;
}

/*Estilo para cambiar el color, tamaño, tipo de letra del menú derecho*/
.link_01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #385926;
	text-decoration: none;
}
/*Estilo para cambiar el color, tamaño, tipo de letra del menú derecho cuando pasamos el ratón sobre el link*/
.link_01:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #70805d;
}

/*Estilo para cambiar el color, tamaño, tipo de letra del menú superior*/
.link_menu01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #663333;
	text-decoration: none;
}

/*Estilo para cambiar el color, tamaño, tipo de letra del menú superior cuando pasamos el ratón sobre el link*/
.link_menu01:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F34E1F;
	text-decoration: none;
}

/*Estilo para cambiar el color, tamaño, tipo de letra de los link que aparecen en el pie de la página*/
.link_ft01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #E2E9BF;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}

/*Estilo para cambiar el color, tamaño, tipo de letra de los link que aparecen cuando pasamos el ratón sobre el link en el pie de la página*/
.link_ft01:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #F9FAED;
	text-decoration: underline;
}

#body {
	font-family: 			Arial, Helvetica, sans-serif;
	font-size: 				12px;
	font-weight: 			normal;
	color: 					#000000;
	background-color: 		#FFFFFF;
	background-image: 		url(image/pr_mnback.jpg);
	background-repeat: 		no-repeat;
	background-position: 	top;
	width: 					938px;
	text-align: 			center;
	vertical-align: 		top;
	padding-top: 			10px;
	padding-right: 			12px;
	padding-bottom: 		10px;
	padding-left: 			10px;
	margin-top: 			0;
	margin-right: 			auto;
	margin-bottom: 			0;
	margin-left: 			auto;
	position:	relative;
}
#body_presentacion {
	font-family: 			Arial, Helvetica, sans-serif;
	font-size: 				12px;
	font-weight: 			normal;
	color: 					#000000;
	background-color: 		#FFF;

	background-repeat: 		no-repeat;
	background-position: 	top;
	width: 					938px;
	text-align: 			center;
	vertical-align: 		top;
	padding-top: 			10px;
	padding-right: 			12px;
	padding-bottom: 		10px;
	padding-left: 			10px;
	margin-top: 			0;
	margin-right: 			auto;
	margin-bottom: 			0;
	margin-left: 			auto;
	position:	relative;
}


#bd_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	position: relative;
	width: 710px;
	color: #000000;
	float: left;
	height: 400px;
}

#bd_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 703px;
	position:		relative;
	background-color: #e3eed5;
	padding: 5px;
	color: #385926;
	/* float: left; */
}

#bd_leftCompleto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 930px;
	position:		relative;
	background-color: #FFF;
	padding: 5px;
	color: #FFF;
	/* float: left; */
}

#bd_left_in {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	position: relative;
	color: #000000;
	background-color: #FFF;
	padding: 5px;
	height: auto;
	width: auto;
	text-align: left;
	background-repeat: no-repeat;
}

/*Estilo para textos resaltados en otro color y con negritas*/
.textoSubrayadoVerde {
	font-weight: bold;
	color: #339933;
}

/*Estilo para la caja del menu derecho*/
#bd_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	position: relative;
	right:		0px;
	width: 206px;
	right: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/*Estilo del menu derecho*/
#lft_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	position:		relative;
	color: #1c4b04;
	background-color: #E3EED5;
	padding: 5px;
	width: 210px;
}

/*Pie de página tipo de letra, tamaño, color ancho y alto de la imagen*/
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #E3E8AE;
	width: 960px;
	height: 72px;
	text-align: left;
	margin:			0 auto;
	/*padding: 10px;
    background-color: #ffffff;	
	background-repeat: no-repeat;
	background-position: right;	
	background-image: url(img_bullying/footer.png);
    background-image: url(image/pr_footer.jpg);*/	
}
/*Estilo de sombra al final del pie de la página ojo este es una imagen*/
#ft_shadow01 {
	background-image: url(image/pr_lfoot.jpg);
	background-repeat: no-repeat;
	width: 960px;
	height: 27px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*Estilo para la frase Primara TIC, Proyectos Colaborativos*/
.ft_tx01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #D0C99D;
	padding-bottom: 10px;
}

/*Estilo del Copyright*/
.ft_tx02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	padding-bottom: 5px;
	padding-top: 5px;
}

/*Estilo de la tabla que contiene el menu*/
.tb01_left {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(image/mn_bck01.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #cedcc3;
}
/*Estilo de tipo, tamaño, color del menu derecho */
.tb01_ti01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-left: 5px;
	color: #1c4b04;
	height: 22px;
	text-align: left;
	vertical-align: middle;
}

/*Estilo de título en la tabla del menu derecho*/
.tituloMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #385926;
	margin-left:50px;
	margin-right:12px;
}

/*Estilo títulos dentro del contenido*/
.titulo01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #336633;
	margin-left:12px;
	margin-right:12px;
}

/*Estilo sub-títulos dentro del contenido*/
.sb_titulo01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #528237;
	margin-left:12px;
	margin-right:12px;
}

.txt_norm01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	margin-left: 12px;
	margin-right: 12px;
	text-align: justify;
}

.txt_norm02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #d57400;
	margin-left:12px;
	margin-right:12px;
	text-align:justify;
}


table.body td
{
	margin:		0px;
	padding:	0px;
}

.txt_norm01_cita {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	margin-left:12px;
	margin-right:12px;
	text-align: right;
}

.txt_norm01_derecha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	margin-left:12px;
	margin-right:12px;
	text-align: right;
}
.txt_norm01_centro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	margin-left: 12px;
	margin-right: 12px;
	text-align: center;
}

/*Tabla de Calendario*/

.tablitabordes {
	border-collapse:collapse; border-style:solid;
	border-radius:6px;
	border-color: #7A136B;
}
table.body td
{
	margin:		0px;
	padding:	0px;
}

/*Estilo de título, centrado*/
.tituloCetrado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #7A136B;
	text-align:center;
}
/*Estilo de título, Presentación*/
.tituloPresentacion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #F58987;
	text-align:center;
}
/*Estilo de título, Estrategia*/
.tituloEstatregia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #76B3C6;
	text-align:center;
}
/*Estilo de título, Proposito*/
.tituloProposito {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #9090C6;
	text-align:center;
}
/*Estilo de título, Calendario*/
.tituloCalendario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #AD0C90;
	text-align:center;
}
/*Estilo de título, Inscripciones*/
.tituloInscripciones {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #443985;
	text-align:center;
}
/*Estilo de título*/
.tituloMenu_negro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	margin-left:12px;
	margin-right:12px;	
	/*margin-left:50px;
	margin-right:12px;*/
}
.txt_norm01_morado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #A61389;
	/*margin-left: 12px;
	margin-right: 12px;*/
	text-align: justify;
}
.txt_norm01_verde {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #00C06A;
	/*margin-left: 12px;
	margin-right: 12px;*/
	text-align: justify;
}

/*Estilo para cambiar el color, tamaño, tipo de letra del menú superior*/
.link_sesion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #A61389;
	/*margin-left: 12px;
	margin-right: 12px;*/
	text-align: center;
}

/*Estilo para cambiar el color, tamaño, tipo de letra del menú superior cuando pasamos el ratón sobre el link*/
.link_sesion:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #A61389;
	/*margin-left: 12px;
	margin-right: 12px;*/
	text-align: center;
}
/*Estilo de título,cita*/
.titulocita{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #001A6E;
	text-align:center;
}


#listaItemsColapsables {
	list-style: none;
}

#listaItemsColapsables > li > h1 {
	color: #000;
	cursor: pointer;
}
#listaItemsColapsables > li > h1.colapsable {
	/* background: url("../imagenes/boton_triangulo.png") no-repeat center left transparent; */
	padding-left: 22px;  
}

/*NuevoS*/
#listaItemsColapsables > li > h1 {
	margin-bottom: 0;
}

.removerFloat {
	clear: both;
	height: 0;
	line-height: 0;
}
#listaItemsColapsables > li {
	padding-left: 0.5em;
}
.lista_acordeon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #A61389;
	text-align: left;
}