body {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%;
	max-height: 100%;
	background:url(../Imagenes/Principal/main-bg.jpg) repeat #ffffff;
}
.tituloprincipal
{
	text-align: center;
	color: #000000;
	font-weight: bold;
	font-size: 31px;
	font-family: Helvetica;
}

#mydiv {
	position:absolute;
	top: 40%;
	left: 40%;
	width:50em;
	height:20em;
	margin-top: -10em; /*set to a negative number 1/2 of your height*/
	margin-left: -25em; /*set to a negative number 1/2 of your width*/
}

#framecontentLeft, #framecontentRight{
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 190px; /*Width of left frame div*/
	height: 100%;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	color: white;
	font-size: 8pt;	
	background-image: url(bgazulleft.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: right;
}


#framecontentRight{
	left: auto;
	right: 0; 
	width: 190px; /*Width of right frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	color: white;
	background-image: url(bgrojoright.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: left;
}


#maincontent{
	position: fixed; 
	top: 0;
	left: 190px; /*Set left value to WidthOfLeftFrameDiv*/
	right: 190px; /*Set right value to WidthOfRightFrameDiv*/
	bottom: 0;
	overflow: auto; 
	background: #fff;
}

.innertube{
	margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
	padding: 0 190px 0 190px; /*Set value to (0 WidthOfRightFrameDiv 0 WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
	height: 100%; 
	width: 100%; 
}


