
/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #000000 url(/img/images/bg01.jpg) repeat left top;
}

/** FORMS */

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

/** HEADINGS */

h1, h2 {
	margin-top: 0px;
	/*text-transform: uppercase;*/
	font-style:italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: weight;
	clear:both;
}

h1 { font-size: 24px;background: url(/img/images/homepage05.gif) repeat-x left bottom; }
h1 img {float:left; margin-right:7px;}

h2 { font-size: 16px; }

h3 { font-size: 12px; }

h3 span {
	padding: 0px 5px;
	background: #FFFFFF;
	color: #595959;
}

/** TEXTS */

body, th, td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

input, textarea, select {
	color:#000000;
	float:left;
	margin-bottom:6px;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 170%;
}

/** LINKS */

a {
	text-decoration: none;
	color: #8C9100;
}

a:hover { text-decoration: underline; }

/** STYLES */

.style1 { }

.style1 a { }

.style1 a:hover { }

/** BACKGROUNDS */

.bg1 { }

/** MISC */

.align-justify { text-align: justify; }

.align-right { text-align: right; }

img { border: none; }

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	background: url(/img/images/homepage05.gif) repeat-x left top;
}

/** WRAPPER */

#wrapper { background: url(/img/images/bg02.jpg) repeat-x left top; }

/** PAGE */

#page {
	width: 778px;
	padding: 0px 0px 0px 21px;
	background: url(/img/images/bg1_01.jpg) no-repeat left top;
}

/** SIDEBAR */

#sidebar {
	width: 258px;
	background: url(/img/images/homepage02.jpg) repeat-y left top;
}

/** MENU */

#menu { background: url(/img/images/homepage03.jpg) no-repeat left top; }

#menu ul {
	margin: 0px;
	padding: 35px 0px 70px 20px;
	background: url(/img/images/homepage04.jpg) no-repeat left bottom;
	list-style: none;
	line-height: normal;
}

#menu li {
	padding: 3px 0px 4px 11px;
	background: url(/img/images/subpage01.jpg) no-repeat left bottom;
}

#menu a {
	display: block;
	width: 181px;
	height: 31px;
	padding: 6px 13px 0px 0px;
	text-align: right;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #5D5D5D;
}

#menu a:hover, #menu .active a {
	background: url(/img/images/subpage02.jpg) no-repeat left top;
	color: #FFFFFF;
}

/** CONTENT */

#content {
	width: 444px;
}

/** FOOTER */

#footer {
	padding: 30px 0px 0px 307px;
	color: #AA9C80;
}

strong {
	font-weight:bold;
}




/* mio */
.left {float:left; width:100px; height:100px; border:1px solid #bbbbbb; padding:3px; background-color:#FFFFFF}
.right {float:right; width:100px; height:100px; border:1px solid #bbbbbb; padding:3px; background-color:#FFFFFF}
table {
	padding:5px;
	border:1px solid #fff;
	margin-top:7px;
}

.mini {
	width:50px;
	height:50px;
	border:1px solid #bbbbbb; padding:2px; background-color:#FFFFFF;
}

/* form presupuesto */
label {
	clear:both;
	float:left;
	width:160px;
	margin-bottom:6px;
}


#bienvenida h1 {
	font-size:12px !important; 
	font-style:normal !important;
	font-weight:bold !important;
	display:inline !important;
	border:0 !important;
	background:transparent !important;
}

#bienvenida {
	text-align:justify;
}

.oc {display:none;border:0;}

/* form presupuestos */
.input_cantidad {width:45px;}
.input_medida {width:50px;}

/* jDrop Specific... */
div.jDrop {font-family:verdana;font-size:.8em;margin:0 .5em 1em 0;color:#000;float:left;}

div.jSel{background:url(/img/gfx/jSel.gif);padding:0px 0px;height:25px;overflow:hidden;float:left;}
div.jSel.hover{background-position:0px -25px;color:#fff;}
span.jSelOp{float:left;padding:4px 7px;white-space:nowrap;}

div.jDropBut{color:#000;background:url(/img/gfx/jDropBut.gif);width:25px;height:25px;float:left;}
div.jDropBut.hover{background-position:0px -25px;color:#fff;}

div.jOpDrop{margin:0px!important;position:absolute;z-index:10;display:none;background:url(/img/gfx/jOpDrop.gif) bottom left;border:1px solid #333;}
div.jOp{padding:2px 7px 3px 7px;padding-right:17px;white-space:nowrap;}
.jDrop img{width:15px;height:15px;vertical-align:middle;margin:-2px 5px 0 0px;position:relative;}
div.jOpDrop div.jOp.hover{background:#84ab5b;color:white;}

/* carrrrrrrrrrrrrrrrrrrrrrrrrrrrousel */

.jMyCarousel {
	display:none;
}

div.jMyCarousel .prev{
	background: url('/img/left.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}
div.jMyCarousel .next{
	background: url('/img/right.png') center center no-repeat;
	width:40px;
	height:61px;
	border:0px;
}
div.jMyCarousel .up{
	background: url('/img/up.png') center center no-repeat;
	width:61px;
	height:40px;
	border:0px;
}

div.jMyCarousel .down{
	background: url('/img/down.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}


/** carousel 1 **/
div.jMyCarousel ul li{
	border:1px solid #fff;
	line-height:0px;
}

div.jMyCarousel ul li a{ /* in case of link */
	display:block;
	border:0px;
}

div.jMyCarousel ul li a img{
	display:block;
	border:0px;
}

fieldset {
	border:0;
}

legend {
	font-weight:bold;
	legend:0;
	font-size:15px;
	padding-left:0;
	padding-bottom:4px;
}

.img_material {
	margin-right:5px;
}

#migas_pan {
	text-align: left; 
	font-size: 11px;
	padding-bottom:7px;
}

#datosTecnicos {
	text-align:justify;
}
