body
{
	font-size: 11pt;
	color: #000099;
	font-family: Arial, 'Arial Black';
	background-color: #e6ebff;
	margin-left: 170px;
    margin-top: 250px;
}
.smalltext
{
	font-size: 10pt;
	color: #ff3399;
}
.bigtext1
{
	font-weight: bold;
	font-size: 11pt;
}

.bigtext2
{
	font-weight: bold;
	font-size: 13pt;
}
.sangria
{
	margin-left: 30px;
	position: relative;
}
.sangria2
{
	margin-left: 60px;
	position: relative;
}
IMG
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.cursiva
{
	font-style: italic;
}
A.menu
{
	font-size: 11pt;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
A.menu:hover
{
	font-size: 13pt;
	color: #ff3399;
}
A.link
{
	font-size: 10pt;
	font-weight: bold;
	color: #990099;
	text-decoration: none;
}
A.link:hover
{
	font-size: 10pt;
	color: #000099;
}
#cabecera
{
	left: 0px;
	width: 100%;
	position: fixed;
	top: 0px;
	height: 230px;
	background-color: #e6ebff;
}

/*
Para IExplorer
*/
* html #cabecera {
    position :absolute;
    top: 0px;
    left: 0px;
    width:100%;
    height:230px;
 	background-color: #e6ebff;
 }
#imagecab
{
	left: 0px;
	width: 100%;
	position: fixed;
	top: 225px;
	height: 10px;
}

/*
Para IExplorer
*/
* html #imagecab {
    position :absolute;
    top: 225px;
    left: 0px;
    width:100%;
    height:10px;
 }
#menu {
    float : left;
    width : 110px;
    position:fixed;
    top: 265px;
    left: 0px;
	background-color: #e6ebff;
  }

/*
Para IExplorer
*/

* html #menu {
    float : left;
    width : 110px;
    position:absolute;
    top: 265px;
    left: 0px;
	background-color: #e6ebff;
  }
