/* CSS Document */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,  p, blockquote, td, th{
	margin:  3;
	padding : 0;
	font-family: "Trebuchet MS", Arial, Helvetica, verdana, sans-serif;

}

/* Removes list-styles from lists  */
ol, ul
{ list-style : none; }

/* Normalizes font-style and font-weight to normal  */
address, caption, cite, code, dfn, em,  th, var
{font-style : normal; font-weight : normal; }



/* Removes  border from fieldset and img */
fieldset, img
{border : 0; }

/* Left-aligns text in caption and th */
caption, th
{ text-align : left; }

/* Removes  quotation marks from q  */
q:before, q:after
{ content : '' ; }

*{
	padding: 		0;
	margin: 		0 0 0 0;
}

body{
	width:100%;
	background-repeat: repeat-x;
	text-align: left;
	font-size: 13px;
	line-height: 20px;
	color: #000000;

}







p{
	padding-top: 7px;
	padding-bottom: 7px;
	color: #333333;

}

h1{
	font-size: 33px;
	background-repeat: repeat-x;
	background-position: 0px 28px;
	padding-bottom: 17px;
	font-weight: 100;
	margin-left: -2px;
	background-image: url(Imagenes/dotted-underline.gif);

}


h2 {
	font-size: 13px;
	font-weight: bold;
	background-image: url(Imagenes/dotted-underline4.gif);
	background-repeat: repeat-x;
	background-position: 0px 29px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#left-col h2 a {
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

#left-col h2 a:link, a:visited, a:active   {
	color: #000;
}

#left-col h2 a:hover{
	color: #678901;

}

.intro{
	font-size: 22px;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 18px;

}

 #left-col .intro a{
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C9DD73;
	color: #000000;


}

#left-col .intro a:link, a:visited, a:active   {
color: #000000;
}

#left-col .intro a:hover{
	color: #678901;

}


h3 {
	font-size: 14px;
	font-weight: bold;
	background-image: url(Imagenes/dotted-underline4.gif);
	background-repeat: repeat-x;
	background-position: 0px 24px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 6px;
}


a:link { color: #035097; }
a:visited { color: #666666; } 
a:active { color: #678901; } 
a:hover { color: #000000; } 

#container {
	width: 885px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}

#header{
	height: 80px;
	width: 885px;
	

}




#col-wrapper{
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	
	
}

#left-col{
	float: left;
	width: 582px;
	margin-right: 17px;
	padding-top: 18px;
	padding-bottom: 15px;
}

#right-col{
	width: 240px;
	float: left;
	padding-top: 220px;
	background-image: url('Imagenes/MDE_foto.jpg');
	background-repeat: no-repeat;
	margin-top: 15px;
	padding-bottom: 50px
}


#featured-posts{
	margin-left: 35px;
	padding-bottom: 30px;
	color: #000000;

}

#featured-posts a{
	font-size: 11px;


}

#featured-posts li{
	margin-top: -3px;



}

#featured-posts p{
	font-size: 11px;
	line-height: 15px;
        margin-top: -3px;
	padding-top: 0px;
	padding-bottom: 4px;


}

.alt-colour {
color:#7A9F01;
background:transparent;
}