﻿body {
	text-align:center;
}

table.Principal
{
	border-collapse:collapse;
	padding-left: auto;
	padding-right: auto;
	width: 590px;
}

table.Fumadores
{
	border-collapse: collapse;
 }
 
 td.FumadoresOpcionesArriba
 {
	border: black thin solid;
	text-align: center;
	width: 15%;
 }
 
 td.FumadoresOpcionesIzq
 {
	border: black thin solid;
	text-align: left;
	width: 55%;
 }

 td.FumadoresOpcionesCentro
 {
	border: black thin solid;
	text-align: center;
	width: 15%;
 }
 
 td.FumadoresOpcionesIzqDYG
 {
	border: black thin solid;
	text-align: left;
	width: 85%;
 }

 td.FumadoresOpcionesCentroDYG
 {
	border: black thin solid;
	text-align: center;
	width: 5%;
 }
 
td.Menu
{
	width: 20%;
}

td.Centro
{
	width: 80%;
}

table.tblCentro
{
	border-collapse: collapse;
	text-align:left;
}



/*////////////////////////////////////////////////////////////*/
/*/////////////////////Combos/////////////////////////////////*/

.TbxNormal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

.TbxNormalNAlumnos
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	width: 45px;
}




/*////////////////////////////////////////////////////////////*/
/*/////////////////////Texto//////////////////////////////////*/

.Titulo
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.TextoNormal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-decoration: none;
}

.TextoNormalGrande
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	text-decoration: none;
}

.TextoNormalPeque
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	text-decoration: none;
}

.TextoNormalNegrita
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.TextoNormalNegritaRojo
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
	font-weight: bold;
	text-decoration: none;
}

.TextoAviso1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #585858;
	background-color: #D7D7D7;
}

.TextoError
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #7C1B1B;
}

.TextoErrorPeque
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #7C1B1B;
}



/*////////////////////////////////////////////////////////////*/
/*/////////////////////Efectos////////////////////////////////*/

.TRIluminado
{
	background-color: #FFF7C0;
	height: 30px;
}

.TRNormal
{
	background-color: White;
	height: 30px;
}

.TDIluminado
{
	background-color: #FFF7C0;
	border: black thin solid;
	text-align: center;
	width: 15%;
}

div.floated {
	width: 400px;
	float: left;
	margin-left: 1em;
}

ul.myList {
	margin-left: 20px;
}

ul.myList li {
	cursor: pointer;
}

ul.anotherList {
	width: 200px;
	float: left;
	border: 1px solid black;
	background-color: #f9f9f9;
	min-height: 20px;
	margin: 5px;
	padding-left: 20px;
}

ul.anotherList li {
	margin-left: 10px;
	list-style-type: decimal;
}
ul.anotherList li:hover {
	background-color: #fff;
}