﻿body
{
	background-color: #00264A;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
}

.imagen-derecha
{
    background-image:url(../imagenes/FrmIntermedioDer.gif);
    background-repeat:no-repeat;
    background-position:top right;
    width:100%;
    height:200px;
}

.imagen-izquierda
{
    background-image:url(../imagenes/FrmIntermedioIzq.gif);
    background-repeat:no-repeat;
    background-position:top left;
    width:100%;
    height:200px;
}

