.style-sheet {
}
html, body {
	margin: 0;
	padding: 0;
	
}


body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#762C1F;
	background:url(imagenes/back-top.gif);
	background-repeat:repeat-x;
	background-color:#FFFFCC;
	
}

a {

font-size:12px;
color:#790000;
text-decoration:underline;
 
}

a:hover{
color:#70181F
}

h3 {
background:#FFA346;
font-family:"Times New Roman", Times, serif
font-size:12px;
color:#58210E;

}

#page-container {
width:850px;
margin:auto;
	
}

#main-nav {

height:52px;
background-color:#861013;
	
}

#header {
	height: 224px;
	background:#c9c9c9;
	background:url(imagenes/top.gif);


}
	
#header h1 {
	margin: 0px;
	padding: 0;
	font-size:12px;
}


#content {
	width:800px;
	margin:auto;
	line-height:18px;
}
#content .padding {
	padding: 25px;
	
}
#contenidocorreo {
background:#F5B125;
border:dotted thin;
border-color:#996600;
float:left;
padding:5px;
	
	}
.image {
		float: left;
		margin: 0 9px 3px 0;
	}
#content h2 {
	margin: 0;
	padding: 0;
	padding-bottom:15px;
	color:#990000;
}

#content p {
	margin: 0;
	padding: 0;
	padding-bottom:15px;
}

#sidebar-a {
	float:right;
	width:300px;
	line-height:18px;
}
#sidebar-a .padding {
	padding: 25px;
}

/*notice*/
.notice {
	width:650px;
	background: #E98932;
	color: #58210E; 
	padding:10px;
border: 2px dotted  #990000; 
}
.notice a {color: #514721;}


/*footer*/

#footer {
	height:100px;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#FFFF99;
	border-top: 1px solid #efefef;
	line-height: 18px;
	background-color:#861013;
}

#footer a {
	color:#FFFF99;
	text-decoration: none;
}

#footer a:hover {
	color:#FF6633;
	text-decoration:underline;
}

#footer #altnav {
	width:240px;
	height:133px;
	float:right;
}
	
#footer #image {
	margin-right:150px;
}

#copyright{
	width:850px;
	height:27px;
	text-align:center;
	
}