/* CSS Document */
body {
	/*
	background-color: #EBEBEB;*/
	text-align:justify;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
}
h1{
	color:#0047B9;
	text-decoration:underline;
	text-align:center;

}

h2 {
	padding-left:40px;
	color:#0047B9;
}
h3 {
	color:#0047B9;
	padding-left:30px;
}

h4 {
	color: #000000;
	font-size:20px;
	text-align:center;
}
h4 a {
	color:#0047B9;
}

p {
	color: #000000;
	font-size:15px;
}

li {
	color: #000000;
}

a{
	color:#0047B9;
	font-weight:bold;
	}
a:hover{}

input{
	background-color:#75A9FF;
}
	
textarea{
	background-color:#75A9FF;}
	
table {
	color: #000000;
}

/**********CAPAS **********************************/
#container {
	margin: 0px auto 0px auto;
	width:1000px;
	height:100%;
	min-height:600px;
}

#vuelta{
	float:right; 
	margin-top:40px;
}

#content{
	margin:0px;
	padding-right:30px;
	padding-left: 30px;
	margin-top: 130px;
	max-height:500px;
	overflow:auto;
	width:940px;
}

#iconos{
	text-align:right;
}


#footer{
	border-top:#0047B9 solid 2px;
	background:url(img/pie.png) no-repeat !important;
	background:none;	
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.stupendostravelclub.com/estilo/img/pie.png'"scale");
	color:#CCCCCC;
	font-weight: bold;
	background-attachment: fixed;
	height:60px;
	margin-top:10px;
}



.area{
	position:relative;
	padding: 10px 0;
	height:250px;
	border-top-width: 1px;
	border-bottom-width:1px;
	border-top-style: solid;
	border-bottom-style:solid;
	border-top-color: #0047B9;
	border-bottom-color: #0047B9;

}
.area a{
	position:relative;	
	}

.area img{
	margin-right: 15px;
	margin-left: 15px;
	float: left;}

.area h3{
	margin:5px;
	padding-left:10px;
}

.area h3 span{
	position:absolute;
	left:300px;
}

.area p {
	color: #000000;
	margin: 10px 0;
	padding-left:280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.precio{
	position:absolute;
	bottom:0px;
	padding-bottom:30px;
	left:280px;
	right:0px;
}
.precio p{
	text-align:right;
	color:#0047B9;
	padding:0;
	margin:0;
}
.precio a {
	float:left;
	text-decoration:none;}

/*------------------------------------*/

#member{
	width:600px;
	padding-left:50px;
	}
	
#member a{
	color:#0047B9;
	font-weight:bold;
	font-style: italic;
	text-decoration: none;	
}
/*------------------------------------*/

.anuncio .cuerpo{
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;

}

.anuncio h3{
	border-bottom:#0047B9 solid 2px;
	border-top:#0047B9 solid 2px;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:5px;
}

.anuncio h2{
	margin:0px;
	font-size: 14px;
	font-style: normal;
}

