/* @override http://macrabbit.com/cssedit/welcome/2.0/welcome.css */

docstyle {
	font-family: Manrope, Verdana, sans-serif;
	color: red;
	background-color: #12141D;
}

body {
	font-family: Manrope, Verdana, sans-serif, Courier;
	color: #000000;
	background-color: #12141D;
}

p {
	border-style: none;
	color: #000000;
	font: normal normal 18px/18px Verdana, sans-serif;
	opacity: 1;
	list-style-type: none;
}

table {
	color: #000000;
	font: 18px Manrope, Verdana, Helvetica, Geneva, sans-serif;
	border-style: solid;
	border-collapse:separate;
    border-spacing: 10;
    border:solid black 1px;
    border-radius:15px;
    -moz-border-radius:10px;
    -webkit-border-radius: 10px;
}

h1 {
	border-style: none;
	color: #000000;
	font: normal normal 18px/18px Manrope, Verdana, sans-serif;
	opacity: 1;
	list-style-type: none;
}


h2 {
	font-family: Manrope, Verdana;
	background-color: #284193;
	border-style: solid;
	border-width: thin;
	text-align: center;
	font-style: normal;
	font-size: x-large;
	color: #224275;
}

.fondo_naranja {background-color:  rgb (255, 122 89); }
/* Comentario */