
	
				body
					{
						font-family: Arial, Verdana, 'Trebuchet MS', Arial;
						font-size:12px;
						color:#000;
						background-color:#FFF;
						text-align:center;
						margin-top:0px;
						margin-bottom:4px;
						margin-left:1px;
						margin-right:1px;
						background-image:url('../../images/publica/fondo-de-pagina.png');
						background-repeat:repeat-y;
					}
					
				div#contenedor
					{ 
						position:relative;
						width:900px;
						height:800px;
						margin:0 auto 0 auto; 
						text-align:center;
						background-color:#FFF;
						background-image:url('../../images/publica/fondo.png');
					}
					
				div#contenido
					{
						width:880px;
						height:630px;
						margin-left:10px;
						text-align:center;
					}
					
				div#cabecero
					{
						
						background-image:url('../../images/publica/cabecero.png');
						background-repeat:no-repeat;
						height:154px;
						width:880px;
						margin-left:10px;
					}
				
				.menu
					{
						background-image:url('../../images/publica/barra-menu.png');
						background-repeat:no-repeat;
						height:29px;
						width:880px;
						margin-left:10px;
						color:#FFF;
						padding-top:8px;
					}
					
				.menu a
					{
						color:#FFF;
						font-size:14px;
						text-decoration:none;
					}
				
				div#pie
					{
						margin:0 auto 0 auto;
						background-image:url('../../images/publica/fondo2.png');
						background-repeat:no-repeat;
						height:83px;
						width:900px;
						padding-top:60px;
					}
					
				div#marca-agua
					{
						background-image:url('../../images/publica/marca-agua.png');
						background-repeat:no-repeat;
						width:400px;
						height:133px;
						float:right;
						position:absolute;
						bottom:-20px;
						right:20px;
					}
				
				.img
					{
						border:4px solid #0a4660;
					}
				
				#pie a
					{
						color:#0a4660;
						font-size:12px;
						text-decoration:none;
					}
					
				a.enlace1
					{
						font-size: 11px;
						font-family: Arial, Verdana, Arial;
						/*color:#b4609d;*/
						color:#000;
					}
				
				a.enlace1:link {
					text-decoration: none;
				}
				a.enlace1:visited {
					text-decoration: none;
					
				}
				a.enlace1:hover {
					text-decoration: underline;
					
				}
				a.enlace1:active {
					text-decoration: none;
				}

				.capcha
				{
					font-size:14px;
					font-weight:bold;
					color:#000;
					font-family: 'Courier New', monospace;
				}
				
				.boton_enviar
				{
				width: 120px;
				height: 20px;
				/*margin-left: 80px;*/
				background: #666;
				color:#FFF;
				font-size:10px;
				font-family:Verdana;
				font-weight:bold;
				margin-top:10px;
				
				}

			input, textarea
				{
					border:1px solid #000;
					font-size:11px;
				}
			
			.texto
				{
					font-size:11px;
					color:#000;
					line-height:20px;
				}

			
