body
{	
        cursor: url("01.ani");
	
	font-family: calibri(cuerpo);
			
}
div.encabezado
{
	background:#006600;
	background-position: left top;
	background-repeat: no-repeat;
	border: 15px;
	border-color:green;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: solid;
	color: white ;
	padding:1.0em; 
	text-align:right; 
	font-size:1.7em; 
	margin: 0;
}

div.contenido
{
        background:white;
        background-image:url("imagenes");
        background-position:center;
        background-repeat:si-repeat;
        padding:1em;
	align: top;
	text-align: justify;


}


h1.tema
{
	text-align:right;
	font-size:2em;
	color: navy;
}

table.catalogo {

	width: 100%;
	border: 3px solid #5e7ea6;
	font-family: tahoma;
}

table.catalogo th {
	border: 1px solid #e6eff0; padding: 1em;
	color: #e6eff0;
	background: #5e7ea6;

}


table.catalogo td {
	border: 1px solid #5e7ea6;
}

td.imagen
{
    text-align: center;
}


table.catalogo span {

	color:#006600;
	font-weight: bold;
}


// Estilo para formas


form p.texto {  	letter-spacing: 3px;color:rgb(0,51,102);font-weight: bold}

form span.label {	width:150px;vertical-align:top;color:rgb(0,51,102);float:left}


form div {margin-top:15px}

form div.centrado
{
  text-align: center;
}


form input {border:1px inset rgb(153,204,255);
	    width: 400px;
	    background:rgb(148,204,252)}


form textarea {border:1px inset rgb(153,204,255);
	    width: 400px;
	    background:rgb(148,204,252)}


