BODY {
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	margin: 0px;
	padding: 0px;
	text-align:center;
}

DIV {
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

BUTTON {
	display: inline;
}

.smallText {
	font-family: Arial,sans-serif;
	font-size: 10px;
	color: #808080;
}

.formElement {
	font-family: Arial,sans-serif;
	font-size: 13px;
	color: black;
	vertical-align: middle;
}

.title {
	font-family: 'Comic Sans MS', Arial, sans-serif;
	font-size: 14px;
	color: white;
	font-weight: bold;
}

A.title {
	text-decoration: none;
}

A.title:hover {
	text-decoration: underline;	
}

A.title:visited {
	text-decoration: none;	
}

A.title:active {
	text-decoration: none;
}



TD.bodyContent {
	font-family: 'Comic Sans MS', Arial, sans-serif;
	font-size: 14px;
	color: #404040;
	background-color: white;
	vertical-align: top;
}

TD.upperAdapter {
	font-family: 'Comic Sans MS', Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;	
	color: white;
	vertical-align:top;
	text-align: center;
	font-stretch : narrower;
}

TD {
	empty-cells: show;
}

TD.cellContent {
	background-color: #E9EAF1;
}

DIV.loginContainer {
	height: 25px;
}

TD.cellMenu DIV.loginContainer {
	float: left;
}

DIV.loginContainer FORM {
	padding: 0px;
	margin: 0px;
	width: 430px;
	text-align: left;
}

TD.formFields {
	vertical-align: middle;
	height: 25px;
}

TD.formButton {
	vertical-align: middle;
	height: 25px;
}

LABEL.loginInput {
	font-family:  "Arial Narrow", sans-serif;
	font-size: 15px;
	font-weight : bold;
	color: white;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

INPUT.loginField {
	border: 1px solid #a80000;
	width: 80px;
	vertical-align: top;
}

BUTTON.loginButton {
	background-color: transparent;
	border: 0px;
	width: 98px;
	height: 23px;
	cursor: pointer;
}

/**
 * Estilos para el menu.
 */

.textoMenu {
	width: 115px;
	height: 40px;
	font-family: 'Comic Sans MS', Arial, sans-serif;
	color: white;
	text-align: right;
	font-size: 13px;
	font-weight : bold;
	text-transform : uppercase;
	padding-top: 11px;
	float: left;
	position: absolute;
	cursor: pointer;
} 

.textoMenu A {
	display: block;
	width: 100%;
	height: 100%;
}

.normalMenu IMG {
	z-index: 1;
}
.normalMenu A {
	z-index: 255;
}

.normalMenu A {
	color: white;
	text-decoration: none;
}

.normalMenu A:link {
	color: white;
	text-decoration: none;
}

.normalMenu A:hover  {
	color: white;
	text-decoration: none;
}

.normalMenu A:visited  {
	color: white;
	text-decoration: none;
}

.iconMenu {
	width: 32px;
	height: 40px;
	padding-top: 6px;
	margin-left: 125px;
	display : block;
	float: right;	
	position: absolute;
}

.headerMenu {
	background-image: url('../../imagenes/alumnos/menu/header.jpg');
	background-repeat: no-repeat;
	width: 169px;
	height: 20px;
	
}

.footerMenu {
	background-image: url('../../imagenes/alumnos/menu/footer.jpg');
	background-repeat: no-repeat;
	background-position:bottom;
	width: 169px;
	height: 20px;
	margin-bottom:10px;
}

.topMenuElement {
	background-image: url('../../imagenes/alumnos/top/menu_element.jpg');
	background-repeat: no-repeat;
	width: 147px;
	height: 24px;
	font-weight : bold;
	font-family : Arial,sans-serif;
	font-size: 18px;
	color: white;
	padding-top: 2px;
	padding-right: 8px;
	text-transform: capitalize;
	display: block;
	float: right;
	text-align:center;
}

.topMenuElement A {
	color: white;
	text-decoration: none;
}

.topMenuElement A:link {
	color: white;
	text-decoration: none;
}

.topMenuElement A:visited {
	color: white;
	text-decoration: none;
}

.topMenuElement A:hover {
	color: white;
	text-decoration: none;
}

.topMenu {
	text-align: right;	
}

.cellMenu {
	background-image: url('../../imagenes/alumnos/top/menu.png');
	width: 749px;
	height: 32px; 
	text-align: right;
}

/** Cajas con formato rojo **/

DIV.rojo TD.upperLeftCorner {
	background-image: url('../../imagenes/alumnos/cajas/roja/tabla_1x1.gif');
	background-repeat: no-repeat;
	width: 49px;
	height: 36px;
}

DIV.rojo TD.upper {
	background-image: url('../../imagenes/alumnos/cajas/roja/tabla_1x2.gif');
	background-repeat: repeat-x;
	height: 36px;
}

DIV.rojo TD.preTitle {
	background-image: url('../../imagenes/alumnos/cajas/roja/tabla_1x3.gif');
	background-repeat: no-repeat;
	width: 44px;
	height: 36px;
}

DIV.rojo TD.title {
	background-image: url('../../imagenes/alumnos/cajas/roja/tabla_1x4.gif');
	background-repeat: repeat-x;
	width: 148px;
	height: 36px;
}

DIV.rojo TD.upperRightCorner {
	background-image: url('../../imagenes/alumnos/cajas/roja/tabla_1x5.gif');
	width: 25px;
	height: 36px;
	background-repeat: no-repeat;
}

DIV.rojo .upperAdapter {
	background-image: url('../../imagenes/alumnos/cajas/roja/tabla_2x1.gif');
	background-repeat: no-repeat;
	width: 49px;
	height: 70px;
}

DIV.rojo .leftSide {
	background-image: url('../../imagenes/alumnos/cajas/roja/tabla_3x1.gif');
	background-repeat: repeat-y;
	width: 49px;
}

DIV.rojo TD.rightSide {
	background-image: url('../../imagenes/alumnos/cajas/roja/tabla_3x3.gif');
	background-repeat: repeat-y;
	width: 33px;
}

DIV.rojo TD.downLeftCorner {
	background-image: url('../../imagenes/alumnos/cajas/roja/tabla_4x1.gif');
	background-repeat: no-repeat;
	width: 49px;
	height: 55px;
}

DIV.rojo TD.down {
	background-image: url('../../imagenes/alumnos/cajas/roja/tabla_4x2.gif');
	background-repeat: repeat-x;
	height: 55px;
}

DIV.rojo TD.downRightCorner {
	background-image: url('../../imagenes/alumnos/cajas/roja/tabla_4x3.gif');
	background-repeat: no-repeat;
	width: 52px;
	height: 55px;
	text-align: center;
}

/** Cajas con formato amarillo **/
DIV.amarillo TD.upperLeftCorner {
	background-image: url('../../imagenes/alumnos/cajas/amarilla/tabla_1x1.gif');
	background-repeat: no-repeat;
	width: 49px;
	height: 36px;
}

DIV.amarillo TD.upper {
	background-image: url('../../imagenes/alumnos/cajas/amarilla/tabla_1x2.gif');
	background-repeat: repeat-x;
	height: 36px;
}

DIV.amarillo TD.preTitle {
	background-image: url('../../imagenes/alumnos/cajas/amarilla/tabla_1x3.gif');
	background-repeat: no-repeat;
	width: 44px;
	height: 36px;
}

DIV.amarillo TD.title {
	background-image: url('../../imagenes/alumnos/cajas/amarilla/tabla_1x4.gif');
	background-repeat: repeat-x;
	width: 148px;
	height: 36px;
}

DIV.amarillo TD.upperRightCorner {
	background-image: url('../../imagenes/alumnos/cajas/amarilla/tabla_1x5.gif');
	width: 25px;
	height: 36px;
	background-repeat: no-repeat;
}

DIV.amarillo .upperAdapter {
	background-image: url('../../imagenes/alumnos/cajas/amarilla/tabla_2x1.gif');
	background-repeat: no-repeat;
	width: 49px;
	height: 70px;
}

DIV.amarillo .leftSide {
	background-image: url('../../imagenes/alumnos/cajas/amarilla/tabla_3x1.gif');
	background-repeat: repeat-y;
	width: 49px;
}

DIV.amarillo TD.rightSide {
	background-image: url('../../imagenes/alumnos/cajas/amarilla/tabla_3x3.gif');
	background-repeat: repeat-y;
	width: 33px;
}

DIV.amarillo TD.downLeftCorner {
	background-image: url('../../imagenes/alumnos/cajas/amarilla/tabla_4x1.gif');
	background-repeat: no-repeat;
	width: 49px;
	height: 55px;
}

DIV.amarillo TD.down {
	background-image: url('../../imagenes/alumnos/cajas/amarilla/tabla_4x2.gif');
	background-repeat: repeat-x;
	height: 55px;
}

DIV.amarillo TD.downRightCorner {
	background-image: url('../../imagenes/alumnos/cajas/amarilla/tabla_4x3.gif');
	background-repeat: no-repeat;
	width: 52px;
	height: 55px;
	text-align: center;	
}

/** Cajas con formato azul **/
DIV.azul TD.upperLeftCorner {
	background-image: url('../../imagenes/alumnos/cajas/azul/tabla_1x1.gif');
	background-repeat: no-repeat;
	width: 49px;
	height: 36px;
}

DIV.azul TD.upper {
	background-image: url('../../imagenes/alumnos/cajas/azul/tabla_1x2.gif');
	background-repeat: repeat-x;
	height: 36px;
}

DIV.azul TD.preTitle {
	background-image: url('../../imagenes/alumnos/cajas/azul/tabla_1x3.gif');
	background-repeat: no-repeat;
	width: 44px;
	height: 36px;
}

DIV.azul TD.title {
	background-image: url('../../imagenes/alumnos/cajas/azul/tabla_1x4.gif');
	background-repeat: repeat-x;
	width: 148px;
	height: 36px;
}

DIV.azul TD.upperRightCorner {
	background-image: url('../../imagenes/alumnos/cajas/azul/tabla_1x5.gif');
	width: 25px;
	height: 36px;
	background-repeat: no-repeat;
}

DIV.azul .upperAdapter {
	background-image: url('../../imagenes/alumnos/cajas/azul/tabla_2x1.gif');
	background-repeat: no-repeat;
	width: 49px;
	height: 70px;
}

DIV.azul .leftSide {
	background-image: url('../../imagenes/alumnos/cajas/azul/tabla_3x1.gif');
	background-repeat: repeat-y;
	width: 49px;
}

DIV.azul TD.rightSide {
	background-image: url('../../imagenes/alumnos/cajas/azul/tabla_3x3.gif');
	background-repeat: repeat-y;
	width: 33px;
}

DIV.azul TD.downLeftCorner {
	background-image: url('../../imagenes/alumnos/cajas/azul/tabla_4x1.gif');
	background-repeat: no-repeat;
	width: 49px;
	height: 55px;
}

DIV.azul TD.down {
	background-image: url('../../imagenes/alumnos/cajas/azul/tabla_4x2.gif');
	background-repeat: repeat-x;
	height: 55px;
}

DIV.azul TD.downRightCorner {
	background-image: url('../../imagenes/alumnos/cajas/azul/tabla_4x3.gif');
	background-repeat: no-repeat;
	width: 52px;
	height: 55px;
	text-align: center;	
}

/** Cajas con formato morado **/
DIV.morada TD.upperLeftCorner {
	background-image: url('../../imagenes/alumnos/cajas/morada/tabla_1x1.gif');
	background-repeat: no-repeat;
	width: 49px;
	height: 36px;
}

DIV.morada TD.upper {
	background-image: url('../../imagenes/alumnos/cajas/morada/tabla_1x2.gif');
	background-repeat: repeat-x;
	height: 36px;
}

DIV.morada TD.preTitle {
	background-image: url('../../imagenes/alumnos/cajas/morada/tabla_1x3.gif');
	background-repeat: no-repeat;
	width: 44px;
	height: 36px;
}

DIV.morada TD.title {
	background-image: url('../../imagenes/alumnos/cajas/morada/tabla_1x4.gif');
	background-repeat: repeat-x;
	width: 148px;
	height: 36px;
}

DIV.morada TD.upperRightCorner {
	background-image: url('../../imagenes/alumnos/cajas/morada/tabla_1x5.gif');
	width: 25px;
	height: 36px;
	background-repeat: no-repeat;
}

DIV.morada .upperAdapter {
	background-image: url('../../imagenes/alumnos/cajas/morada/tabla_2x1.gif');
	background-repeat: no-repeat;
	width: 49px;
	height: 70px;
}

DIV.morada .leftSide {
	background-image: url('../../imagenes/alumnos/cajas/morada/tabla_3x1.gif');
	background-repeat: repeat-y;
	width: 49px;
}

DIV.morada TD.rightSide {
	background-image: url('../../imagenes/alumnos/cajas/morada/tabla_3x3.gif');
	background-repeat: repeat-y;
	width: 33px;
}

DIV.morada TD.downLeftCorner {
	background-image: url('../../imagenes/alumnos/cajas/morada/tabla_4x1.gif');
	background-repeat: no-repeat;
	width: 49px;
	height: 55px;
}

DIV.morada TD.down {
	background-image: url('../../imagenes/alumnos/cajas/morada/tabla_4x2.gif');
	background-repeat: repeat-x;
	height: 55px;
}

DIV.morada TD.downRightCorner {
	background-image: url('../../imagenes/alumnos/cajas/morada/tabla_4x3.gif');
	background-repeat: no-repeat;
	width: 52px;
	height: 55px;
	text-align: center;	
}

P.cmClear {
	margin: 0px;
	padding: 0px;
	clear: both;
}

TABLE.mainTable{
	width:560px;
	height:1px;
}

DIV.cmContentList {
	margin: 0px;
	padding: 0px;
}

DIV.cmContentItem {
}


DIV.cmNavigation {
	clear: both;
	position:relative;
}

DIV.cmPagesNavigation {
	position:absolute;
	top:0;	
	right:30px;
		
}

TD.childrenLeftAbstract {
	background-image: url('../../imagenes/alumnos/contenidos/childrenContent_left.png');
	background-repeat: no-repeat;
	height: 50px;
	vertical-align: middle;
	padding-left: 15px;
	width: 430px;
}

TABLE.format {
	padding: 0px;
	border-collapse: collapse;
}

TD.left {
	background-image: url('../../imagenes/alumnos/contenidos/childrenContent_left.png');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	width: 100%;
}

TD.right {
	background-image: url('../../imagenes/alumnos/contenidos/childrenContent_right.png');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	height: 50px;
	vertical-align: middle;
	width: 12px;
}

.contentAbstract {
	font-size: 11px;
}
