/* Documento CSS*/

body {
	text-align: center;
	background:#fff;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-top: 0px;
}


A:link {text-decoration:none;color:#fff;font-weight : bold;}
A:visited {text-decoration:none;color:#fff;font-weight : bold; }
A:active {text-decoration:none;color:#ccc;font-weight : bold; }
A:hover {text-decoration:none;color:#000;font-weight : bold; background:#ffffff }


#contenedor {
	background-color:#006699;
	float:center;
	width:753px;
}

#cabecera {
width:753px;
height:203px;
}

#menu {
background-color:#336600;
color:#333333;
height:448px;
width:241px;
float:left;
}

#info {
background-color:#fff;
background-image:url(Imagenes/info.jpg);
background-repeat:no-repeat;
color:#000000;
height:376px;
width:500px;
float:right;
text-align:justify;
	border-color:  #CCCCCC;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	padding: 5px;
	overflow: auto;
	scrollbar-3dlight-color:;
    scrollbar-arrow-color:#FFFFFF;
    scrollbar-base-color:;
    scrollbar-darkshadow-color:;
    scrollbar-face-color:#7DB0CB;
    scrollbar-highlight-color:;
    scrollbar-shadow-color:
}

#pie {
background-image:url(Imagenes/pie.jpg);
background-repeat:no-repeat;
height:49px;
width:753px;
float:center;
}
