/* CSS Document */
	
body {
margin:0;
padding:0;
line-height: 1.5em;
font-family:Georgia, "Times New Roman", Times, serif;
background:#000033 url(img/fondo.jpg)
/*#f2f5f3 url(img/fondo.gif) 0 0 repeat-x;*/
}	

.gallerycontainer{
position: relative;
width: 795px;
height: 250px;
background-color: #FFFFFF;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}


u{color:#2b56a8}
em{color: red;}
p{
	font-size:15px;
	color:#00246a;
	font-variant: normal;
}
 
a.azul:link {
	color: #2b56a8;
	text-decoration:none;
}


a:visited {
	color: #00246a;
}
a:hover {
	background:#2b56a8;
	color: #FFFFFF;
}
a:active {
	color:#00246a;
	text-decoration:underline;
}

a.ellas:link{
	color: #F69;
	text-decoration:none;
}

a.ellas:visited {
	color: #F69;
}
a.ellas:hover {
	background: #FCF;
	color: #F69;
}
a.ellas::active {
	color:#F69;
	text-decoration:underline;
}

#maincontainer{
width: 800px; /*Width of main container*/
margin:  20px  auto; /*Center container on page*/
}

#topsection{
	background: #FFFFFF;
	height: 325px; /*Height of top section*/
	float:left;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #000066;

}

#contentwrapper{
	float: left;
	width: 798px;
	height:200px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	background-color:#FFFFFF;
}

#contentcolumn{
margin-left:50px; /*Set left margin to LeftColumnWidth*/
height: 200px;
}

#contentcolumn p{
margin-top:35px;
font-weight:200%;
font-size: 14px;
text-align:center;
}

#logo{
width: 100%x;
height:80px;
margin-top:10px;
background-position: center;
background-repeat:no-repeat;
background-image:url(img/sastreriacampfaso_logo.jpg);
}


#footer{
clear: left;
width: 100%;
margin-top:0px;
padding:0px;
}

#footer p{
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-size:10px;
text-align: center;
}


.innertube{
marging-top: 350px;
z-index:0;
}

.innertube h1 {
	margin: 10px 0 0 20px;
	font-size: 18px;
	font-weight:800;
	color: #00246a;
	}




</style>

