/* Based on a template by Ben Meadowcroft, see http://www.benmeadowcroft.com/webdev/  for more info */
body 
{
	color : rgb(0,0,0);
        margin-top: 0px;
	/*background-color : #ccffff; */
        background-color : white; 
        border-top: 5px solid #397baa;
	background-image : url(WMportada.bmp);
	background-attachment : fixed;
	background-position : top left;
	background-repeat : no-repeat;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


.dibu img {
	border:0;
	background:none;
	}

.section
{
	color : rgb(0,0,0);
	border : 1px solid black;
	margin-top : 0.5em; 
	margin-bottom : 0.5em;
	margin-right : 2%;
	margin-left  : 2%;
	padding : 0.5%;
}



#title
{
	color : #880f14;
	background-color : white;
	margin-top : 0.5em;
	margin-bottom : 2.5em;
	margin-right : 2%;
	margin-left  : 2%;
	padding : 0.5%;
	width : 44%;
	position : relative;
	left : 50%;
	text-align:right;
        
}


.content
{
	width : 94%;
	background-color: #e7f2f7;
        border-color : white;
        font-size: 80%;
}


.content p {

        margin-right : 25%;
        margin-left : 5%;

}
#footer
{
	width : 94%;
	margin-top : 0.5em; 
	margin-bottom : 0.5em;
	margin-right : 2%;
	margin-left  : 2%;
	padding : 0.5%;
	border-color : white;
        background-color: #e1f4f4;
        font-size: 75%;
        text-align: center;
}

#copyright
{
	text-align:right;
        
}
#cabecera
{
	text-align:right;
        font-size: 75%;
        border-bottom : 1px dotted white; 
        
}
#sectiondeco
{
	background-image : url(WM.gif);
	background-position : top right;
	background-repeat : no-repeat;
        background-color : #e1f4f4;
        font-size: 100%; 
}
