	/*
verde claro= #ECFFF8
Verde oscuro = #D9ECEC
Rojo = #ff0000
*/

* {margin: 0; padding: 0;}

/**************************************** Main structure ****************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;;
	background-color:white;
/*	background-image: url(images/background_body.gif);		*/
}

#container {
	width: 784px;
	margin: auto;
	font-size: 1.2em;
}

#top_nav {
	background-image: url(images/nav_top.jpg);
/*	padding-top: 5px;*/
}

#header {
/*	margin-left:5px;	*/
	background-image: url(images/header2.gif);
	height: 85px;
}

#main_nav {
	background-image: url(images/main_nav.jpg);
	height: 56px;
}

#contentwrapper_foro {
	background-image: url(images/contentwrapper_foro.jpg);
	background-repeat: repeat-y;
}

#contentwrapper{
	background-image: url(images/contentwrapper.jpg);
	background-repeat: repeat-y;
}

#left {
	float: left;
	width: 160px;
	padding-top: 10px;	/*cercania con el menu*/
	margin-left: 15px!important;
	font-size: 0.9em;
}

#right {
	float: right;
	width: 160px;
	padding-top: 10px;
	margin-right: 15px!important;
	font-size: 0.9em;
}

#content {
	margin-right: 200px;
	margin-left: 200px;
/*	border:solid;		*/
/*	padding: 5px 0;*/
}
#content2 {
	margin-right: 15px;
	margin-left: 15px;
}

#info_personal {
	margin-left: 185px!important;
	margin-right: 185px!important;
	padding-left:10px;
	font-size: 12px;
}

img.imagen_personal {
	background-color:#ededbc;
	float: right;
	padding:5px;
	margin-right:6px;
/*	border:solid;	*/
/*	margin-top:0px;	*/
}
/*----------- noticias -------------*/
#ver_noticia {
	margin-left: 8px!important;
	margin-right: 8px!important;
	font-size: 12px;
	font-family: "Tahoma", Courier, monospace;
	text-align:justify;
	background-color:#eeedee;
	padding-left:5px;
	padding-bottom:5px;
	margin-bottom:10px;
/*	border:solid;	*/
}

img.imagen_noticia {
	float: right;
	padding-top:0px;
	padding-bottom:8px;
	padding-left:15px;
/*	border:solid 1px;	*/
}

#titulo_noticia {
	width:200px;
	color:#9a0500;	
	font-size: 12px;
	font-family: "Verdana", Courier, monospace;
	text-transform: uppercase;
	text-align: center;
	background-color:#e9e7e8;
	padding-top:4px;
/*	border: 1px solid red;	*/
}

#fecha_noticia {
	width:200px;
	font-size: 10px;
	font-family:"Tahoma", Courier, monospace;
	font:bold;
	text-align: center;
	background-color:#ededbc;
	margin-right:90px;
	margin-top:10px;	
	color:#FF0000;	
}

#organizador_evento {
	font-size: 10px;
	font:bold;
	text-align: left;
	background-color:#ededd4;
	margin-right:90px;
	margin-top:1px;
	padding-left:3px;
	width:250px;
	color:#458159;
}

#lugar_evento {
	font-size: 10px;
	font:bold;
	text-align: left;
	background-color:#ebebdf;
	margin-right:90px;
	margin-top:1px;
	padding-left:3px;
	width:250px;
	color:#458159;
}


#contenido_noticia {
	font-size: 12px;
	font-family:"Tahoma", Courier, monospace;
	font:bold;
	text-align: justify;
	padding-top:10px;
	padding-bottom:0px;
	margin-top:10px;
	margin-right:5px;
	color:#66664c;
}

img.imagen_editar_noticia {
	float: right;
	padding-left:10px;
	padding-right:0px;
	margin-top:15px;
	margin-right:2px;
}
/*----------------------------------*/

/*----------- centro_de_documentacion -------------*/
#centro_de_documentacion {
	margin-left: 8px!important;
	margin-right: 8px!important;
	padding-right:8px;
	font-size: 12px;
	text-align:justify;
	color:#66664c;
}

#img_centro_de_documentacion {
	float: right;
	padding-left:10px;
	padding-right:0px;
}

#pie_de_foto {
/*	border:solid;	*/
	font-size:10px;
	text-align:center;
	color:#9a0500;
	
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	border-left: 1px solid gray;
}

/*----------------------------------*/

#navlist a:link, a:link {
	color : green;
	text-decoration:underline;
}

#footer {
	color : green;
	background-image: url(images/footer.jpg);
	height: 15px;
	clear: both;
	text-align: center;
	margin: auto;
	width: 780px;
}

#footer a:link, a:visited { 
	color : green;
	text-decoration:underline;
}

#footer a:hover, #navlist a:hover, a:hover {
	color : #ba0301;
	text-decoration:underline;
}

blockquote {
/*	font-weight : bold;	*/
	border:solid 1px #CCCCCC;
	margin-bottom:5px;
	font-style : italic;
	background-color: #F4F4F4;
/*	color : #b29b35;	*/
}

#eventos {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 11px;
	padding-bottom: 7px;
	color: black;
	//color: #336699;
}

#iconos_de_importancia {
	text-align: center;
/*	height:18px;	*/
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#e9e7e8;
	border: 1px solid gray;
}


/**************************************** text, images, lists ****************************/

img.float_left {
	float: right;
}

p {
	margin-top: 8px;
}

p.texto {
	font-style: normal;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 3px;
	margin-right: 3px;
	color:#9a0500;
}

p.contenido {
	font-style: normal;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 3px;
	margin-right: 3px;
	color:#66664c;
/*	border:solid;	*/
}

p.topnav, .copyright {
	margin: 0;
}

h1 {
	color: #9a0500;
	padding-top: 10px;
	padding-bottom:10px;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	text-transform:uppercase;
	background-color:#e8e6e7;
}

h2 {
	font-size: 11px;
	color: #9A0500;
	background-image: url(images/h2.jpg);
	background-repeat: repeat-x;
	height: 15px;
	margin-bottom: 15px;
	text-align:center;
	text-transform:uppercase;
}

h3 {
	background-image: url(images/sidebar_heading.gif);
	font-size: 12px;
	height: 19px;
	width: 159px;
	text-align:center;
	color: #FFFFFF;
	padding-top: 3px;
}

h4 {
	background-image: url(images/sidebar_heading_2.gif);
	font-size: 12px;
	height: 19px;
	width: 159px;
	text-align:center;
	color: #FFFFFF;
	padding-top: 3px;
}
/*Eventos*/
h5 {
	font-size: 11px;
	color: gray;
	background-repeat: repeat-x;
	height: 5px;
	padding-top: 3px;
	margin-bottom: 15px;
	padding-left: 8px;
	text-align: left;
}

h6 {
	font-size: 12px;
	color: green;
	background-image: url(images/h2.jpg);
	background-repeat: repeat-x;
	height: 10px;
	padding-top: 5px;
	margin-bottom: 5px;
	text-align:center;
	width: 300px;
}

h7 {
	font-size: 12px;
	color: green;
/*	background-image: url(images/h2.jpg);*/
/*	background-repeat: repeat-x;*/
	height: 10px;
	padding-top: 5px;
	margin-bottom: 5px;
	text-align:center;
}


dl {
	margin-top: 20px;
	margin-bottom: 20px;
}

dt {
	border-bottom: 1px solid white;
	padding: 3px;
	margin-bottom: 5px;
	background-image: url(images/dt_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

dd {
	margin-bottom: 12px;
}

.news:first-letter {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
}

/**************************************** Menu ****************************/

#navcontainer
{
	padding-top:5px;
	padding-left:40px;
}

#link_actual
{
	margin-right:35px;
	margin-top:4px;
	font: "Courier New", Courier, monospace;
	font-size:10px;
	color:#9a0500;
	font: bold;
	background:#fefeef;
	border:solid 1px;
	padding-left:4px;
}

#cerrar_sesion
{
	margin-top:26px;
	margin-right:7px;
	float:right;
}

#mensaje {
	color:#FF0000;
	margin-left: 8px!important;
	margin-right: 8px!important;
	font-size: 10px;
	text-align:center;
	background-color:#ebebdc;
	margin-bottom:5px;
	height:14px;
}

#num_caracteres {
	color:red;
	font-size: 10px;
	font-family:"Courier New", Courier, monospace;
	font-style:normal;
	text-align:center;
	background-color:#ebebdc;
	margin-bottom:5px;
	height:14px;
/*	margin-left:600px;	*/
}


#responsable {
/*	float:right;	*/
	height:14px;
	color:#FF0000;
	margin-left: 15px!important;
	margin-right: 8px!important;
	margin-bottom:8px;
	border: solid gray 1px;
	font-size: 11px;
	text-align:center;
	background-color:#fefeef;

/*	height:14px;	*/
}


#nombre_usuario {
	font-size: 9px;
	text-align:center;
	margin:6px;
	color:#9a0500;
	padding-top:2px;
	padding-bottom:2px;
	background:#e9e7e8;
	
/*	border-top: 1px solid gray;	*/
	border-bottom: 1px solid gray;
/*	border-right: 1px solid gray;	*/
	border-left: 1px solid gray;	
}

#left_container {
	font-size: 11px;
	text-align:left;
	margin:6px;
	color:#9a0500;
	background:#eeedee;
	padding-left:5px;
	padding-bottom:5px;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
}

#right_container {
	font-size: 11px;
	text-align:left;
	margin:6px;
	color:#9a0500;
	background:#eeedee;
	padding-left:5px;
	padding-bottom:5px;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
}


#encuesta {
	font-size: 11px;
	text-align:left;
	background:#eeedee;
	padding-left:5px;
	padding-right:5px;	
	color:#9a0500;
	font-family: Arial, Helvetica, sans-serif;

	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
}

#titulo_encuesta {
/*	border:solid;	*/
	font-size:11px;
	text-align:center;
	color:#9a0500;
	border: 1px solid gray;
	background-color:#ededbc;	
	margin-bottom:10px;
}

#titulo_recuadro_encuesta {
/*	border:solid;	*/
	font-size:10px;
	text-align:center;
	color:#9a0500;
	border: 1px solid gray;
	margin-bottom:10px;
	background-color:#ededbc;
}


#mensaje_encuesta {
	font-size: 10px;
	text-align:center;
	margin-bottom:5px;
	background:#ededbc;
	color:red;	
}

#option_encuesta {
	font-size: 10px;
	text-align:left;
	margin-bottom:3px;
	padding-left:5px;
	color:#9a0500;
}

#campos_obligatorios {
	color:#9a0500;
	margin-left:4px;
	margin-right:4px;
	font-size: 11px;
	text-align:left;
	margin-bottom:6px;
	background:#FFFFCC;
	font-style:italic;
}

#modulo_en_construccion {
	color:#9a0500;
	background:#fefeef;	
	margin-left:4px;
	margin-right:4px;
	font-size: 12px;
	text-align:center;
	padding:15px;
	text-transform:uppercase;
	border:solid 1px;
}

#separador_horizontal {
	background:#eeedee;
	margin-top:2px;
	margin-bottom:2px;

	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
}

#grupos_de_estudio {
	color:#9a0500;
	margin-bottom:10px;
	font-size: 14px;
	text-align:justify;
	background:#eeedee;
/*	border:solid 1px #9a0500;	*/
}

#imagen_grupo_de_estudio_l {
	float:left;	
	width:100px;
	color:#9a0500;
	margin-top:8px;
	font-size: 14px;
	text-align:center;
	background:#e9e7e8;
}
#desc_grupo_de_estudio_r {
	color:#9a0500;
	font-size: 14px;
	text-align:justify;
	margin-right:10px;
	margin-top:8px;
	margin-left:110px;
	margin-bottom:20px;	
	height:76px;
	font-size:12px;
}

#imagen_grupo_de_estudio_r {
	float:right;	
	width:100px;
	color:#9a0500;
	margin-top:8px;
	font-size: 14px;
	text-align:center;
	background:#e9e7e8;
}
#desc_grupo_de_estudio_l {
/*	float:left;	*/
	color:#9a0500;
	font-size: 14px;
	text-align:justify;
	margin-right:110px;
	margin-top:8px;
	margin-bottom:20px;	
	height:76px;
	font-size:12px;
/*	border:solid;	*/
}

#titulo_grupo {
/*	border:solid;	*/
	font-size:11px;
	text-align:center;
	color:#9a0500;
	text-transform:uppercase;
	background:#ededbc;
	
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	border-left: 1px solid gray;
}

#info_programa {
	color:#9a0500;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:15px;

	font-size: 12px;
	text-align:center;
	background:#ededbc;

	padding-top:10px;
	padding-bottom:10px;
	text-transform:uppercase;
	border:solid 1px gray;
}

#listar 
{
	/*border:solid;	*/
	font-style: normal;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left:5px;
	margin-right: 5px;
	color:#4d4d4c;
	font-size:11px;
}

#noticias_publicadas {
/*	border:solid;	*/
	font-size:10px;
	text-align:center;
	color:#9a0500;
	text-transform:uppercase;
	background:#ededbc;
	
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	border-left: 1px solid gray;
	
	margin-left:24px;
	margin-right:24px;
}
#foro {
	text-align:center;
	border:solid 1px gray;
	margin-bottom:10px;
}


#item_no_encontrado {
	color:#9a0500;
	margin-left:4px;
	margin-right:4px;
	font-size: 11px;
	text-align:center;
	background:#ededbc;
	padding-top:30px;
	padding-bottom:30px;
	padding-right:7px;
	padding-left:7px;
	text-transform:uppercase;

	border:solid;
}
.tema, post, tuto, .descripcion{
	text-align:justify;
	font-size:11px;
	padding-left:8px;
	padding-right:14px;
}

.respuestas{
	vertical-align:top;
	width:13%;
	text-align:center;
/*	border:#FF0000 solid 1px;	*/
}

.ult_respuesta{
	text-align:center;
	vertical-align:top;
	font-size:9px;
	width:15%;
}

.fecha_tema{
	color: #006600;
	text-align:center;
	font-style:italic;
	text-align:justify;
	font-size:9px;
	padding-bottom:4px;
}

#opciones_tema{
	float:right; 
	background-color: #CCCCCC;	
	border:solid 2px;
}

#titulo_tema {
/*	float:left;	*/
	padding-top:4px;
	padding-left:2px;
/*	border: solid 1px red;	*/
	background-color:#e9e9d5;
/*	width:240px;	*/
	text-align:center;
	text-transform:uppercase;
	
}

.button_tuto 
{
	width:90px;
	background-color: #910603;
	cursor: pointer;
	color: white;
	margin-bottom:5px;
	font-size:11px;
/*	margin-left:35px;	*/
}

.button_edicion 
{
	width:50px;
	background-color: #910603;
	cursor: pointer;
	color: white;
	font-size:11px;	
}

#plan_de_esudios
{
	text-align:center;
	border:dashed 1px gray;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#e9e7e8;

}
/*	barras_encuesta	*/

#barras_encuesta
{
	font-size:10px;
	text-align:center;
	height:14px;
	color: #0000FF;
	border:solid 1px red;
	background-image:url(images/barra_encuesta.gif);
	margin-left:5px;
/*	background-repeat:repeat-x;	*/
}
#mensaje_login
{
	height:14px;
	border:solid 1px green;
	/*	border-width:1px;	*/
	margin-top:10px;
/*	margin: 14px;	*/
	text-align:center;
/*	border-color:red;	*/
}

/**************************************** Contact form ****************************/
#form_foro
{
/*
	margin-left:100px;
	margin-right:100px;	
	*/
	padding-left:10px;
	padding-right:10px;	
	padding-bottom:10px;

	border-top: 1px solid gray;
	border-left: 1px solid #990000;
	border-bottom: 1px solid #990000;
	border-right: 1px solid gray;

	background-color:#eeedee;
	
	text-align:left;
	font-style: italic;
	color:#660000;
/*	border:#FF0000 solid 1px;	*/
}

input.input_foro {
/*	display: block;	*/
	width: 490px;	
	background: #FFFFFF;

	border: 1px solid green;
/*
	border-top: 1px solid gray;
	border-left: 1px solid #E5E3E4;
	border-bottom: 1px solid #EDEDED;
	border-right: 1px solid gray;
*/
	color:gray;
	margin-top: 3px;
	margin-bottom: 10px;
	margin-left:15px;
	padding-left:10px;
	font-size:10px;	
}

#autor_foro {
	margin-left: 100px!important;
	margin-right: 100px!important;
	margin-bottom:10px;
	color:#9a0500;
	font-size:11px;
	text-align:center;
	background-color:#ededbc;
	border: 1px solid gray;
}

#mensaje_foro {
	margin-left: 100px!important;
	margin-right: 100px!important;	
	margin-bottom:5px;
	color:#FF0000;
	font-size: 10px;
	text-align:center;
	background-color:#ebebdc;
	height:14px;
}

.textarea_foro {
	width: 690px;
	border: 1px solid green;
	/*
	background: #FFFFFF;
	border-top: 1px solid gray;
	border-left: 1px solid #E5E3E4;
	border-bottom: 1px solid #EDEDED;
	border-right: 1px solid gray;
	*/
/*	border:solid;		*/
	display: block;
	margin-top: 3px;
	margin-bottom: 10px;	
	margin-left:15px;
	color:gray;
	padding:5px;
	font-size:11px;
}

.select_universidades 
{
	font-family: "Times New Roman", Times, serif;
	background: #FFFFFF;
	border-top: 1px solid gray;
	border-left: 1px solid #E5E3E4;
	border-bottom: 1px solid #EDEDED;
	border-right: 1px solid gray;
	margin-left:15px;
	padding-left:4px;
/*	background-color:#fdfde8;	*/
	color: gray;
	font-size:11px;
	width:340px;
}

.select_estudiante
{
/*	text-align:center;	*/
	font-family: "Times New Roman", Times, serif;
	background: #FFFFFF;
	border: 1px solid green;
	/*
	border-top: 1px solid gray;
	border-left: 1px solid #E5E3E4;
	border-bottom: 1px solid #EDEDED;
	border-right: 1px solid gray;
	*/
/*	margin-left: 4px;	*/
/*	margin-top: 8px;	*/
/*	padding-left:10px;*/
/*	background-color:#fdfde8;	*/
/*	margin-bottom:5px;	*/
	color: gray;
	font-size:11px;
	width:106px;
}

input.buscar {
	border: 1px solid green;
/*
	border-top: 1px solid gray;
	border-left: 1px solid #E5E3E4;
	border-bottom: 1px solid #EDEDED;
	border-right: 1px solid gray;
*/
/*	margin-top:5px;	*/

	color: gray;
	font-size:11px;
	margin-left:0px;
	width:106px;
}

input.input{
	display: block;
	width: 325px;
	background: #FFFFFF;
	border: 1px solid green;
	/*
	border-top: 1px solid gray;
	border-left: 1px solid #E5E3E4;
	border-bottom: 1px solid #EDEDED;
	border-right: 1px solid gray;
	*/
	color:gray;
	margin-top: 3px;
	margin-bottom: 10px;
	margin-left:15px;
	padding-left:10px;
	font-size:10px;	
}

input.fecha{
	display: block;
	width: 100px;
	background: #FFFFFF;
	border: 1px solid green;
	/*
	border-top: 1px solid gray;
	border-left: 1px solid #E5E3E4;
	border-bottom: 1px solid #EDEDED;
	border-right: 1px solid gray;
	*/
	color:gray;

	margin-top: 3px;
	margin-bottom: 10px;
	margin-left:15px;
	padding-left:10px;
	font-size:10px;	
}


.submit_button_contact 
{
	width:120px;
	padding: 0px;
	background-color: #910603;
	cursor: pointer;
	color: #FFFFFF;
	margin-bottom:15px;
	margin-left:35px;
}
/*
.button_tuto 
{
	width:110px;
	background-color: #910603;
	cursor: pointer;
	color: #ffff99;
	margin-bottom:5px;
/*	margin-left:35px;	*/
/*
}

.button_edicion 
{
	width:60px;
	background-color: #910603;
	cursor: pointer;
	color: #ffff99;
}
*/

/**************************************** Contact form ****************************/

#form_buscar 
{
	width:230px;
	font-style: italic;
	margin-bottom:10px;
	margin-left:70px;
	text-align:center;

	background-color:#eeedee;

	padding:10px;
/*	padding-bottom:10px;
	padding-right:10px;
	padding-top:10px;
*/
	border-top: 1px solid gray;
	border-left: 1px solid #990000;
	border-bottom: 1px solid #990000;
	border-right: 1px solid gray;
	
	color:#660000;
	font-style:italic;
/*	border:solid;	*/
}

.input_buscar 
{
	display: block;
	width: 219px;
	background: #FFFFFF;
	border-top: 1px solid gray;
	border-left: 1px solid #E5E3E4;
	border-bottom: 1px solid #EDEDED;
	border-right: 1px solid gray;
	color:gray;
	margin-bottom:6px;
/*	margin-left:1px;	*/
	margin-top:1px;	
	border:solid 1px #FF0000;
}
.button_buscar 
{
	width:70px;
	padding: 2px;
	background-color: #910603;
	cursor: pointer;
	color: #FFFFFF;
	margin:auto;
}

/**************************************** Contact form ****************************/

#form_info 
{
	width:360px;
	font-style: italic;
	margin-left: 10px;
	padding-left:10px;
	color:black;

	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
}

.input_info 
{
	display: block;
	width: 300px;
	background: #FFFFFF;
	border-top: 1px solid gray;
	border-left: 1px solid #E5E3E4;
	border-bottom: 1px solid #EDEDED;
	border-right: 1px solid gray;
	color:gray;
	margin-bottom:10px;
	margin-left:0px;
}

.input_perfil_estudiante
{
	font-size:10px;
	display: block;
	width: 280px;
	background: #FFFFFF;
	border-top: 1px solid gray;
	border-left: 1px solid #E5E3E4;
	border-bottom: 1px solid #EDEDED;
	border-right: 1px solid gray;
	margin:1px;
	color:gray;
}

.button_info 
{
	width:120px;
	margin-top: 2px;
	padding-bottom:2px;
	font-size:12px;
	background-color: #910603;
	cursor: pointer;
	color: #FFFFFF;
}

/*************************************************************/
#form_docente
{
	padding-left:10px;
	background-color:#eeedee;
	padding-right:10px;
	border-top: 1px solid gray;
	border-left: 1px solid #990000;
	border-bottom: 1px solid #990000;
	border-right: 1px solid gray;
	text-align:left;
	font-style: italic;
	color:#660000;
}

.input_docente
{
	width:350px;
/*	background-color:#fdfde8;	*/	
	color: gray	;
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;	
	border-left: 1px solid gray;		
	border-right: 1px solid gray;
	margin-bottom:10px;
	margin-left:6px;
}


/*************************************************************/
#form 
{
	text-align:center;
	
	padding-left:10px;
	padding-bottom:10px;
	padding-right:10px;
	
	border-top: 1px solid gray;
	border-left: 1px solid #990000;
	border-bottom: 1px solid #990000;
	border-right: 1px solid gray;

	background-color:#eeedee;
	
	text-align:left;
	font-style: italic;
	color:#660000;
/*	border:solid;	*/
}

input.fields_contact_us 
{
	display: block;
	width: 155px;
	background: #FFFFFF;
	border-top: 1px solid gray;
	border-left: 1px solid #E5E3E4;
	border-bottom: 1px solid #EDEDED;
	border-right: 1px solid gray;
	margin-top: 3px;
	margin-bottom: 3px;
	color:gray;
	margin-left:15px;
}

.textarea 
{
	width: 325px;
	background: #FFFFFF;
	border: 1px solid green;
/*
	border-left: 1px solid #E5E3E4;
	border-bottom: 1px solid #EDEDED;
	border-right: 1px solid #EDEDED;
*/
	display: block;
	margin-top: 3px;
	margin-left:15px;
	color:gray;
	padding:5px;
	font-size:11px;
}

.submit_button_contact 
{
	width:70px;
	margin-top: 2px;
	padding: 2px;
	background-color: #910603;
	cursor: pointer;
	color: #FFFFFF;
	margin-left:55px;
}

/*************************************************************/

#form_index 
{
	color:#720103;
	text-align:left;
	text-transform:uppercase;
	background-color:#e9e7e8;
	padding:5px;
	
}

input.input_index 
{
	display: block;
	width: 145px;
	background: #fefef5;
	border: 1px solid #720103;
	margin-bottom:4px;
	padding-left:4px;
	color:gray;
}

#botones_encuesta
{
	text-align:center;
	cursor: pointer;
}

/*************************************************************/

#tabla_foro, #tabla_post, #tabla_tuto{
	border: solid 1px green;
	width:100%;
	font-weight:bold;
}

.usuario, .descargas{
	text-align:center;
	vertical-align:top;
	color:green;
	width:25%;
	font-size: -2px;
	border:solid 1px green;
}

#tabla_foro_mensaje, #tabla_tutoriales_descripcion {
/*	border: solid 1px #FF0000;	*/
	color:green;
	padding-left: 4px;
	width:100%;
}

.opciones_post{
/*	float:right;	*/
	padding-right:4px;
	width:11%;
}

.post {
	padding-top:4px;
	padding-right:9px; 
	padding-left:18px; 
/*	color:green;	*/
	text-align:justify;
	font-weight:lighter;
}

#fecha_envio {
	padding-top:1px;
	font-size:9px;
	color:#768b75;
/*	text-align:justify;	*/
	font-weight:lighter;
}

#tabla_titulos_footer {
/*	border: solid 1px #FF0000;	*/
	text-transform:uppercase;
	text-align:center;
	color:#50614f;
	padding-left: 4px;
	width:100%;
	background-color: #9cc09a;
	border: green solid 1px;
}

#opciones_foro {
	text-align:center;
	width:99%;
	background-color: #c3e1c1;
	border: green solid 1px;
}

#marqueecontainer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color:white;
	position: relative;
	width: 370px; /*marquee width */
	height: 100px; /*marquee height */
	overflow: hidden;
	border: 1px solid gray;
}

#vmarquee
{
	position: absolute; 
	width: 95%;
	left: 1px;
	text-align: justify;
	padding-left:7px;
	//color:#66664c;
	color:#336699;
}
