/* CSS Document */
body, h1, h2, h3, h4, h5, h6, p, ul, li, ol {margin:0px; padding:0px;}
body{
	background-image: url(imagenes/Maternityfondo.jpg);


}

#cont {
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}

#maintext {
	padding-top: 365px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 580px;
	margin-left: 200px;
	
}

h1 {
	font-family: "Monotype Corsiva";
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}


h2 {
	font-family: "Monotype Corsiva";
	font-size: 16px;
	color: #000000;
	padding-right: 20px;
	padding-left: 35px;
	padding-top: 10px;
	padding-bottom: 10px;

}

h3 {
	font-family: "Monotype Corsiva";
	font-size: 14px;
	color: #000000;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

p {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	padding: 10px 20px 5px;
}

p a {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;

}

p a:hover {
	color: #333333;

}
#header {
	height: 250px;
	width: 1000px;
	position: absolute;
	top: 60px;

}

#imagen1 {
	height: 250px;
	width: 1000px;
	
}
#imagen2 {
	height: 100px;
	width: 1000px;
	

}

#menu{
	height: 40px;
	width: 1000px;
	position: absolute;
	top: 310px;

}

.menu ul{
	text-align: center;
	padding-top: 10px;

}

.menu li{
	display: inline;
	padding-right: 20px;
	padding-top: 10px;

}

.menu li a{
	font-family: "Monotype Corsiva";
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.menu li a:hover{
	color: #333333;
	text-decoration: underline;	
}


#leftlink{
	width: 200px;
	position: absolute;
	top: 350px;
	margin-right: 800px;
}

.leftlink ul{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.leftlink li{
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;

}

.leftlink li a{
	font-family: "Monotype Corsiva";
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

}

.leftlink li a:hover{
	color: #FFFFFF;
	text-decoration: underline;

}

#rightlink{
	width: 200px;
	position: absolute;
	top: 350px;
	margin-left: 800px;
}

.rightlink ul{
	padding-top: 5px;
	padding-bottom: 5px;

}

.rightlink li{
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;

}

.rightlink li a{
	font-family: "Monotype Corsiva";
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

}

.rightlink li a:hover{
	color: #FFFFFF;
	text-decoration: underline;

}

#bottomlink{

}

.bottomlink ul{
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	
}

.bottomlink li{
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 10px;
	margin-left: 10px;

}


.bottomlink li a{
	font-family: "Monotype Corsiva";
	font-size: 16px;
	color: #000000;
	font-weight: bold;

}

.bottomlink li a:hover{
	color: #FFFFFF;
	text-decoration: underline;

}
#footer{


}
.footer{
	font-family: "Monotype Corsiva";
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
}	
