/*  PROYECTO INTERIOR
	www.proyectointerior.com / www.proyectointerior.com.ar
    Hoja de estilo CSS por Mariano Ferreris © 2009
*/

body {
	margin-top: 20px;
	background: #000000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#social {
	width: 893px;
	margin: auto;
	text-align: right;
}

#social img { border: none; }

#container {
	width: 893px;
	height: 631px;
	margin: auto;
	background: url(../images/fondoflores.jpg);
	background-repeat: no-repeat;	
}

#header {
	height: 100px;
}

#content {
	widht: 893px;
	height: auto;
	max-height: 200px;
}

#left {
	float: left;
	width: 500px;
	padding-top: 50px;
	padding-left: 215px;
	text-align: justify;
	color: #CCCCCC;
/*	min-height: 400px; */	
}

#right {
	float: right;
	width: 100px;
	text-align: right;
	padding-top: 130px;
	padding-right: 20px;
	padding-left: 20px;
/*	min-height: 180px; */
}

.logo {
	margin-top: 55px;
	margin-left: 35px;
}

.estudio {
	margin-top: 30px;
}

.descargapdf {
	margin-top: 120px;
	vertical-align: middle;
}

.formulario {
	width: 400px;
	margin-top: 30px;
	margin-left: 55px;
}

.contacto {
	margin-top: 30px;
}

.boton { 
	background-color: #563e60; 
	border: 1px solid #412b4a;
	padding: 2px;
	color:#FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
}

h1 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #563E60; 
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #845F94;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #845F94;
	margin: 0px;
}

.fontsmall { font-size: 10px; }
.fontviolet1 { color: #563E60; }
.fontviolet2 { color: #845F94; }
.fontgrey { color: #CCCCCC; }
.borderviolet1 { border: 1px solid #563E60; }
.borderviolet2 { border: 2px solid #563E60; }
.borderviolet3 { border: 3px solid #563E60; }
.borderviolet4 { border: 4px solid #563E60; }

a:link		{ color: #845F94; text-decoration: none; }
a:visited	{ color: #845F94; text-decoration: none;}
a:hover		{ color: #CC99FF; }
a:active	{ color: #845F94; }

#social a:link 		{ color: black; text-decoration: none; }
#social a:visited	{ color: black; text-decoration: none; }
#social a:hover		{ color: black; text-decoration: none; }
#social a:active	{ color: black; text-decoration: none; }


