/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, d
,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#wrap{
	margin-right: auto;
	margin-left: auto;
	width: 990px;
	position: relative;
}
#main{
}
#footer{
height:120px;
}
#foot01 {
	float: left;
	background: url(../images/foot01.jpg) no-repeat;
	height: 41px;
	width: 920px;
	font: 11px Arial, Helvetica, sans-serif;
	padding-left: 70px;
	padding-top: 30px;
	color: #004592;
}
#foot01 a{
	color: #004592;
	text-decoration:none;
}
#foot02 {
	float: left;
	width: 880px;
	height: 38px;
	font: 11px Arial, Helvetica, sans-serif;
	padding-left: 55px;
	padding-top: 10px;
	padding-right: 55px;
}
#sociales {
	/*position: absolute;
	z-index: 20;
	top: 20px;
	left: 160px;*/
	float:left;
	padding:10px 0px 10px 60px;
	font-size:12px;
	font-weight:bold;
}
#logo {
	top: 421px;
	right: 58px;
	z-index: 15;
	position: absolute;
}

#sociales img{
	float:left;
	padding-right:10px;
}
.right {
	float: right;
}
.right a{
color:#000000;
text-decoration:underline;
}
.blanco{
	color:#FFFFFF;
	padding-right: 5px;
	height: 48px;
}
.text_foot {
	width: 450px;
	float: left;
}

.clearfix {
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
 }

