﻿/*
Theme Name: Prosite-v6
Theme URI: http://tha.com.gt
Author: Rivera Brothers
Author URI: http://tha.com.gt
Description: A beautiful and simple site to get your objective.
Version: 6
License: GNU General Public License v6 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: hermesweb

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Reset básico */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}

/* Estilos generales */
body {
    background: #fff;
    color: #000;
    font-family: 'Lato', sans-serif;
}

/* Header */
#header {
    background: #fff;
}

/* Efectos */
.efecto {
    opacity: 1;
    transition: opacity .75s ease;
}

.efecto:hover {
    opacity: 0.4;
}

.efecto-black {
    background: #000 url(images/mas.png) center no-repeat;
}

/* Contenido */
#contenido-center {
    margin: 40px 0;
}

.contenido-cont {
    min-height: 800px;
}