/*
 * Author           Pierre-Henry Soria <phy@hizup.uk>
 * Copyright        (c) 2015-2017, Pierre-Henry Soria. All Rights Reserved.
 * License          Lesser General Public License <http://www.gnu.org/copyleft/lesser.html>
 * Link             http://hizup.uk
 */

body{color:#666;font-size:14px;font-family:Arial,Helvetica,sans-serif;background:#efefef}
h1{font-size:2em}
.titulo h1 {font-size: 19px !important;}
.center{text-align:center;margin-left:auto;margin-right:auto;width:80%}
.right{float:right;margin-right:10px}
.left{float:left;margin-left:10px}
.left,.right{width:200px}
.success{color:green}
.error{color:red}
.success,.error,.bold{font-weight:bold;font-size:16px}
.small{font-size:x-small}
.italic{font-style:italic}
.inline{display:inline}
header{margin-bottom:10px}
footer{font-size:.9em;text-align:center;padding:8px;margin-top:28px;border-top:1px solid #c8c8c8}
input,textarea{width:260px}
.clear{clear:both}

.msg_success {
    background: #1bbd3678; padding-top: 15px; 
    padding-bottom: 15px; border-radius: 10px;-webkit-border-radius: 10px;
    color: #f0f0f0; font-size: 20px; 
}

.msg_error {
    background: #CD5C5C; padding-top: 15px; 
    padding-bottom: 15px; border-radius: 10px;-webkit-border-radius: 10px;
    color: #f0f0f0; font-size: 20px; 
}

.msg_alert {
    background: #F4A460; padding-top: 15px; 
    padding-bottom: 15px; border-radius: 10px;-webkit-border-radius: 10px;
    color: #f0f0f0; font-size: 20px; 
}
