/* COMMON */
BODY{
	margin: 0px 0px 0px 0px;
	height: 100%;
}
FORM{
    margin: 0px;
    padding: 0px;
}
IMG{
    font-family: tahoma;
    font-size: 10px;
}
DIV{
    background-color: #ffffff;
}

/* HEADER */
DIV.header{
    position: relative;
    width: 100%;
    height: 95px;
    padding-top: 10px;
    z-index: 10;
}
DIV.header DIV.superior{
    position: relative;
    color: #A0BE8C;
    font: bold 11px trebuchet MS, trebuchet, verdana, arial;
    width: 100%;
    height: 95px;
}
DIV.header DIV.superior DIV.logo{
    position: relative;
    left: 10px;
    width: 270px;
    height: 95px;
}
DIV.header DIV.mensaje{
	position: relative;
    width: 100%;
    font: bold 11px trebuchet MS, trebuchet, verdana, arial;
    color: #DD3333;
    text-align: center;
}

/* BOTONERA */
DIV.botonera{}
DIV.botonera DIV.links_sup{
    position: absolute;
    right: 10px;
    top: 0px;
    z-index: 99;
    color: #028036;
}
DIV.botonera DIV.links_sup .usuario{
    color: #cccccc;
}
DIV.botonera DIV.links_sup A{
    color: #999999;
    text-decoration: none;
}
DIV.botonera DIV.links_sup A:hover{
    color: #333333;
    text-decoration: none;
}
DIV.botonera DIV.links_inf{
    position: absolute;
    right: 10px;
    padding-bottom: 2px;
    border-bottom: 2px solid #d4d4d4;
    font-size: 15px;
    top: 35px;
    width: 10*px;
}
DIV.botonera DIV.links_inf A{
	text-decoration: none;
}
A.pedir_presupuesto{
	color: #d5ac74;
}
A.pedir_presupuesto:hover{
	color: #fc980e;
}
A.mis_presupuestos{
	color: #d48c74;
}
A.mis_presupuestos:hover{
	color: #de4019;
}
SPAN.mis_presupuestos{
	color: #d48c74;
}
SPAN.mis_presupuestos:hover{
	color: #de4019;
}
A.mis_respuestas{
	color: #74abd4;
}
A.mis_respuestas:hover{
	color: #0f55aa;
}
A.contacto{
	color: #8cb073;
}
A.contacto:hover{
	color: #028036;
}
DIV.botonera DIV.linksMsj{
	color: #666666;
	display: none;
	position: absolute;
	right: 10px;
	padding-bottom: 2px;
	font-size: 12px;
	top: 60px;
	width: 600px;
}
DIV.botonera DIV.subMenu{
	display: none;
	position:absolute;
	right: 180px;
	top: 57px;
	border-bottom: 2px solid #d4d4d4;
	border-left: 2px solid #d4d4d4;
	border-right: 2px solid #d4d4d4;
}
DIV.botonera DIV.linksMsjSubMenu{
	color: #666666;
	display: none;
	position: absolute;
	right: 0px;
	padding-bottom: 2px;
	font: bold 12px trebuchet MS, trebuchet, verdana, arial;
	top: 60px;
	width: 150px;
}

A.presupuestos_pedidos{
	font: bold 15px trebuchet MS, trebuchet, verdana, arial;
	text-decoration: none;
	color: #d48c74;
}
A.presupuestos_pedidos:hover{
	color: #de4019;
}
A.presupuestos_emitidos{
	font: bold 15px trebuchet MS, trebuchet, verdana, arial;
	text-decoration: none;
	color: #d48c74;
}
A.presupuestos_emitidos:hover{
	color: #de4019;
}
DIV.divParchePorIE{
	position: absolute;
	border: 0px;
	width:50%;
	height:50px;
	top: 20px;
	right: 0px;
	z-index: 0;
}

/* CONTAINER */
DIV.bodyContainer{
    position: relative;
    width: 100%;
    min-height: 100%;
    height: auto;
    _height: 100%;
    top: 0px;
}
DIV.contentContainer{
    padding-bottom: 45px; /* DIV.footer height */
    width: 95%;
    text-align: left;
}
DIV.contentContainer DIV.sectionTitle H1{
    width: 100%;
    font: bold 20px trebuchet MS, trebuchet, verdana, arial;
    color: #990033;
    text-align: left;
    margin: 25px 0px 0px 0px;
    padding: 0px;
    border-bottom: 2px solid #990033;
}
DIV.container{
    padding-top: 20px;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
}



/* FOOTER */
DIV.footer{
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 45px; /* DIV.contentContainer height */
    background-image: url(../images/fondo_index.gif);
    background-repeat: repeat-x;
    background-position: top;
    font: 10px Verdana, Arial, Helvetica, sans-serif;
    color: #999999;
    border-top: solid 1px #CCCCCC;
    text-align: center;
    padding-top: 10px;
}

/************************************ BOTON SUBMIT ****************************/

TABLE.enviarButton{
	border-top: 1px solid #add66e;
	bottom: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
TABLE.enviarButton TD.submitLink{
	font: bold 15px trebuchet MS,trebuchet,verdana,arial;
	color: #038138;
	vertical-align: top;
	padding-left: 10px;
}
TABLE.enviarButton TD.seguirPidiendo{
	font: 10px Arial, Helvetica, sans-serif;
	color: #A0BE8C;
	padding: 4px 4px 0px 0px;
	vertical-align: top;
}

/********************** MENSAJES DE ERROR Y CONFIRMACION *********************/

DIV.showMessages{
    position: relative;
    padding: 7px;
}
DIV.showMessages h1.ok{
    padding: 0;
    margin: 0px 0px 0px 0px;
    color: #4594cd;
    font: bold 14px Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}
DIV.showMessages h1.error{
    padding: 0;
    margin: 0px 0px 0px 0px;
    color: #d9471b;
    font: bold 14px Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}
DIV.smallErrorBox{
    position: relative;
    background-position: 10px 10px;
    background-image: url(../images/error_icon.gif);
    background-repeat: no-repeat;
    width: 75%;
    min-height: 75px;
    height: auto;
    _height: 85px;
    padding: 10px 10px 10px 70px;
    border: 2px solid #f68166;
    color: #de4019;
    font: bold 12px Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
}
DIV.smallErrorBox A{
    color: #028036;
    text-decoration: none;
}
DIV.smallErrorBox A:hover{
    color: #045021;
    text-decoration: underline;
}
