/* Generic resetting */

* {
	margin:0;
	padding:0;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
}

img {border:0;}

a {text-decoration:none;}
a:hover {text-decoration:underline;}

p {
	margin-bottom:8px;
	text-align:justify;
}

p, li, label, input, textarea, select {
	font: normal 12px "Trebuchet MS", Arial;
	color:#000;
}

ul {margin: 8px 0;}
li {margin: 8px 0 8px 25px;}
h1,h2 {margin-bottom:10px;}

h1 {	
	font: bold 30px "Trebuchet MS", Arial, Verdana;
	color:#000;
}

h2 {
	font: bold 12px "Trebuchet MS", Arial, Verdana;
	color:#00A39A;
}

.size20 {font-size:20px;}

/* Structure */
#site-container {
	width:100%;
}

#frame {
	width:750px;
	margin: 0 auto;
}

/* Header */
#header {
	height:126px;
	background: transparent url(i/bkg_header.jpg) no-repeat;	
} 

#logo {
	float:left;
	margin-left:67px;
	margin-top:28px;
}

#mainmenu {	
	float:left;
	list-style:none;
	margin-top:66px;
	margin-left:15px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}

#mainmenu li {
	display:inline;
	margin-left:4px;

}

#mainmenu li a:link, #mainmenu li a:visited  {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
}

#mainmenu li a:hover {
	color:#FDCA00;
	text-decoration:none;
}

/* Body Area */
#body {	
}

#container-leds, #container-plain {
	width:681px;
	float:right;
}

#container-leds {	
	background: #FDCA00 url(i/bkg_home.jpg) no-repeat;
}

#container-plain {
	background: #FDCA00 url(i/bkg_plain.jpg) no-repeat left bottom;
}

.txthome {
		padding: 50px 30px 0 170px;
		height:273px;
}

#menu-proyectos {
	width:180px;
	float:left;
	margin: 32px 0 20px 115px;
}

#menu-proyectos a:link, #menu-proyectos a:visited {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #fff;
}

#menu-proyectos a:hover {
	color:#00A39A;
	text-decoration:none;
}

#menu-proyectos p{
	font: bold 12px Arial, Helvetica, sans-serif;
	color:#fff;
}

#menu-proyectos .active {
	color:#00A39A;
}

#txtbox-proyectos {
	float:left;
	width:350px;
	margin: 32px 0 20px 20px;
}

#txtbox-tecleft {
	float:left;
	width:270px;
	margin: 20px 0 20px 100px;
}

#txtbox-tecright {
	float:left;
	width:270px;
	margin: 20px 0 20px 20px;
}

#txtbox-ahorro {
	float:left;
	margin: 20px 0 20px 20px;
	height:250px;
}

#txtbox-contacto {
	float:left;
	margin: 20px 0 20px 50px;
	width:505px;
}

#txtbox-confirm {
	width:auto;
	height:70px;
	padding-top:30px;
	margin: 20px 0 20px 50px;
}

#txtbox-prod-thumbs {
	float:left;
	width:225px;
	margin: 20px 0 40px 20px;
}

#txtbox-prod-large {
	float:left;
	width:246px;
	margin: 20px 0 20px 10px;
}

#txtbox-prod-data {
	float:left;
	width:140px;
	margin: 20px 0 20px 10px;
}

#txtbox-prod-data p{
	text-align:left;
}

/* Productos */

#txtbox-prod-thumbs img {
	margin-right:5px;
	margin-bottom:5px;
	cursor:pointer;
}

.hide {
	display:none;
}

/* Contacto */

label{
float: left;
width: 150px;
font-weight: bold;
}

input, textarea{
width: 350px;
margin-bottom: 5px;
}

input:hover, textarea:hover {
	border: solid 2px #00B0A5;
	background-color:white;
}

textarea{
height: 80px;
}

#btnSubmit{
margin-left: 140px;
width: 60px;
float:right;
text-align:center;
}

/* Footer */
#footer{
	float:left;
	width:100%;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #A4B3B2;
	padding-left: 215px;
	margin-top:10px;
}

#footer a:link, #footer a:visited {
	color: #A4B3B2;
}


