@charset "utf-8";
/* CSS Document */

BODY {
background-color:#2c436e;
background-image:url(img/Departamentos_Necochea.jpg);
background-repeat:no-repeat;
background-position:top center;
margin:0px;
padding:0px;
text-align:center;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
}
a , a:hover {color:#FFFFFF;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
}

#mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	}
#container {
	width: 920px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0px;
	height:560px;
}

h1#Titulo {
    padding-top:104px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
    background-image: url(img/Titulo.png);
    background-repeat: no-repeat;
}

/* Columnas */
#Izquierda{
	float: left;
	width: 600px;
}

#Derecha{ 
	float: right;
	width: 300px;
	}
/* FinColumnas */

/* forms */

.campos{ 
	width: 300px;
	background-color:#FFFFFF;
	color:#2c436e;
	border:none;
	margin:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

/* Fin formulario */