.Error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
}



.Linea_azul_clara {
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5494AC;
	border-left-color: #C63564;
	border-left-width: 1px;
}

.tb {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.Texto_titulos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #C43363;
}
.Lista_seleccionable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: lighter;
	color: #000000;
	border: 1px solid #999999;
}
.Texto_titulos_gris {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}
.Texto_normal {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: lighter;
	color: #000000;
	border: none;
}
.Linea_tabla {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.formularios {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FBFBFB;
	border: 1px solid #999999;
	width: 97%;
	padding-right: 3px;
	padding-left: 3px;
	margin-top: 3px;
	margin-bottom: 4px;
}
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#Form_paso {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #666666;
	background-color: #F0F0F0;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: 0px;
	border-bottom-color: #CCCCCC;
	margin-top: 10px;
	width: 30%;
}

.Linea_azul_puntos {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9999CC;
}
#Form_grupo {
	border: 1px dotted #CCCCCC;
	padding: 5px;
	margin-bottom: 15px;
}
#Form_grupo_tit {
	font-size: 14px;
	font-weight: bolder;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-top: 10px;
}
#Form_grupo_desc {
	text-align: justify;
}
#Form_grupo_elem_form {
	padding-top: 12px;
	padding-bottom: 15px;
	text-align: left;
}
.input{
	background-color: #F8F8F8;
	width: 50%;
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
}




#Form_contenedor {
	width: 100%;
	margin: auto;
}


.formulario_boton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	padding: 3px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 5px;
}
.Texto_titulos_nivel_2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	padding-bottom: 5px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #CCCCCC;
}
select {

	background-color: #F8F8F8;
	width: 300px;
	border: 1px dotted #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
}
textarea {
	background-color: #F8F8F8;
	width: 98%;
	border: 1px dotted #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	height: 100px;
}
.imagen {
	margin: 3px;
	padding: 1px;
	border: 1px dotted #DBDBDB;
}
.texto_normal {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}
