/* Simpliity Css   */

body {
	background-color:#E0E2EB;
	color:#000;
	font: normal 75.5% "Lucida Sans Unicode",sans-serif;
	text-align:center;
	min-height:100%;
}

#contenedor_principal {
	width: 690px;
	margin:auto;
	height:100%;
	overflow: visible;
}

#contenedor_secundario {
	width: 690px;
	background: url('_slices/_recall.jpg');
	
	
}

#top {
	background: url('_slices/_top.jpg') no-repeat; 
	height:100px;
	width: 690px;
	text-align:left;
}

#top_vacio {
	background: url('_slices/_top_vacio.jpg') no-repeat; 
	height:100px;
	width: 690px;
	text-align:left;
}

#top_navidad {
	background: url('_slices/_top_navidad.jpg') no-repeat; 
	height:100px;
	width: 690px;
	text-align:left;
}
	
#botonera{
	position:relative;
	left: 360px;
	top:85px;
	width:360px;
	height:10px;
	font-size: 10px;
		
}

#botonera a{
	color: #000;
	background-color:#fff;
	font-weight: normal;
}

#botonera a:hover{
	background-color:#fff;
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}

/***************************** HEADERS ******************************************************/

#header_contacto {
	background: url('_slices/_header_contacto.jpg') no-repeat; 
	width: 690px;
	height:210px;
	
}

#header_home {
	background: url('_slices/_header_home.jpg') no-repeat; 
	width: 690px;
	height:210px;
}

#header_portfolio {
	background: url('_slices/_header_portfolio.jpg') no-repeat; 
	width: 690px;
	height:210px;
}

#header_servicios {
	background: url('_slices/_header_servicios.jpg') no-repeat; 
	width: 690px;
	height:210px;
}

#header_productos {
	background: url('_slices/_header_productos.jpg') no-repeat; 
	width: 690px;
	height:210px;
}

#contenido {
	margin-left:33px;
	margin-right:33px;
	padding-bottom: 100px;
	width: 624px;
	text-align:left;
	min-height: 100%;
}

#down {
	clear:both;
	background: url('_slices/_down.jpg'); 
	width: 690px;
	height:49px;
}


/* CONTACTO */

#contacto_furmulario{
	margin-top: 40px;

}

#contacto_info{
 padding-left: 100px;
	
}

input{
	background-color: #F4F7E4;
	border-left: solid black 1px; 
	border-right: solid black 1px; 
	border-top: solid black 1px; 
	border-bottom: solid black 1px; 
}

textarea{
	background-color: #F4F7E4;
	border-left: solid black 1px; 
	border-right: solid black 1px; 
	border-top: solid black 1px; 
	border-bottom: solid black 1px; 
}

input:focus, textarea:focus { 
    border: 1px solid   #000; 
    background-color:#fff;
}

#labels{
	float: left;
	width: auto;
	padding-left: 100px;
}

#inputX{
	float: right;
	width: auto;
	padding-right: 100px;
}
/* PORTFOLIO */

#portolio_izq{
	float: left;
	margin-left: 20px;

}

#portolio_der{
	float: right;
	margin-right: 20px;
}

#portfolio_content{
	width: 212px;
	height:auto;

}

#portfolio_content2{
	width: 212px;
	height:auto;

}

#portfolio_clientes{
	
	clear:both;

}

/*SERVICIOS*/

#servicios_texto{

	font-size: 10px;
	
}

#servicios_texto p{
	padding-left:30px; 
	padding-right:30px; 
	text-align: justify;
	
}

/* Estyles */


.justifica{
	text-align: justify;
}

.titulo{
	font-size: 13px;
	font-weight: bold;
}
.centra{
	text-align:center;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}

p{
	font-size: 1.2em;
}

ul{
	list-style-type:none;
	margin: 0;
	padding: 0;
}


li{
	padding-bottom: 4px;
}

img{
    border-color: #000;
}
