body{
    /*Características del texto*/
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-family: Arial, Verdana, Helvetica, sans-serif;*/
    font-size: 16px;
	line-height:22px;
    /*Fondo de la página verde*/
   	background-color: #5eb935;
	
    /*Texto negro*/
    color: #000000;
    /*Alineación del texto centrada*/
    text-align:center;
}

table{
	border: 0px solid #ffffff; 
	margin: auto;
	padding: 0px;	
}

#contenedorBordeSuperior{
	width:755px;
	height:402px;
	background-image:url(../imagenesGeneral/portada/cabecera.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	
}
#contenedorBordeInferior{
	width:755px;
	height:25px;
	background-image:url(../imagenesGeneral/fondos/fondoCuadroPie.jpg);
	background-position:left center;
	background-repeat:repeat-y;
	border: 0px solid #000000;	
	margin:0px;
}
#contenedorCapaCentral{
	background-image:url(../imagenesGeneral/fondos/fondoCuadroCentro.jpg);
	background-position:left center;
	background-repeat:repeat-y;
	margin:0px;
	padding:0px;
	text-align:center;
}
#contenedorBanderas{
	margin:auto;
	margin-top:10px;
	padding:10px;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	width:545px;
}



