.black-fondo-general {
	font-family: Raleway, sans-serif;
	background-color: #EAEBEF;
}
.black-titu01 {
	font-family: Raleway, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #000;
	padding: 10px;
	text-align: center;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}
.black-rojo {
	color: #F00;
}
.black-azul {
	color: #09F;
}
.black-linkrojo:link {
	color: #F00;
	text-decoration: underline;
}
.black-linkrojo:visited {
	color: #F00;
	text-decoration: underline;
}
.black-linkrojo:hover {
	color: #900;
	text-decoration: underline;
}
.black-ventana01 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	padding: 20px;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}
.black-ventana02 {
	border: 1px solid #fff;
	margin: 5px;
	padding: 30px;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cccccc+58,eeeeee+100 */
	background: #cccccc; /* Old browsers */
	background: -moz-linear-gradient(top,  #cccccc 58%, #eeeeee 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #cccccc 58%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #cccccc 58%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}
.black-texto01 {
	font-family: Raleway, sans-serif;
	font-size: 13pt;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: justify;
}
.black-texto02 {
	font-family: Raleway, sans-serif;
	font-size: 13pt;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: center;
}
.black-pie {
	font-family: Raleway, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: center;
}
#barraaceptacion {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    top:0px;
    padding:20px 0;
    width:100%;
    text-align:center;
    min-height:25px;
    background-color: rgba(0, 0, 0, 0.8);
    color:#fff;
    z-index:99999;
}
.black-ventana03 {
	border: 3px dotted #F00;
	margin: 5px;
	padding: 30px;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	background-color: #FFF;
	font-family: Raleway, sans-serif;
	color: #F00;
	font-size: 50px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	width: 100%;
}