﻿/*
 * Defina las clases del diseño que desee aparezcan en el editor
 */

.cssContentTitle
{
    font-size: 18px;
    color: #6495ed;
    font-family: Tahoma;
}

.cssContentBackground
{
    background-image: url(../images/fondo_contenido_texto.jpg);
    background-position: right top;
    background-repeat: repeat-y;
}

.cssContentSmallLink
{
    font-weight: bold;
    font-size: 10px;
    color: #1e90ff;
    font-family: Arial;
    text-decoration: none;
}

