* {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	text-decoration: none;
	}
	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../_img/bg1.gif);
	background-repeat: repeat-x;
	background-color: #ECECE5;
	font-size: 12px;
	color: #333333;
}
#contenido {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #2377B2;
}
#contenido h1 {
	background-image: url(_img/header.jpg);
	background-repeat: no-repeat;
	height: 94px;
	width: 780px;
	text-indent: -1000px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #2377B2;
}
#contenido #formulario {
	margin: 20px;
	
}
#contenido #formulario h4 {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #2377B2;
	font-size: 14px;
	font-weight: normal;
	padding-top: 5px;
}
#contenido #formulario h4 strong {
	color: #2377B2;
}
.nota {
	font-size: 10px;
	color: #666666;
}
.campo {
	border: 1px solid #1C5E8E;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
}
#contenido #formulario #pago {
	background-color: #DDEDF9;
	width: 530px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background-image: url(_img/bg_form.gif);
}
#contenido #formulario #botonpagar {
	width: 520px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
#botonpagar input {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2377B2;
	cursor: hand;
	font-size: 12px;
	padding: 2px;
	border: 3px outset #2377B2;
}

#pie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #B3B4A8;
	width: 780px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
#pie a {
	color: #FFFFFF;
	text-decoration: underline;
}
#pie a:hover {
	color: #1C5E8E;
}
#listaregalos td {
	padding: 3px;
	font-size: 11px;
}
#listaregalos thead tr{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3595CE;
	padding-right: 3px;
	padding-left: 3px;
}
#listaregalos tbody tr {
	background-color: #EAF3FB;
}
#listaregalos td.precio {
	font-weight: bold;
	text-align: right;
	padding-right: 35px;
}
.foto {
	padding: 2px;
	border: 2px solid #6AA2D5;
}
#formulario h5 {
	font-size: 15px;
	color: #F97C00;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #6AA2D5;
	padding-bottom: 5px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #6AA2D5;
	text-align: center;
}
.link {
	color: #F97C00;
	font-weight: bold;
}
.link:hover {
	text-decoration: underline;
}
#formulario table {
	margin-right: auto;
	margin-left: auto;
}
