/* Reset */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
h1, h2, h3, h4, h5, h6, pre,
blockquote, ul, ol, dl, address, li {
	font-weight: normal;
	margin:0;
	padding: 0;
	list-style-type:none;
}
h1, h2, h3, h4, h5, h6{
font-size:1em;
}
sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}
sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}
li, dd, blockquote {
	margin: 0;
	padding:0;
}
a, a:link, a:visited, a:hover, a:active {
	outline: 0; 
	text-decoration: none;
}
a img {
	border: none;
	text-decoration: none;
}
img {
	border: none;
	text-decoration: none;
}
label, button {
	cursor:pointer;
}
input, select {
	font-size: 1em;
}
textarea {
	font-size: 1.4em;
}
input:focus, select:focus, textarea:focus {
	background-color: #FFF;
}
fieldset {
	border: none;
}
/* /reset */

/****************************************HACKS para IE6: */
*html {}
/****************************************HACKS para IE7: */
*:first-child+html {}
/**************************************************************** */ 

/* General */

html {font: 62.5%/50% Verdana, Arial, Helvetica, sans-serif;}

body {
	font-size: 1em;
	background:#4887ac;
	line-height: 1.5em;
}
a:link, a:visited, a:hover, a:active  {
	color: #ff7f00;
	text-decoration:underline;	
}
a:hover {}

/* Cajas */


/************************************************************************ contenedor*/

#contenedor{ margin:0 auto;}
/*centrando contenedor*/
#contenedor{
    position: absolute; 
    left: 50%; 
    top: 50%; 
    width: 1000px; 
    height: 550px;
	margin-left: -500px; 
    margin-top: -275px; 
}

/********************* Contenido */
#contenido{ background: #ffffff url(../images/fondo.jpg) no-repeat; height:357px; padding:105px 0 0 0;}

/*********************************************************************** caja-form */

#caja-form{ width:272px; margin:0 0 0 33px; padding:0;}
.tabla-form{color: #132b4d; font-weight:bold;}

label,input {}
label {}

input, select { border:1px solid #132b4d; width:130px; margin:0 0 2px 0; color:#132b4d; font-size:11px; background:#ffffff;}
select { width:auto}

.input-text{}
.input-calle{width:170px;}
.input-text-corto{width:40px;}
input.checkbox{ border:none; width:auto;}
input.boton-enviar{ width:150px; height:27px; display:block; background:url(../images/bt-enviar.gif) no-repeat; cursor:pointer; border:none; margin:0;}

/********************* Pie */

#pie{ height:78px; background:url(../images/fondo-pie-1.jpg) no-repeat; padding:10px 0 0 29px;}

.tabla-sorteomania{margin:0; padding:0; color: #132b4d; font-weight:bold; }
.input-sorteomania{width:100px; padding-left:2px; margin-top:4px;}
input.boton-enviar-sorteomania{ width:50px; height:16px; display:block; background:url(../images/enviar-sorteomania.gif) left bottom no-repeat; cursor:pointer; border:none; margin:0; padding:0px 0 0 0;}


#pie2{height:90px; background:url(../images/fondo-pie-2.jpg) no-repeat; padding:10px 0 0 582px;}




