/* CSS Document */
* {
	margin:0;
	padding:0;
}

body {
	background-color:#ecede9;
	background-image:url(../img/bg.jpg);
	color: #999999;
	font-size: 10px;
	margin: 0px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body a {
	text-decoration: underline;
	color:#000000;
}

#menu {
	position: fixed;
	width: 240px;
	height: 100%;
	float:left;
	margin-left:15px;
}

#contenido {
	margin-left:250px;
	position:absolute;
	width: 740px;
	float:right;
}

#interior {
	width:100%;
	height:100%;
	text-align:right;
}

#cabeceraInterior {
	width:100%;
	height:84px;
}
#titInterior {
	width:100%;
	height:40px;
}
.subtitInterior {
	width:100%;
	height:43px;
}

.textoInterior {
	width:731px;
	height:100%;
	background-color:#FFFFFF;
	margin-left:9px;
	padding-top:25px;
	padding-bottom:15px;
	text-align:left;
	float:right;
}

#pestanas {
	width:100%;
	height:35px;
	text-align:left;
	margin-left:25px;
}

.pie{
	width:100%;
	height:16px;
	float:left;
	text-align:right;
	margin-top:15px;
	margin-bottom:30px;
	background-color:#FFFFFF;
	color:#62e1f9;
	text-align:center;
	font-weight:bold;
	position:relative;
}

.pieInterior{
	width:731px;
	height:16px;
	float:left;
	text-align:right;
	margin-top:15px;
	margin-bottom:30px;
	margin-left:9px;
	background-color:#FFFFFF;
	color:#62e1f9;
	text-align:center;
	font-weight:bold;
	position:relative;
}