/* test.css */

#contenido_int_test {
	background-color: #ffffff;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #27216d;
}

#titulo_test {
	margin-left: 35px;
	margin-bottom: 20px;
}

#col_i {
	/* ancho total: 229px */
	width: 229px;
	float: left;
	padding: 0px;
	margin-right: 20px;
}

#col_d {
	width: 100px;
	height: 360px;
	float: right;
	padding: 0px;
	margin-right: 20px;
	margin-left: 20px;
	background: url(../images/cuadrito_azul.png);
}

#col_c {
	margin-left: 20px;
	margin-right: 20px;
}

.lista_col_c {
	margin-left: 50px;
}

.texto_home {
  clear: both;
	font-family: times, "times new roman", serif;
	font-size: 14px;
	font-weight: bold;
  padding-top: 20px;
}

h3, h4 {
	font-family: arial, helvetica, sans-serif;
  padding-left: 30px;
}

.test h4 {
  padding-left: 0px;
}

.seccion {
  border-top: solid 8px #434382;
  padding-top: 5px;
  padding-left: 0px;
}

.test {
  border-top: solid 8px #c9cee8;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 30px;
}

.test ol {
  list-style-type: lower-alpha;
}

.test li {
  line-height: 100%;
  padding-bottom: 0px;
}

.completar {
	font-family: times, "times new roman", serif;
	font-size: 14px;
	font-weight: bold;
  text-align: center;
	letter-spacing: 0px;
	color: #27216d;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 1px #27216d;
  background: #ffffff;
}

#botones {
  border-top: solid 8px #c9cee8;
  padding-top: 5px;
  padding-left: 30px;
  margin-bottom: 20px;
}

.caja_demo {
	color: #000000;
}

.tabla_demo{
	border-collapse: collapse;
	width: 330px;
}

.tabla_demo td {
	color: #000000;
	border: none;
	background: #c9cee8;
	font-family: times, "times new roman", serif;
	font-size: 13px;
	font-weight: bold;
  text-align: left;
	letter-spacing: 0px;
	padding: 15px 0px 10px 5px;
}

.texto_privacy {
  clear: both;
	font-family: times, "times new roman", serif;
	font-size: 14px;
  padding: 20px 20px 20px 20px;
}

.texto_privacy li {
  padding-bottom: 20px;
}

#contenido_int_IPN {
  padding: 20px;
	font-family: times, "times new roman", serif;
	font-size: 14px;
	color: #27216d;
}

.caja_registro {
  background: #eaedf7;
  padding: 10px;
  margin: 10px 0px 10px 0px;
}

.caja_registro_ext {
  border: solid 1px #c9cee8;
  padding: 5px;
  margin: 10px 0px 10px 0px;
}
