/*
	CrystalSys Mar del Plata - www.crystalsys.com.ar
*/

body {
	margin: 20px;
	padding: 0;
	background: #7f7f7f url(images/fondo.jpg);
	font: normal small Arial, Helvetica, sans-serif;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #9E6813;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-bottom:10px;
}

h4, h5, h6 {
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a {
	color: #6F4503;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}


input, textarea 
	{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6F4503;
	}

/* Header */

#header {
	width: 590px;
	height: 143px;
	margin: 0 auto;
	padding: 0px;
	background: #FFEE8F;
	border: 5px solid #FFFFFF;
	border-bottom: none;
}

#header h1 {
	text-align: center;
	font-size: 3em;
}

#header h2 {
	text-align: center;
	font-size: 1.4em;
}

#header a {
	text-decoration: none;
	color: #9E6813;
}

/* Menu */

#menu {
	width: 590px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	background: #4E4E4E;
	border: 5px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	float: left;
}

#menu a {
	display: block;
	width: 118px;
	height: 50px;
	text-align: center;
	text-decoration: none;
	color: #CCCCCC;
	vertical-align: middle;
	display: table-cell;
}

#menu a:hover, #menu .active a {
	background: #000000;
	color: #FFFFFF;
}

/* Splash */

#splash {
	width: 590px;
	margin: 0 auto;
	background: #FFFFFF;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
}

/* Content */

#content {
	width: 590px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 5px solid #FFFFFF;
}

#content .title {
	padding: 10px 20px;
	background: #FFEE8E url(images/img4.gif) repeat-x left bottom;
	font-size: 1em;
}

#content .story {
	padding: 20px;
	border: 2px solid #FFEE8E;
}

/* Footer */

#footer {
	width: 550px;
	margin: 0 auto;
	padding: 10px 20px;
	background: #4E4E4E;
	border: 5px solid #FFFFFF;
	border-top: none;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 11px;
	color: #999999;
}

#footer a {
	color: #CCCCCC;
	text-decoration:none;
}

#footer a:hover {
	color: #FFF000;
	text-decoration: underline
}

#footer a.contacto_menu {
	font-size: 12px;
	color: #FFFFFF;
	text-transform:uppercase;
}

#footer a.contacto_menu:hover {
	color: #FFF000;
	text-decoration: underline
}

/* sombras */

.alpha-shadow {
  float: right;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 0px 0 10px 10px !important;
  margin: 0px 0 10px 10px;
}

.alpha-shadow div {
  background: url(images/shadow2.png) no-repeat left top !important;
  background: url(images/shadow1.gif) no-repeat left top;
  padding: 0px 5px 3px 0px;
}

.alpha-shadow img {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 4px;
}

/* sin sombras */

.alpha-no-shadow {
  float: right;
  margin: 0px 0 10px 10px !important;
  margin: 0px 0 10px 10px;
}

.alpha-no-shadow div {
  padding: 0px 5px 3px 0px;
}

.alpha-no-shadow img {
  background-color: #fff;
  padding: 4px;
}


/* contacto */

.contacto_izquierda
	{
	float:left;/*fix for  buggy browsers*/
	display:  table-cell;
	width:100px;
	text-align:right;
	padding-right:10px;
	vertical-align: middle;
	}
	
.contacto_derecha
	{
	float:left;/*fix for  buggy browsers*/
	display:  table-cell;
	text-align:left;
	}

.contacto_fila  
	{
	display: table-row;
	width:auto;
	height:25px;
	}
	
.contacto_fila_grande
	{
	display: table-row;
	width:auto;
	height:150px;
	}
	
.error {
	color:#FF0000;
	}


/* obras */

.obra_izquierda
	{
	float:left;/*fix for  buggy browsers*/
	display:  table-cell;
	width:260px;
	text-align:left;
	padding-right:10px;
	vertical-align: middle;
	}
	
.obra_derecha
	{
	float:left;/*fix for  buggy browsers*/
	display:  table-cell;
	text-align:left;
	width:220px;
	}

.obra_fila  
	{
	display: table-row;
	width:auto;
	height:170px;
	}
	
.obra_fila_larga
	{
	display: table-row;
	width:auto;
	height:290px;
	}	
	
.obra_fila_grande
	{
	display: table-row;
	width:auto;
	height:150px;
	}	