@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 del menu en el top*/
.header-int{
	background:url(../images/banner2.jpg) no-repeat 0px 0px;
	background-size:cover;
   -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	min-height:240px;
	padding-bottom: 4em;
}


.header-top
{
  background-color: #fdfdfd;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  opacity:0.8;
}


/*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: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-left-color: #ffffff;
  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;
  margin-bottom: 20px;
  
}

