/* Cuerpo General */
body {
	margin: 0px;
	padding: 0px;
}
hr {
	color: #212121;
}
a:link {
	color: #0E70AF;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #9BCE00;
	text-decoration: underline;
}
a:active {
	color: #F00;
	
}
#central {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
#central tr #cabeza {
	display: block;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	background-color: #333;
	height: 235px;
}
#central tr #menu {
	display: block;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background-color: #0f70a7;
}
#central tr #cuerpo {
	margin: 0px;
	padding: 0px;
	display: block;
}
#central tr #pie {
	background-image: url(../img/bar_bott_bg.jpg);
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
	display: block;
}
/* Contenido de Cabeza */
#central tr #menu table {
	display: block;
	width: 900px;
	margin: 0px;
	padding: 0px;
}
#central tr #menu table tr td #div_menu {
	display: block;
	width: 600px;
	float: left;
	height: 30px;
	margin: 0px;
	padding: 0px;
}
#central tr #menu table tr td #div_menu #navMen {
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 600px;
}
#central tr #menu table tr td #div_menu #navMen tr td{
	width: 120px;
	height: 30px;
	text-align: center;
}
#central tr #menu table tr td #div_menu #navMen tr td:hover {
	background-image: url(../img/sub_menu_over.jpg);
	background-repeat: repeat-x;
	background-position: center top;	
}
#central tr #menu table tr td #div_menu #navMen tr td a {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#central tr #menu table tr td #div_menu #navMen tr .submenu_iAct {
	background-image: url(../img/sub_menu_active-01.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#central tr #menu table tr td #div_menu #navMen tr .submenu_iAct:hover {
	background-image: url(../img/sub_menu_active-01.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#central tr #menu table tr td #div_menu #navMen tr .submenu_iAct a {
	color: #333;
}
#central tr #menu table tr td #log {
	display: block;
	height: 29px;
	width: 298px;
	float: right;
	margin: 0px;
	padding: 0px;
	background-color: #DBDD88;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #C9CC4A;
	border-left-color: #C9CC4A;
	border-top-width: 1px;
	border-top-color: #C9CC4A;
}
.usr_name {
	color: #F00;
	font-size:12pt;
	margin: 0px;
	padding: 0px;
}
.usr_control {
	color: #0E70AF;
	font-size:12pt;
	margin: 0px;
	padding: 0px;
}
#central tr #cuerpo table {
	width: 900px;
	margin: 0px;
	padding: 0px;
}
#central tr #cuerpo table tr td #cont {
	display: block;
	margin: 5px;
	padding: 0px;
	width: 590px;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: normal;
}
#central tr #cuerpo table tr td #asistente {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 298px;
	float: right;
	background-color: #DBDD88;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C9CC4A;
	border-left-color: #C9CC4A;
	border-bottom-width: 1px;
	border-bottom-color: #C9CC4A;
	vertical-align: top;
}
/* Clases e ID's Generales */
#new_coment {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0E70AF;
	font-weight: bold;
	background-color: #CCC;
	padding: 5px;
	margin: 3px;
	border: 1px solid #999;
	display: block;
}
#user_log {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0E70AF;
	font-weight: bold;
}
.destaca {
	color: #C00;
	font-weight: bold;
}
.pCont {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	color: #FFF;
}
#fullbaner {
	border: thin inset #666;
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 468px;
}
#note {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
	color: #000;
}
.ejemplo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
.titulo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F00;
	text-decoration: none;
}
