/*
Estilo de la Página para 
Sistemas Betha index.html
*/

/* 
    Created on : 10/11/2018, 02:03:20 PM
    Author     : Fernando R. Betancourt
    Cell       : 55 38153640

    color: yellow;     
    font-size: 30px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.95);
*/

@import url('https://fonts.googleapis.com/css?family=Pacifico cursive');
.titulo
{
    font-family:'Pacifico cursive', 'Open Sans';
    font-size:40px;
    color:blue;
    font-weight:bold;
    text-align:center;
    width:auto;
}
.author{
	font-weight:bold;
}
.contenido
{
    font-family:'Pacifico cursive', 'Open Sans';
    font-size:35px;
    color:white;
    font-weight:bold;
    text-align:justify;
    width:auto;
}
.plantilla
{
	font-size:35px;
	margin: 0px;
	color:white;
}
.boton-plantilla 
{
	text-decoration:none;
	font-weight:600;
	font-size:30px;
	color:#ffffff;
	padding-top:25px;
	padding-bottom:25px;
	padding-left:150px;
	padding-right:150px;
	background-color:#FFD27D;
	display:'inline-block';
}