
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.margen_tabla_cuerpo {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.borde_tabla_cuerpo {
    border: thin solid #1C2640;
    border-radius: 4px;
    overflow: hidden;
}

.text_01 {
	color: #FFFFFF;
	font-size: 22px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
.text_02 {
	color: #FFFFFF;
	font-size: 13px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	padding-top: 7px;
	font-weight: bold;
}
.text_03 {
	color: #FFFFFF;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	padding-top: 5px;
}
.text_04 {
	color: #1c2640;
	font-size: 15px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -0.5px;
}
.menu_list_borde {
	border: thin solid #1c2640;
	border-radius: 2px;
	height: 30px;
	width: 170px;
}
.degrade {
	background-image: linear-gradient(to right, #a6e2fc, #203e48);
}
.boton_formulario {
	border-radius: 3px;
	height: 34px;
	width: auto;
	background-color: #e50746;
	color: #FFFFFF;
	font-size: 15px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -0.5px;
	padding-left: 25px;
	padding-right: 25px;
}
.boton_formulario:hover {
	background-color: #267d93;
	cursor: pointer;
}	
.tabla_cuerpo_borde {
	border: 1px solid #ff0e52;
	border-radius: 7px;
	background-color: #FF0E52;
	overflow: hidden;
}
.boton_tabla {
	border: thin solid #5c5c5e;
	border-radius: 7px;
	height: 20px;
	background-color: #5c5c5e;
	margin: 7px;
}
.boton_tabla:hover {
	border: thin solid #5c5c5e;
	background-color: #000000;
	cursor: pointer;
}
.text01 {font-family: "Raleway", sans-serif;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 500;
	margin-bottom: 15px;
	margin-top: 0px;
	color: #FFFFFF;
}
.logo_alto {
	height: 300px;
	width: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
.fondo_titulo {
	background-image: url("../Imagenes/imgSunLine/fondo_mapa.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.bloque_datos {
	margin-right: 0px;
	margin-left: 0px;
}
.barra_fondo {
	background-color: rgba(32, 62, 72, 0.5);
}
@media only screen and (max-width: 700px) {
.logo_alto {
	height: 250px;
	width: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
}
@media only screen and (max-width: 600px) {
.fondo_titulo {
	background-image: url("../Imagenes/imgSunLine/fondo_mapa.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
}	
@media only screen and (max-width: 500px) {
.logo_alto {
	height: 200px;
	width: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
.bloque_datos {
	margin-right: 20px;
	margin-left: 20px;
}
}

