@charset "utf-8";
body  {
	padding: 0;
	background-image: url(../images/fondo.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #065789;
	line-height: 1.8em;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #FFF;
}

.thrColFixHdr #container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-color: #FFF;
} 
#headerbis {
	width: 950px;
	background-image: url(../images/logoalto.png);
	background-repeat: no-repeat;
	background-position: 30px bottom;
	height: 78px;
}

#navigation {
	height: 4.6em;
	width: 948px;
	background-color: #95BFD9;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	background-image: url(../images/logobajo.png);
	background-repeat: no-repeat;
	background-position: 30px 0px;
}
#greathead {
	float: left;
	height: 319px;
	width: 948px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	background-image: url(../images/cabecera.jpg);
	background-repeat: no-repeat;
}
#greatheadinterior {
	float: left;
	height: 185px;
	width: 948px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}

.text1 {
	float: left;
	width: 438px;
	margin-top: 230px;
	padding-left: 15px;
	padding-right: 20px;
}
.text2 {
	float: left;
	width: 210px;
	margin-top: 230px;
	padding-left: 5px;
	padding-right: 260px;
}


.thrColFixHdr #sidebarhome {
	float: left; /* since this element is floated, a width must be given */
	width: 472px;
	height: 370px;
	background-image: url(../images/2divs.jpg);
	background-repeat: no-repeat;
}
.text4 {
	float: left;
	width: 190px;
	padding-top: 170px;
	padding-right: 20px;
	padding-left: 25px;
}
.text5 {
	float: left;
	width: 194px;
	padding-top: 170px;
	padding-right: 20px;
	padding-left: 20px;
}
.thrColFixHdr #mainContenthome {
	width: 469px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	background-color: #D5DEFF;
	padding-left: 8px;
	padding-top: 6px;
	padding-bottom: 10px;
	background-image: url(../images/eif.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 370px;
} 



.thrColFixHdr #sidebartheteam {
	float: left;
	width: 316px;
	margin-bottom: 30px;
}
.thrColFixHdr #mainContenttheteam {
	background-color: #FFF;
	width: 590px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 25px;
	float: right;
}
#pdfword {
	float: right;
	width: 590px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
}

.thrColFixHdr #mainContentportfolio {
	background-color: #FFF;
	width: 750px;
	float: left;
	margin-left: 100px;
	margin-bottom: 30px;
	padding-top: 25px;
}

.tableprimera {
	margin-bottom: 20px;
	margin-top: 20px;
}
.tablesegunda {
	margin-top: 20px;
	margin-bottom: 20px;
}






.thrColFixHdr #footer {
	padding-top: 3px;
	padding-right: 78px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-image: url(../images/w3c%20css.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #95BFD9;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 90%;
	color: #065789;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	font-weight: bold;
}

#footerp {
	text-align: right;
}
.h2 {
	font-size: 125%;
	color: #2C81B6;
	padding-bottom: 5px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #2C81B6;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
}
