/* Plantilla 9b   disop.es   6/3/2010 */

body {
	background-color: #E0E0E0;
}

.enlaces {	
    background-color: #6D7CBD;
    color: #FFFB98;
    font-family: Trebuchet MS, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 35px;
    text-align: center;
    text-indent: 0px;
    text-transform: none;
}	

.enlaces a:link {	
    color: #FFFB98;
    text-decoration: none;
}

.enlaces a:visited {	
    color: #FFFB98;
    text-decoration: none;
}

.enlaces a:hover {	
    color: #EEE601;
    text-decoration: underline;
}

.cuerpo {
    color: #493b3b;
    font-family: ArialMT, Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
}

h1, h2, h3 {
	color: #3B4E8B;
    margin: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 4px;
}

h1 {
	font-size: 22px;
    line-height: 28px;
}

h2 {
	font-size: 16px;
    line-height: 23px;
}

h3 {
	font-size: 14px;
    line-height: 19px;
}

a:link {
	color: #4867C7;
}

a:visited {
	color: #4867C7;
}

a:hover {
	color: #1B3CA4;
}

		