.contenedor{
	text-align: center;
}

/* Bordes */
.main .north { background: url(../images/north.png) repeat-x top; }
.main .east { background: url(../images/east.png) repeat-y right; }
.main .south { background: url(../images/south.png) repeat-x bottom; }
.main .west { background: url(../images/west.png) repeat-y left; }
.main .ne { background: url(../images/ne.png) no-repeat top right; }
.main .se { background: url(../images/se.png) no-repeat bottom right; }
.main .sw { background: url(../images/sw.png) no-repeat bottom left; }
.main .nw { background: url(../images/nw.png) no-repeat top left; padding: 10px;}

/*marco principal*/
.main{
	width: 760px;
	margin-left:auto;
	margin-right:auto;
}

/*Marcos internos*/
.header, .footer  {
	width: 100%;
	clear: both;
	text-align: left;
}

.content{
	width: 100%;
	clear: both;
	text-align: left;
	background-image: url(../images/background3.png);
	background-repeat: repeat-x;
	}
	
/*menu superior*/	
.menu{
	clear:  both;
}

.idioma {
	float: right;
}

.logo{
	float: left;
	width: 133px;
	height: 104px;
}

/* Caja 2 - 20% width */
.menuLateral {
	float: left;
	width: 25%;
	background-image: url(../images/background3.png);
	background-repeat: repeat-x;
}

#menuc{
	margin: 10px 10px 10px 10px;
	color: black;
	background-color: #FAF0E6;
}

#menuc li{
	list-style: none none;
	text-align: left;
	padding:0px 0px 0px 5px;
	border-bottom:solid #CCCCCC 0px;
	height: 24px;
}
/*
#menuc li:hover{
	background:#ffffee;
	color: black;
	border-bottom:solid #FFA60D 1px;
}

#menuc li:first-letter{
	color:#FFD058;
	background: #FAF0E6;
}*/
/*
#menuc li a{
	font-weight: bold;
	color:#959595;
	background: transparent;
	text-decoration:none;
}

#menuc li a:hover{
	color: black;
	background: transparent;
	text-decoration:none;
	padding:0px 0px 0px 5px;
}*/

/*&&&&&>> Navigation menuLateral<<&&&&&*/
/*.menuc ul li .PageActive*/
/*ul.one li a:link*/
/*ul li .PageActive*/
/*ul li a.PageActive:link{
	background-color: red;
	width: 300px;
	border: solid 1px blue;
}*/

#tab1{
	background: #ffffee url(../images/home.jpg) no-repeat top;
	width: 740px;
	height: 154px;
}

#tab2{
	background: #ffffee url(../images/nosotros.jpg) no-repeat top;
	width: 740px;
	height: 154px;
}

#tab3{
	background: #ffffee url(../images/productos.jpg) no-repeat top;
	width: 740px;
	height: 154px;
}

#tab4{
	background: #ffffee url(../images/contactenos.jpg) no-repeat top;
	width: 740px;
	height: 154px;
}

/* Caja 3 - 80% width */
.contenido {
	float: right;
	width: 75%;
	color: #333;
	background: url(../images/background3.png) repeat-x;
	}

.imgIzq {
	float: left;
}

.imgDer {
	float: right;
}
	
/* Basic Styling */
body {
	background: white;
	font: 15px Arial, Helvetica, sans-serif;
	color: #222;
	}
	
h1 {
	margin: 0px;
	font: normal normal normal 24px "Bodoni MT" "Arial Narrow" "Sans Serif";
	color: #FFA60D;
	background-color: transparent;
	}
	
h2 {
	font-size: 20px;
	font-style:italic;
	font-weight:bold;
	color:#77894D;
	margin: 10px 0px 0px 10px;
	background-color: transparent;
	}
	
h3 {
	font-weight:bold;
	color:#959595;
	background-color: transparent;
	}

p {
	text-align: justify;
	margin: 0px 30px 10px 30px;
	line-height: 25px;
	}
	
.contenido ul li{	
	margin: 0px 0px 0px 20px;
	list-style-type: square;
	line-height: 25px;
}
	
/*&&>> Core Stylesheet <<&&*/
* {
  margin: 0;
  padding: 0;
  }

/*&&&&&>> Typography <<&&&&&*/


/*&&&&&>> Navigation <<&&&&&*/
/*zona de los tabs:
height tab: 28px
height bar: 50px
*/

/*&&&&&>> Navigation <<&&&&&*/

ul.one {
	padding:22px 0pt 0px 75px;/* 50 - 28 */
	background: url(../images/background.png) repeat-x top center;
	height: 28px;
	}
/*zona entre tab y tab*/
ul.one li {
	background: url(../images/utm_li.png) no-repeat top right;
	display: block;
	float: left;
	padding: 0 5px 0 0; /* width of utm_li */
	height: 28px; /* height of 1 unit */
	width: auto;
	}
/*tab*/
ul.one li a:link,ul.one li a:visited {
	background: #ffffee url(../images/utm_a.png) no-repeat left 0;
	color: #000;
	display: block;
	font-size: 12px;
	text-decoration: none;
	padding: 0;
	height: 28px;
	}
/*borde derecho*/
ul.one li a:link span, ul.one li a:visited span {
	background: url(../images/utm_span.png) no-repeat right 0;
	display: block;
	padding: 7px 20px 0 25px;
	height: 21px;
	}

.tabsetContent{
	font: italic 20px "Times New Roman", Times, serif;
	text-align: left;
	color: #aaa;
	background-color: #ffffee;
	width: 740px;
	height: 154px;
	display: none;
}

.tabsetContentActive{
	font: italic 20px "Times New Roman", Times, serif;
	text-align: left;
	color: #555;
	background-color: #FFFFEE;
	width: 740px;
	height: 154px;
	display: block;
}

/*&&>> Hover <<&&*/

ul.one li a:hover {
	background-position: left -56px;
	color: #222;
	background-color: transparent;
	}

ul.one li a:hover span {
	background-position: right -56px;
	cursor: pointer;
	color: #222;
	background-color: transparent;
	}

/*&&>> Current State <<&&*/

ul.one .tabActive {
	background-position: left -28px !important;
	}

ul.one .tabActive span {
	background-position: right -28px !important;
	}

/*&&>> IE <<&&*/

* html ul li a {
	width: 0px;
	}
	
.columna1de1{
	width: 100%;
	float: left;
}

.columna1de2{
	width: 50%;
	float: left;
}

.columna2de3{
	width: 66%;
	color: black;
	background-color: #FFFFE5;
	float: left;
}

.columna1de3{
	width: 33%;
	float: left;
	color: black;
	background-color: #EEF6FF;
}

