/* GENERAL */

#page {	
	background-image: url("../img/bg_index.jpg");
	background-color: #fff;
	background-repeat: no-repeat;
	}

/* TOP */

#barh {
	height: 70px;
	margin-bottom: 1px;
	}

#barh img {
	float: right;
	}

ul {	
	line-height: 160%;
	}

/* CONTENIDO */


/* 2 COLUMNAS */

#col1 {
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	width: 283px;
	min-height: 1px;
	margin: 53px 22px 0 25px;
	padding: 0;
	border: 0;
	background-color: transparent;
	}


#col2 {
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	width: 494px;
	min-height: 1px;
	margin: 47px 1px 0 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	}

#col1-inner, #col2-inner {
	position: static;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	}

#col2line1 {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	padding-bottom: 6px;
	}

#homehead {	
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	}

.indbox {
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	width: 238px;
	height: 150px;
	margin: 0 7px 10px 0;
	padding: 0;
	border: 1px solid #fc0;
	background-color: transparent;
	}

.indbox-inner {
	position: static;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	}

.indbox-head {
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	font-weight: normal;
	font-size: small;
	text-transform: uppercase; 
	letter-spacing: 0.02em;
	background-color: transparent;
	color: #000;
	}

.indboxin {
	margin: 10px;
	padding: 0px;
	background-color: transparent;
	}
	
.indexphoto {
	float: left;
	margin: 0;
	margin-right: 10px;
	}

.indextext {
	font-size: 150%;
	line-height: 120%;
	}

.indexnoticias {
	font-size: 1.2em;
	}

.indexnoticias ul {
	margin:0;
	padding:0;
	border:0;
	}

.indexnoticias ul li{
	list-style:none;	
	margin:0 0 3px 0;
	padding:0;
	border:0;
}

.none {
	font-weight:normal;
	text-decoration:none;
}

#clientes {
	width: 283px;
	/*height: 153px;*/
	border: 0px solid #000;
	margin: 0;
	margin-bottom: 20px;
	}

#clientes1 {
	width: 121px;
	/*height: 133px;*/
	margin: 0 0 10px 0;
	padding: 10px 10px 0 10px;
	float: left;
	background-color: #000;
	color: #fff;
	line-height: 120%;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	}
	
.error {
	margin:10px 0 0 0;
	padding:0;
	color:#c00;
	font-weight:bold;
}	
#login_portada {
	margin:0px;
	padding:0px;
}

#clientes1 ul {
	margin-top:0px;
	margin-bottom:30px;
}

.submitPortada {
	margin:0px;
	padding:0px;
	border:0px;
	background:#fc0;
	color:#000;
	font-weight:bold;
	width:60px;
}

form {
	margin: 20px 0 20px 0;
	}

form div {
	margin: 0;
	margin-bottom: 10px;
	}

input {
	width: 110px;
	}
	
#clientes2 {
	width: 121px;
	height: 133px;
	margin: 0;
	padding: 10px;
	float: right;
	background-color: transparent;
	color: #000;
	}
	
#clientes2 div {
	margin: 20px 0 10px 0;
	font-size: small;
	}

#clientes2 div {
	margin: 20px 0 10px 0;
	font-size: small;
	}	
	
#clientes2 a {
	color: #000;
	text-decoration: none;
	}
	
#clientes2 a:hover {
	color: #777;
	text-decoration: underline;
	}
	
	
	
	
	
	
