﻿
#paneles
{
	margin:0 auto;
	text-align:center;
}

#encabezadoDatosPersonales 
{
	text-align:left;	
	background-image:url('../Imagenes/datosPresentante.gif');
	background-repeat:no-repeat;
	background-color:Transparent;
	color:#FFFFFF;
	font-family:verdana,arial,sans-serif;
	font-size:11px;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:15px;
	width:740px; 
	height:30px;
}

#botonConfirmar
{
	 text-align:right;
	 margin-right:145px;	 
}

.contenido
{
	
	background-image:url('../Imagenes/contenido_bkg.jpg');
	background-repeat:repeat-y;
	width:740px;
	margin-top: -6px;
}

.contenidoInterno
{
	padding:0 10px 0 10px;
}

.contenidoBottom
{
	text-align:center;	
	background-image:url('../Imagenes/contenidoBottom_bkg.jpg');
	background-repeat:no-repeat;
	width:740px;
	height:3px;
	
}