@font-face {font-family:'Playball';src:url('fonts/Playball.ttf')}
@font-face {font-family:'Rounded';src:url('fonts/Arial Rounded Bold.ttf')}
@font-face {font-family:'Calligraphic';src:url('fonts/Calligraph421 BT.ttf')}

.Titulo1 {color:#F0F0F0;font-size:24px;font-style:italic;padding-bottom:6px;border-bottom-width:thin;border-bottom-style:solid;margin-bottom:6px}
.TipoLetra   {font-family:Arial}
.Texto       {color:#F0F0F0;font-size:18px;line-height:28px}
.TextoMini   {color:#F0F0F0;font-size:14px; line-height:18px}
.TextoReMini {color:#F0F0F0;font-size:10px}
.TextoMax    {color:#F0F0F0;font-size:30px}

.LineaSup         {border-top:#F0F0F0 solid 1px}
.LineaSupPuntos   {border-top:#F0F0F0 dotted 1px}
.LineaInf         {border-bottom:#F0F0F0 solid 1px}
.LineaInfPuntos   {border-bottom:#F0F0F0 dashed 1px}
.LineaDer         {border-right:#F0F0F0 solid 1px}
.LineaDerPuntos   {border-right:#F0F0F0  dotted1px}
.LineaIzq         {border-left:#F0F0F0 solid 1px}
.LineaIzqPuntos   {border-left:#F0F0F0 dotted 1px}
.LineaBorde       {border:1px solid #F0F0F0}
.LineaBordePuntos {border:1px dotted #F0F0F0}

.links {text-decoration:none;color:red;cursor:pointer}
.links:hover {color:yellow}
.links2 {font-family:Verdana;text-decoration:none;color:white;cursor:pointer;font-size:12px}

.Separador {padding:0 0 10px 0}
.Sangria {padding-left:30px}
.Italica {font-style:italic}
.Rojo {color:red;font-weight:bold}
.Subrayado {border-bottom:solid 1px}
.Verde {color:#0F0;font-weight:bold}
.u {margin:5px 0px 20px 0px; padding:5px 0px 5px 0px}
.Nombres { font-family:"Calligraphic";font-size:20px;font-weight:bold}
.Citas {font-family:'Playball';font-size:24px;letter-spacing:2px}
.ElCursor {cursor:pointer;outline:none}

#delimitador {width:800px; margin:0 auto}
#anchoPantalla {width:980px; margin:0 auto}
#fecha {font-family:Verdana;font-size:12px;color:#F0F0F0;text-align:right;padding-bottom:10px;padding-top:10px}

::-webkit-input-placeholder { color: white } /* WebKit */
:-moz-placeholder { color: white } /* Firefox 18- */
::-moz-placeholder { color: white } /* Firefox 19+ */

.Campos {
	font-family: 'Trebuchet MS';
	font-size: 18px;
	background-color: #666;
	color: #FFF;
	padding: 5px;
	border: solid 1px #999;
	border-radius: 5px;
}

.Boton {
	cursor: pointer;
	font-size: 18px;
	font-family:Verdana;
	font-weight:bold;
	color:white;
	background:red;
	border-color:red;
	border-radius: 5px;
	border: solid 2px ref;
	text-decoration:none;
	padding: 5px 7px 5px 7px;
	outline:none;
}
.Boton:hover {
	border: solid 2px red;
	color:red;
	background:black;

}
.BotonVolver {
	cursor: pointer;
	font-family:"Rounded";
	font-size: 22px;
	white-space:nowrap;
	border-radius: 5px;
	border-style:solid;
	border:none;
	padding:4px 10px 7px 10px;
	text-decoration:none;
	outline:none;
	color:white;
	background:red;
}
.BotonVolver:hover {
	color:white;
}

/*  ----BOTONERA DEL MENU----  */
.BotonMenu {color:black}
.BotonMenu:hover {color:white}
.FormaBoton {
	cursor: pointer;
	font-family:"Rounded";
	font-size: 22px;
	white-space:nowrap;
	border-radius: 5px;
	border-style:solid;
	border-width: 1px;
	padding:4px 10px 7px 10px;
	text-decoration:none;
	margin:0px 5px 0px 5px;
	outline:none;
}

.FondoElencos    {background: #FF9900; border-color: #FF9900}
.FondoCartelera  {background: #C46FED; border-color: #C46FED}
.FondoVideos     {background: #33CC00; border-color: #33CC00}
.FondoSeminarios {background: #1AA9EC; border-color: #1AA9EC}
.FondoAudiciones {background: #BFC31B; border-color: #BFC31B}
.FondoComenta    {background: #97694F; border-color: #97694F}
.FondoContacto   {background: #FF0000; border-color: #FF0000}

.BotonMenuSel {
	background:#000000;
	border-color:#FF0000;
	border-width:1px;
	color: #FF0000
	}

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

.Flota {
	border-radius:10px;
	padding:10px;
	background: #4B4B4B;
	top: 100px;
	left: 30%;
	position: fixed; 
	float: left; 
}
.DimFlota{
	width:260px;
	height:260px;
}