﻿html
{
	height: 100%;
}
body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;

	background-position: 50% center;
	background-attachment: fixed;
	background-image: url(../imgs/wg/bg/bg_34.gif);
	background-repeat: no-repeat;
}

/**
 *	MainFrame Table styles
 *	table class="mf"
 */
table.mf
{
	width: 755px;
	height: 100%;
	padding: 0px;
	border-collapse: collapse;
}
table.mf tbody
{
}
table.mf td
{
	padding: 0px;
}

/* Imagen de encabezado, nombre */
table.mf td.ial
{
	height: 60px;
	vertical-align: top;
}
table.mf td.ial img.ial
{
	float: left;
}
table.mf td.ial img.years34
{
	float: right;
}

/* Celda para la direccion y los enlaces basicos, home & contact */
table.mf td.phrase
{
	color: #ffffff;
	height: 30px;
	font-size: 14px;
	font-family: Times New Roman, Arial, Verdana;
	font-style: italic;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	background-position: center top;
	background-image: url(../imgs/wg/bg/bg_top.png);
	background-repeat: no-repeat;
	letter-spacing: 0.3em;
}

table.mf td.phrase span.fl
{
	float: left;
	margin-top: 2px;
}

table.mf td.phrase span.fr
{
	float: right;
	margin-top: 3px;
}

table.mf td.addr span.fr a
{
	margin-right: 6px;
}

table.mf td.addr span.fr a img
{
	border: none;
}

/* Celda para el contenido principal de la página */
table.mf td.content
{
	width: 755px;
	height: 100%;
	padding: 0px;
	vertical-align: top;
}
table.mf td.content table.cf
{
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}

table.mf td.content table.cf td.brow
{
	height: 60px;
}
table.mf td.content table.cf td.crow
{
	height: auto;
	vertical-align: top;
}
table.mf td.content table.cf td.fblrow
{
	height: 32px;
}
table.mf td.content table.cf td.brow div.logo
{
	width: 100%;
	height: 60px;
	text-align: center;
}
table.mf td.content table.cf td.brow div.banner
{
	width: 100%;
	height: 60px;
}
table.mf td.content table.cf td.crowM
{
	width: 140px;
	vertical-align: top;
}
table.mf td.content table.cf td.crowM div.menu
{
	width: 140px;
	margin: 0px;
	padding-top: 5px;
	overflow: hidden;
}
table.mf td.content table.cf td.crowM div.menu ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
table.mf td.content table.cf td.crowM div.menu ul li
{
	width: 140px;
	margin-left: 0px;
	margin-right: 0px;
}
table.mf td.content table.cf td.crowM div.menu ul li a
{
	width: 100%;
	color: #2d476e;
	display: block;
	font-size: 11px;
	font-family: Verdana;
	border: solid 1px #ffffff;
	margin-top: 1px;
	margin-bottom: 1px;
	text-decoration: none;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 3px;
	background-image: url(../imgs/wg/bg/menu-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
table.mf td.content table.cf td.crowM div.menu ul li a:hover
{
	color: #000099;
	border-left: #ccccff 1px solid;
	border-right: #000099 1px solid;
	border-top: #ccccff 1px solid;
	border-bottom: #000099 1px solid;
	background-image: url(../imgs/wg/bg/menu-bg-over.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* Contenido principal */
table.mf td.content table.cf td.crow div.contenido
{
	display: table;
	overflow: auto;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
}
table.mf td.content table.cf td.crow div.contenido h1
{
	color: #2d476e;
	font-size: 14px;
	margin-bottom: 12px;
	border-bottom: solid thin #f8d300;
}
table.mf td.content table.cf td.crow div.contenido h2
{
	color: #2d476e;
	font-size: 13px;
	font-family: Verdana;
	margin-bottom: 0px;
}
table.mf td.content table.cf td.crow div.contenido p
{
	color: #2d476e;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 13px;
	font-family: Verdana;
	font-style: italic;
}
table.mf td.content table.cf td.crow div.contenido p.ph1
{
	color: #2d476e;
	font-size: 13px;
	font-style: italic;
	font-family: Verdana, Times New Roman, Arial;
	color: #2d476e;
}
table.mf td.content table.cf td.crow div.contenido ul
{
	margin-top: 0px;
}
table.mf td.content table.cf td.crow div.contenido ul li
{
	color: #2d476e;
	font-size: 13px;
	font-style: italic;
	font-family: Verdana;
}

/* Celda para la imagen con la palabra ingles */
table.mf td.ingles
{
	width: 130px;
	height: 360px;
	text-align: right;
	vertical-align: top;
}

/* Celda para el fondo de la derecha */
table.mf td.fbr
{
	width: 130px;
	height: 190px;
	text-align: left;
	vertical-align: bottom;
}

/* Celda para el fondo de la izquierda*/
table.mf td.content table.cf td.fblrow div.fbl
{
	width: 625px;
	height: 32px;
	text-align: right;
}

/* Tabla para la página de cursos */
table.tblCursos
{
	width: 100%;
	border-collapse: collapse;
}

table.tblCursos td.enca
{
	border: none;
}

table.tblCursos td
{
	font-size: 12px;
	padding: 5px;
	border: solid 1px #d0d0d0;
}

/* Formulario de contraseña para students' corner */
div.login
{
	width: 100%;
	text-align: center;
	font-size: 11px;
	font-family: Verdana;
	background-color: #fffafa;
	border-right: linen 1px solid;
	padding-right: 10px;
	border-top: linen 1px solid;
	margin-top: 50px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-left: linen 1px solid;
	padding-top: 10px;
	border-bottom: linen 1px solid;
}

div.login input.bttn
{
	padding: 3px;
	font-size: 11px; 
	font-weight: bold;
	font-family: Tahoma; 
	background-color: #f0f0f0;
}

/* Tabla para la galeria de fotos */
table.gal
{
	width: 100%;
	border-collapse: collapse;
}

table.gal td
{
	text-align: center;
	padding: 5px;
	border: dotted 1px #f5f5f5;
}

table.gal td img
{
	border: none;
}

div.gal-pict-container
{
	width: 160px;
	height: 120px;
	border: solid 2px #000;
	padding: 9px 0px 0px 0px;
	background-color: #fff;
}

div.gal-pict-container img
{
	border: none;
}
