* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px; 
 background:url(../images/fondo.jpg) top left repeat-x;
 background-color:#A0BFF0;
}

.texto {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #1A408F; FONT-STYLE: normal; FONT-FAMILY: Arial;
}
.texto A {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #1A408F; FONT-STYLE: normal; FONT-FAMILY: Arial; TEXT-DECORATION: underline;
}
.texto A:hover {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #1A408F; FONT-STYLE: normal; FONT-FAMILY: Arial; TEXT-DECORATION: underline;
}


.foot {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #FFF7C8; FONT-STYLE: normal; FONT-FAMILY: Arial;
}
.foot A {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #FFF7C8; FONT-STYLE: normal; FONT-FAMILY: Arial; TEXT-DECORATION: underline;
}
.foot A:hover {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #FFF7C8; FONT-STYLE: normal; FONT-FAMILY: Arial; TEXT-DECORATION: underline;
}

#wrapper { 
 margin: 0 auto;
 top:0px;
 width: 888px;
 background-color:#1A408F;

}
#faux {
 background:url(../images/conten.jpg);
 margin-bottom: 5px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 width: 888px;
 padding: 0px;
 height: 45px;
 margin: 0;
 background:url(../images/web_01.jpg) top left no-repeat;
}
#header1 {
 color: #333;
 width: 888px;
 padding: 0px;
 height: 244px;
 margin: 0;
 background-color:#1A408F;
}
#leftcolumn { 
 display: inline;
 color: #333;
 margin-left: 5px;
 padding: 0px;
 width: 176px;
 float: left;
 background:url(../images/columnas.jpg) top left no-repeat;
}
#content { 
 float: left;
 color: #000000;
 margin: 10px;
 padding: 0px;
 width: 500px;
 display: inline;
 position: relative;
}
#rightcolumn { 
 display: inline;
 position: relative;
 color: #333;
 margin-right: 5px;
 padding: 0px;
 width: 176px;
 float: right;
 background:url(../images/columnas.jpg) top right no-repeat;

}
#footer { 
 width: 888px;
 height: 45px;
 clear: both;
 color: #333;
 background: #ABBEBE;
 margin: 0;
 padding: 0px;
 background:url(../images/footer.jpg) top left no-repeat;
}
.clear { clear: both; background: none; }