@charset "utf-8";
/* CSS Document */

#wrapper {
	font-size: 100%;
	line-height: 1.5em;
	width: 900px;
	margin-bottom: 30px;
	margin:auto;
}

#contents {
	width: 100%;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 30px 10px 15px 10px;
	padding: 5px 0 5px 8px;
	color: #903;
	border-left: #FF6D15 7px double;
	border-bottom: #FF6D15 1px solid;
	background-color: #FFFEEC;
}

.txt_box_01 {
	font-size: 90%;
	line-height: 1.3em;
	margin: 10px;
}

.txt_box_02 {
	font-size: 120%;
	line-height: 1.3em;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
}

.table01{
	width: 100%;
	border: #999 1px solid;
	border-spacing: 1px;
	margin: 0;
}

.table01 th{
	border-right: #CCC 1px solid;
	border-bottom: #CCC 1px solid;
	padding: 10px;
}

.table01 td{
	border-right: #CCC 1px solid;
	border-bottom: #CCC 1px solid;
	padding: 10px;
}

.txt_blue_18px{
	color: #006;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
}

.txt_12px{
	font-size: 12px;
	line-height: 1.5em;
}

.txt_red{
	color: #F00;
}

.crear {
	clear: both;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}