/*
Theme Name: Prosite
Theme URI: http://tha.com.gt
Author: Jose Rivera
Author URI: http://tha.com.gt
Description: A beautiful and simple site to get your objective.
Version: 2.4
License: GNU General Public License v2 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.
*/

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;
}
body {
	background:#fff;
	color:#000;
	font-family: 'Ubuntu', sans-serif;
	
}


#header {
	background:#fff;
}

.efecto {
	opacity:1;	
-webkit-transition: opacity .75s ease;
-moz-transition: opacity .75s ease;
border-radius: 25px;
}
.efecto:hover{
	opacity:0;
}
.efecto-black {
	background:#007ec5;
	background-image: url(images/mas_ver.png);
	background-position: center; 
	background-repeat: no-repeat;
  border-radius: 25px;
}

.efecto1 {
  opacity:1;  
-webkit-transition: opacity .75s ease;
-moz-transition: opacity .75s ease;
}
.efecto1:hover{
  opacity:0.4;
  box-shadow:0 0 6px 3px #000;
  -webkit-transition: opacity .75s ease;
-moz-transition: opacity .75s ease;
}
.efecto-black1 {
  background:#000;
  background-image: url(images/mas.png);
  background-position: center; 
  background-repeat: no-repeat;
  border-radius: 0 0 25px 25px;
}

/*FORMULARIO*/




/*BARRA SUPERIOR*/

.face:hover {
  background: #1f3695;
  transition: all 1s ease;
}

.inst:hover {
  background: #c61598;
  transition: all 1s ease;
}

.youtube:hover {
  background: #db0000;
  transition: all 1s ease;
}

.twite:hover {
  background: #22cbe4;
  transition: all 1s ease;
}



/*@MEDIA PARA CELULARES*/
@media only screen and (max-width:480px){

}

@media only screen and (max-width:500px){
    
}
@media only screen and (max-width:640px){

}
@media only screen and (max-width: 735px){

}
@media only screen and (min-width: 768px) and (max-width: 1024px){

}

