* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	bottom: 10px;
	font-family: Arial, Verdana, Geneva,  Helvetica, sans-serif;
	background: #000000 url(../images/bg/principal.jpg) top left repeat-x;
}
body, html, table, tr, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
h1 {
	color: #fff;
	font-size: 16px;
	margin-bottom: 12px;
}

/* Link Genericos */
a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #d37dec;
}
a:hover, a:active {
	font-weight: bold;
	text-decoration: underline;
	Color: #fe7410;
}
ul {
	margin-left: 50px;
	margin-bottom: 15px;
}
li {
	margin-left: 20px;
	margin-bottom: 4px;
}
ol {
	margin-bottom: 4px;
}

/* Divs */
#contenedor {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 955px;
	margin-left: -477px;
	padding: 0px;
	background: #010101 url(../images/bg/contenido.jpg) top left repeat-y;
}
#cabecera {
	width: 955px;
	height: 204px;
	background: black;
}
#contenido {
	width: 955px;
}
#contenido #top {
	width: 955px;
	height: 2px;
	background: url(../images/bg/contenido-top.jpg) top left no-repeat;
}
#contenido #content {
	margin-left: 13px;
	width: 931px;
}
#contenido #content #latizq {
	width: 617px;
	padding: 5px;
	float: left;
	background: url(../images/bg/titulo-cuadro.gif) top left repeat-x;
}
#contenido #content #latder {
	width: 277px;
	padding: 5px;
	float: right;
	background: url(../images/bg/titulo-cuadro.gif) top left repeat-x;
}
#contenido #bottom {
	width: 955px;
	height: 14px;
	float: none;
	clear: both;
	background: #000000 url(../images/bg/contenido-bottom.jpg) top left no-repeat;
}
#pie-de-pagina {
	padding: 10px;
	padding-left: 17px;
	height: 101px;
	width: 928px;
	float: none;
	clear: both;
	font-size: 10px;
	background: url(../images/bg/pie-de-pagina.gif) top left repeat-x;
}
#pie-de-pagina img {
	float: right;
}
#pie-de-pagina p {
	margin-bottom: 20px;
}

/*Clases */
.titulos {
	margin-top: -5px;
	margin-bottom: 5px !important;

}
#contenido #content #latder #caluga {
	width: 100%;
	margin-left: -5px;
	padding: 5px;
	
	background: url(../images/bg/titulo-cuadro.gif) top left repeat-x;
}

/* Formulario */
.esinput {
	background: white url(../images/form/input.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	border: 1px;
	border-color: #A9A9A9;
	border-style: solid;
	padding-left: 2px;
}

.esmsje {
	background: white url(../images/form/input.jpg);
	background-repeat: repeat-x;
	border: 1px;
	border-color: #A9A9A9;
	border-style: solid;
	padding-left: 2px;
	margin-top: 5px;
}

.esenviar {
	border: 1px;
	border-color: #2D5082;
	border-style: solid;
	padding-left: 3px;
	background:url(../images/form/send.jpg) repeat-x;
}


/* Estilos Especiales */
#novia-vestido {
	position: absolute;
	top: 240px;
	left: 168px;
	width: 470px;
	height: 580px;
}
