body {
	text-align: center;
	margin: 0px;
	background-attachment: fixed;
	background-position: 0px 5px;
	background-repeat: no-repeat;
}
#contenedor {
	clear: both;
	height: auto;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	text-align: left;
	margin-top: 100px;
	margin-bottom: 100px;
	background-image: url(img/fondo.png);
	background-repeat:  repeat-y;
}
#head {
	background-color: #e20a17;
	height: 148px;
}
#img_foot {
	float: left;
	height: 60px;
	width: 60px;
	background-image: url(img/qyndao_logo_small.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 10px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#contenido {
	width: 578px;
	clear: both;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top: 25px;
	padding-bottom: 20px;
	text-align: center;
}
.in1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 200px;
	margin-bottom: 10px;
	height: 15px;
	margin-left: 10px;
}
.in_name {
	height: 20px;
	margin-bottom: 2px;
	background-color: #FF0000;
	display: block;
}
.in2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 200px;
	margin-bottom: 10px;
	height: 35px;
	margin-left: 10px;
}

#contenido p{
	margin-right: 10px;
	margin-left: 10px;	
}

#text_foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	display: tabla;
	overflow: hidden;
}
#pie  .correo-foot  {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#pie{
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: tabla;
	overflow: hidden;
}
#botonera {
	float: left;
	width: 600px;
	text-align: center;
	background-image: url(img/menu_back.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.menu:link ,  .menu:active , .menu:visited {
	height: 15px;
	width: 140px;
	display: block;
	float: left;
	padding-right: 3px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-image: url(img/menu_back.gif);
	background-repeat: repeat-x;
	text-decoration: none;
	padding-top: 5px;
}
.menu2:link, .menu2:active ,  .menu2:visited{
	height: 15px;
	width: 155px;
	display: block;
	float: left;
	padding-right: 3px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-image: url(img/menu_back.gif);
	background-repeat: repeat-x;
	text-decoration: none;
	padding-top: 5px;
}
.menu:hover, .menu2:hover {
	background-image: url(img/menu_back_hover.gif);
	background-repeat: repeat-x;
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
/*cornner gris*/
.box { 
  background: #f7f7f7; 
}
.boxtop { 
  background: url(img/ne.gif) no-repeat top right; 
}
.boxtop div { 
  height: 5px; 
  background: url(img/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(img/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  height: 5px; 
  background: url(img/sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 5px 0px 5px;
}
