/****************************************************/
/* Luly's Web - Maria Torroella                    */
/* lulyStyles.css                                     */
/****************************************************/

body { font-family: Arial, Helvetica, sans-serif;
       color: black;
			 font-weight: normal;
			 font-style : normal;
       font-size: 0.8em;
			 text-align: center;
			 background-color: #fff; }

h1 { font-size: 2.0em; }

h2 { font-size: 1.5em;
     color: #fff; }

h3 { font-size: 1.2em; }

li { list-style-type: disc; }

hr { color: #D3B438;}

a { text-decoration: none; }
			
a:link {
  color: #008be0; }

a:visited {
	color: #008be0; }

a:hover {
  text-decoration: underline; }
	
a:active {
	font-weight: bolder; }


#container {
  text-align: left;
  margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	border: 0px solid #708090;
	background-color: #fff;
}

#secondary {
  position: relative;
	height: 400px;
	border: 8px solid #708090;
	padding: 30px;
}


#header {
  position: relative;
	padding: 0px;
	height: 112px;
	border: 8px solid #708090;
}

#logoName {
  position: absolute;
	top: 26px; left: 60px;
	padding: 0px;
	border: 0px solid blue;
}

span.logo1 {
   font-family: Arial, sans-serif;
   color: black;
	 font-weight: normal;
	 font-style : normal;
   font-size: 2em;
	 text-align: center;
	 background-color: white; }

span#logo2 {
   font-family: "Times New Roman", serif;
   color: blue;
	 font-weight: normal;
	 font-style : normal;
   font-size: 4em;
	 text-align: center;
   background-color: white;
}

#main {
	padding: 0px;
	margin-top: 20px;
	height: 300px;
	border: 0px solid #708090;
	border-bottom: 8px solid #708090;
}

.footer {
  padding: 0px;
	border: 0px;
	font-size: 0.7em;
  color : #000;
	text-align: center;
}


.footer span {
  color: #cc0000;
}

div.mlinks {
   font-family: Arial, sans-serif;
   color: blue;
	 font-weight: bold;
	 font-style : normal;
   font-size: 1.2em;
	 text-align: center;
}
	 
.subtitle { font-size: 1em;
		 font-weight: bold;
 	 	 color: #000;
		 text-decoration: underline;
     margin: 0px 0px 5px 0px;
	   padding: 10px 0px 0px 0px;
     border-bottom: 0px solid black;
}

.contacH {
      position: relative;
      margin-top: 20px;
			margin-bottom: 20px;
}

.contact {
      position: absolute;
      left: 100px;
}
