/** Top Boxes**/
#MainPageContent{
	margin: 0;
	padding: 0;
}
#MainPageTopBoxes {
	background-color: #E7E7E7;
	width: 788px;
	height: 100px;
	padding: 0 0 0 2px;
	margin: 0 0 0 0;
}
DIV.topboxes {
	width: 250px;
	height: 85px;
	border: 1px solid #336699;
	margin: 5px 4px;
	padding: 0;
	float: left;
}
#MainPageTopBoxes DIV.topboxes DIV.image {
	float: left;
	margin: 3px;
	padding: 0;
}
#MainPageTopBoxes DIV.topboxes DIV.topboxestext {
	margin: 0;
	padding: 0;
}
#MainPageTopBoxes DIV.topboxes DIV.topboxestext H2{
	font-size: 12px;
	text-align: right;
	margin: 10px 10px 0 0;
}
#MainPageTopBoxes DIV.topboxes DIV.topboxestext H2 A {
	color: #FD9800; 
}
#MainPageTopBoxes DIV.topboxes DIV.topboxestext H2 A:hover{
	background-color: #FFD391;
	text-decoration: none;
}
#MainPageTopBoxes DIV.topboxes DIV.topboxestext P {
	text-align: right;
	margin: 20px 10px 5px 0;
}
#MainPageTopBoxes DIV.topboxes DIV.topboxestext A {

}

#MainPageTopBoxes DIV.topboxes DIV.topboxestext P A:hover {
	text-decoration: none;
}
/**Middle Content**/

#MiddleSection {
	width: 785px;	
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 5px;
}

#MiddleSection DIV.googleadsmiddelsection {
	float: left;
	margin: 8px 3px 5px 2px;
	padding: 0;
}
#MiddleSection DIV.generalinformation {
	width: 510px;
	float: left;
	border: 1px solid #336699;
	margin: 8px 0 5px 5px;
	padding: 0;
}
#MiddleSection DIV.generalinformation H2 {
	font-size: 11px;
	color: #fff;
	line-height: 22px;
	background-color: #336699;
	margin: 0 0 0 0;
	padding: 0 0 0 15px;
}
#MiddleSection DIV.generalinformation P {
	text-align: justify;
	margin: 5px 15px;
	padding: 0; 
}

#AdOptions {
	background-color: #E7E7E7;
	width: 512px;
	margin: 4px 0 0 5px;
	padding: 4px 0 4px 0;	
	float: left; 
}

DIV.adoptionsblock {
	background-image: url(../imagenes/Bg_Options.gif);
	background-repeat: repeat-x;
	border: 1px solid #FFAB36;
	width: 160px;
	height: 56px;
	margin: 5px 3px 5px 4px;
	padding: 0;
	float: left;
}
DIV.adoptionsblock P {
	font-size: 16px;
	text-align: right;
	margin: 35px 8px 5px 0;
}
DIV.adoptionsblock A {
	color: #E78601;
	padding: 0px;
}
/**Lower Content**/

#LowerText {
	width: 790px;
	float: left;
	margin: 0;
	padding: 0;
}
#LowerText DIV {
	float: right;
	margin: 5px 12px 10px 10px;
	padding: 0;
}
#LowerText P {
	text-align: justify;
	margin: 5px 10px;
	padding: 0;
}

/** Article Summary **/
#ArticleSummary {
	text-align: justify;
	margin: 10px 0;
	padding: 10px;
	border-top: 1px solid #336699;	
	border-bottom: 1px solid #336699;
}
#ArticleSummary H2 {
	font-size: 12px;
	color: #336699;
	line-height: 22px;
	margin: 0;
	padding: 0;	
}
