@charset "utf-8";
/* CSS Document */
body, form, div, li, ul, h1, h2, h3, h4, h5, h6, p, ol, table{
	margin:0px;
	padding:0px;
}
img a, a img{
	border:none;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
body{
	background: url(img/fondo2.jpg) top center no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#999;
	
}

#wrap{
	width:955px;
	position:relative;
	margin:0 auto;
}


p{
	margin-bottom:10px;
}
a{
	color:#4A7CAD;
}
a:hover{
	color:#CCCCCC;
}
h1{
	font-size:19px;
	color:#467392;
	line-height:20px;
	margin-bottom:15px;
	margin-right:20px;
	border-bottom:2px solid #f4f4f4;
	font-weight:normal;
	margin-top:15px;
	padding-bottom:5px;
}
h2{
	font-size:16px;
	color:#FFF;
	margin-bottom:10px;
}
h3{
	font-size:14px;
	margin-bottom:10px;
	color:#EF7302;
}
h4{
	font-size:15px;
	color:#FF8C10;
	margin-top:10px;
}

