
body {
	margin: 0px;
	background-color:#005B80;
}

a {
    text-decoration:none;
   	color: #666666;
}

visited{
		color: #666666;
		}

a:hover{
		text-decoration:underline;
}

#all{
	text-align:center;
	width:100%;
	height:auto;
	overflow:auto;
}

#allInside{
	width:782px;
	text-align:center;
	height:auto;
	overflow:auto;
	margin-left:auto;
	margin-right:auto;
    background-image: url(../images/fondo.gif);
	background-repeat:repeat-y;
}

#content{

	width:680px;
	height:auto;
	overflow:auto;
	margin-left:auto;
	margin-right:auto;

}
#menu{
    width: auto;
    height: 30px;
    border-bottom: 1px solid #992827;
    border-top: 1px solid #992827;
}

.img{
    border: 1px solid #992827;
    padding: 2px;
}
img{
    border: 0;
}


#menu ul {
    display:block;
    margin:0;
    padding:0;
    width:auto;
    height: auto;
    list-style: none;
}

#menu ul li{
    float: left;
    margin-left:2px;
    padding-top:0px;
    height: 20px;
    width: 133px;
}

#menu ul li a{
    float: left;
    margin:2px;
    padding-top:6px;
    height: 20px;
    _height: 24px;
    background-color: #992827;
    width: 132px;
    _width: 129px;
}

#menu ul li a:hover{
    background-color: #353535;
}


p{
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
	margin-left:5px;
	margin-right:5px;
}
#middle p{
	text-align:justify;
	}

.estilo4{
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
}

#leftp{
	float:left;
	width:85px;
}
#middle{
	float:left;
	width:330px;
	border-left:solid 2px #CCCCCC;
}
#rightp{
	float:left;
	width:220px;
	margin-top:0px;
}

#top{
	float:left;
	width:640px;
	height:auto;
	margin-bottom:20px;
	margin-top:10px;
}
.estilo1{
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#990000;
}

#cuerpo {
	width:auto;
    height: auto;
    overflow: auto;
}

#left{
	float:left;
	width:201px;
	margin-left:0px;
	background-image:url(images/menubarra.gif);
	background-repeat:repeat-y;
}

#right{
	float:left;
	width:430px;
}
.estilo2{
	font-family: "Monotype Corsiva", Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color: #990000;
}

#foot{

	height:40px;
	text-align:center;
	padding-top:10px;
    font-family: Verdana;
    font-size: 10px;

}

