@charset "utf-8";
/* CSS Document */
body{
font-family:Calibri, Verdana, Arial;}
#contenedor {
	width: 100%;
	text-align: center;
}
#centrado{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #92DD7B;
	width: 780px;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
}
#tabla_ch {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 10px;
	empty-cells:show;
	border-collapse: collapse;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #92DD7B;
	border-bottom-color: #92DD7B;
	border-left-color: #92DD7B;
}
td {
	font-size: 12px;
	padding: 7px;
	vertical-align: top;
}
th {}
.opcion {
	border:1px solid #CBEFC0;
	char width:40;
	width:180px;
	font-size:11px;
	background-color: #F5FCF3;
	height: 2em;
}
.opcion1 {char width:90;
	border:1px solid #CBEFC0;
	width:500px;
	font-size:11px;
	background-color: #F5FCF3;
	height: 2em;
}
.opcion2 {char width:40;
	border:1px solid #CBEFC0;
	width:500px;
	font-size:11px;
	text-align: left;
	background-color: #F5FCF3;
}
.titulo {
	font-size: 14px;
	font-weight: bolder;
	background-color: #C6EDBA;
	text-align: center;
	height: 1em;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #92DD7B;
	border-right-color: #92DD7B;
	border-bottom-color: #92DD7B;
	border-left-color: #92DD7B;
}
