html, body {
	background-image: url('../images/bkg.jpg');
	width: 100%;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	margin: 0;
	padding: 0;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
}
img, a {
	border: 0;
}
#header {
	margin: auto 0 auto 0;
	width: 100%;
	text-align: center;
	padding-top: 30px;
}

#header ul{
	list-style: none;
	margin: 0;
	padding-top: 20px;
}

#header ul li{
	display: inline;
}

#header ul li a{
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 10px;
	padding-bottom: 7px;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}

#header ul li a:hover{
	color: #00aed8;
	text-decoration: underline;
	background-color: #fff;
}
#header ul li a.selected{
	color: #00aed8;
	text-decoration: underline;
	background-color: #fff;
}


#mainContainer {
	border-bottom-color: #fff;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-top-color: #fff;
	border-top-style: solid;
	border-top-width: 4px;
	margin-top: 7px;
}

#socialFooter {
	width: 100%;
	text-align: center;
}

#socialFooter ul{
	list-style: none;
	margin: 0;
	padding-top: 20px;
}

#socialFooter ul li{
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
}

#rightsFooter {
	text-align: center;
	margin-bottom: 20px;
}
#rightsFooter p{
	color: #fff;
	font-size: 12px;
}
.containerTest {
    display: hidden;
}
/* escondemos los controles del slider */
.nivo-caption {
    display: hidden;
}
.nivo-directionNav {
    display: hidden;
}
.nivo-controlNav {
    display: hidden;
}

/* Estilos para divs con redes sociales del componente de la home */
.facebookContainer {
	width: 220px;
	height: 275px;
	background-color: #00aed8;
}
.facebookContainerHeader {
	width: 220px;
	height: 44px;
	background-color: #3d5998;
}
.facebookContainerHeader img{
	padding-top: 4px;
}
.facebookContainerContent img{
	float: left;
	padding-top: 5px;
	padding-left: 5px;
}
.facebookContainerTexts p{
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	margin-left: 100px !important;
	padding-top: 8px;
}
.facebookContainerTexts a{
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}

.twitterContainer {
	width: 220px;
	height: 184px;
	background-color: #00aed8;
}
.twitterContainerHeader {
	width: 220px;
	height: 44px;
	background-color: #33ccff;
}
.twitterContainerHeader img{
	padding-top: 8px;
	padding-left: 8px;
}
.twitterContainerContent p{
	color: #fff;
	font-size: 11px;
	margin-left: 10px !important;
	margin-right: 10px !important;
	padding-top: 5px;
}
.twitterContainerContent span{
    margin-left: 10px !important;
	margin-right: 10px !important;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

.twitterContainerContent a{
    text-decoration: none;
}


/* estilos para las secciones */
.sectionContainer {
	background-color: #fff;
	opacity: 0.98;
	width: 660px;
	height: 736px;
	overflow: auto;
}
.headerSection h1 {
	padding-left: 15px;
	padding-top: 15px;
	font-size: 30px;
	font-weight: bold;
	color: #00aed8;
}
.sectionContent {
	padding-bottom: 60px;
}
.sectionContent img{
	opacity: 1 !important;
}
.sectionContent h2,h3 {
	padding-left: 15px;
	padding-top: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	clear: both;
}
.sectionContent p {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
	color: #333333;
}
.sectionContent a {
	font-size: 12px;
	color: #00aed8;
	font-weight: bold;
	text-decoration: none;
}
.abutUsItem {
	padding-top: 7px;
}
.abutUsItem img{
	padding-left: 15px;
	margin-right: 8px;
	float: left;
	
}

.ourApproachContainer {
	text-align: center;
	padding-top: 17px;
}

.pics {  
    position : relative;
    height:  220px;  
    width:   184px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    padding: 0px;  
    border:  0px solid #ccc;  
    width:  220px; 
    height: 184px; 
    top:  0; 
    left: 0 
} 
