@charset "utf-8";
/* CSS Document */

body { 
	background:#ffffff; 
	margin:0px 0px 0px 0px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height:150%;
	
	}

#container {
width:1000px;
margin:auto;
}

#menu {
height:33px;
background-image:url(../images/bg-menu-diseno.jpg);
background-repeat:no-repeat;
}



#underhead {
height:15px;
background-image:url(/images/underhead.jpg);
width:100%;
}

#diseno {
width:990px;
border-bottom:#7F9FBF solid 1px;
border-right:#7F9FBF solid 1px;
border-left:#7F9FBF solid 1px;
border-top:#7F9FBF solid 1px;
padding:5px;

margin:auto;
float:right;
margin-bottom:10px;
}

#footer {
width:990px;
margin-top:10px;
padding:5px;
border-bottom:#7F9FBF solid 1px;
border-right:#7F9FBF solid 1px;
border-left:#7F9FBF solid 1px;
border-top:#7F9FBF solid 1px;
text-align:center;
clear:both;

}

#footer2 {
width:990px;
background-color:#DDDDDD;
margin-top:10px;
padding:5px;
border-bottom:#7F9FBF solid 1px;
border-right:#7F9FBF solid 1px;
border-left:#7F9FBF solid 1px;
border-top:#7F9FBF solid 1px;
text-align:center;

clear:both;
}

a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: none;
	color: #cc0000;
}
a:active {
	text-decoration: none;
	color: #999999;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 16px;
	color: #003366;
}
h2 {
	font-size: 14px;
	color: #003366;
}
h3 {
	font-size: 12px;
	color: #003366;
}

#dropdown {
margin:auto;
width:100%;
vertical-align:middle;
padding-top:5px;
}
