body {

min-width: 769px;
margin: 0;

}

/* contenedor principal */

#cp {
	position: absolute;
	top: 2px;
	left: 1px;
	width: 100%;
	height: 174px;
	margin: 0;
	text-align: center;
	visibility: inherit;

}

/* espacio de trabajo */

#edt {

position: relative;
top: 0;
left: 0;
width: 769px;
height: auto;
margin: auto;

}

/* estilos para menu despleglable */

.brd {

border-right: dotted 1px #999;
border-bottom: dotted 1px #999;
border-left: dotted 1px #999;

}

/* menu principal */

#menu {

position: absolute;
top: 100px;
left: 33px;
width: 709px;
height: 23px;
margin: 0;
text-align: center;

}

/* pseudoclases para menu principal */

.mn {

color: #cc0101;
margin: 0;
font: bold 11px/25px "arial",sans-serif;

}

.mn a {

color: #cc0101;
text-decoration: none;

}

.mn a:visited {

color: #cc0101;
text-decoration: none;

}

.mn a:hover {

color: #cc0101;
text-decoration: underline;

}

.mn a:active {

text-decoration: none;

}

/* pseudoclases para menu despleglable */

.md {

color: #555;
margin: 0;
font: normal 11px/25px "arial",sans-serif;

}

.md a {

display: block;
color: #555;
text-decoration: none;
background: white;
border-right: 1px solid;
border-bottom: 1px solid;
border-left: 1px solid;

}

.md a:visited {

color: #555;
text-decoration: none;

}

.md a:hover {

color: black;
text-decoration: none;
background: #eee;

}

/* elementos del menu principal */

#item_01 {

position: absolute;
top: -1px;
left: -25px;
width: 10%;
height: 25px;
margin: 0;
border-right: dotted 1px #999;

}

#item_02 {
	position: absolute;
	top: -1px;
	left: 56px;
	width: 17%;
	height: 25px;
	margin: 0;
	border-right: dotted 1px #999;
	z-index: 2;

}

#sub2 {

display: none;
position: absolute;
top: 22px;
left: 11%;
width: 13%;
height: auto;
margin: 0;
border-top: #555 1px solid;
z-index: 1;

}

#item_03 {

position: absolute;
top: -1px;
left: 185px;
width: 15%;
height: 25px;
margin: 0;
border-right: dotted 1px #999;

}

#sub3 {

display: none;
position: absolute;
top: 22px;
left: 29%;
width: 11%;
height: auto;
margin: 0;
border-top: #555 1px solid;
z-index: 1;

}

#item_04 {

position: absolute;
top: -1px;
left: 293px;
width: 13%;
height: 25px;
margin: 0;
border-right: dotted 1px #999;

}

#sub4 {

display: none;
position: absolute;
top: 22px;
left: 44%;
width: 9%;
height: auto;
margin: 0;
border-top: #555 1px solid;
z-index: 1;

}

#item_05 {

position: absolute;
top: -1px;
left: 390px;
width: 102px;
height: 25px;
margin: 0;
border-right: dotted 1px #999;

}

#sub5 {

display: none;
position: absolute;
top: 22px;
left: 58%;
width: 10%;
height: auto;
margin: 0;
border-top: #555 1px solid;
z-index: 1;

}

#item_06 {

position: absolute;
top: -1px;
left: 492px;
width: 13%;
height: 25px;
margin: 0;
border-right: dotted 1px #999;

}

#sub6 {

display: none;
position: absolute;
top: 22px;
left: 73%;
width: 9%;
height: auto;
margin: 0;
border-top: #555 1px solid;
z-index: 1;

}

#item_07 {

position: absolute;
top: -1px;
left: 600px;
width: 142px;
height: 25px;
margin: 0;
border-right: dotted 0px #999;

}

#sub7 {

display: none;
position: absolute;
top: 22px;
left: 85%;
width: 15%;
height: auto;
margin: 0;
border-top: #555 1px solid;
z-index: 1;

}
