@charset "utf-8";

.center
{
	text-align: center;
}

.derecha
{
	display:block;
	text-align:right;
	vertical-align:middle;
	margin:auto;
}

.subtitle
{
	font-size: 15px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.agrandarimg
{
	border: 1px solid #000;
}

.agrandarimg:hover
{
	border: 1px solid #000;
	width:70px;
	height:87px;
}
.cuento {
	font-size: 15px;
	text-align:justify;
	word-spacing: 0.1em;
	font-family: Verdana, Geneva, sans-serif;
	margin: 20px;
	line-height: 1.5em;
}
.cuento:first-letter {
	font-size:300%;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
	text-indent:0.5;
}
.terminos{
	font-size:15px;
	font-family: Arial, Helvetica, sans-serif;
	margin:20px;
}
.terminos:first-letter {
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.flotante{
	position: fixed;
	right: 0;
	bottom: 10%;
	width:50px;
	height:200px;
	background-image:url(../Imagenes/publicar1.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.flotante:hover{
	position: fixed;
	right: 0;
	bottom: 10%;
	width:50px;
	height:200px;
	background-image:url(../Imagenes/publicar2.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.subsubtitle{
	font-size: 15px;
	font-weight: bold;
}

.verde
{
	background-color:#0C0;
	font-weight: bold;
	color: #FFF;
}
