@charset "utf-8";
/* CSS Document */
/*Design by effective solutions
URL: http://effective.com.uy - http://effective.uy
License: Creative Commons Attribution 3.0 Unported
URL: http://creativecommons.org/licenses/by/3.0/ */


/*formato de fuente para los accesos a sitios*/
.welcome_h h3
{
  color: #515A83;
  font-size: 2.5em;
  font-family: "Playball",cursive;
  font-weight: 600;
  text-shadow: 2px 2px 1px #eee;
}

.welcome_r h3
{
  color: #20B798;
  font-size: 2.5em;
  font-family: "Playball",cursive;
  font-weight: 600;
  text-shadow: 2px 2px 1px #eee;
}

.welcome_c h3
{
  color: #CA992C;
  font-size: 2.5em;
  font-family: "Playball",cursive;
  font-weight: 600;
  text-shadow: 2px 2px 1px #eee;
}

.welcome h1
{
  color: #515A83;
  font-size: 5em;
  font-family: "Playball",cursive;
  font-weight: 600;
  text-shadow: 2px 2px 1px #eee; 
}

/*formato de imagenes redondeadas en caracteristicas*/
.about-grid img
{
  width: 100%;
  border-top-left-radius: 231px;
  border-top-right-radius: 231px;
  border-bottom-right-radius: 231px;
  border-bottom-left-radius: 231px;
  border-top-width: 6px;
  border-right-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 6px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #515C83;
  border-right-color: #515C83;
  border-bottom-color: #515C83;
  border-left-color: #515C83;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
}


