﻿
body 
{
    background: #1d251a url(images/fondo_oleotop.jpg) no-repeat;
	margin-top: 10px;
	margin-left:0px;
	margin-right: 0px;
	margin-bottom:15px;
	text-align: center;
	min-width: 740px;
	font-size: 12px;
}

#wrapper 
{
    width: 90%;
	max-width:940px;
	min-width:740px;
	margin: 0 auto;
	text-align: left;
	position:relative;
	_width:expression(document.body.clientWidth <= 770 ? "730px" : ((document.body.clientWidth <= 940) ? "95%" : "940px")); /* solo parsed por <= IE6 */	
}

h1 
{
    font-family:Tahoma;
    color: Black;
    font-weight: bold;
    font-size: 20px;   
    margin-bottom: 0px;
}

h1.seccion
{
    font-family:Tahoma;
    color: Black;
    font-weight: bold;
    font-size: 22px;   
    margin-bottom: 20px;
    margin-top: 10px;
    border-bottom: solid 1px white;
    margin-right: 5px;
}

h2
{
    font-family:Verdana;
    color: #006600;
    font-weight: bold;
    font-style:italic;
    font-size: 16px;
    margin-bottom: 0px;  
}

h3
{
    font-family:Verdana;
    color: #009900;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 0px;   
}

h4
{
    font-family:Arial;
    color: #006600;
    font-weight: bold;
    font-style:italic;
    font-size: 12px;  
    margin-top: 0px; 
}


.contentRegular
{
    padding-left: 15px;
    font-family: Tahoma;
    font-weight: normal;
    color: Black;
    font-size: 12px;
    line-height: 1.5em;
}

.contentRegular p
{
    margin-top: 0px;
}

a 
{
    font-family: Tahoma;
    font-size: 12px;
    color: #336600;
}

a:hover
{
    font-family: Tahoma;
    font-size: 12px;
    color: #ff3300;
}

a.destacado 
{
     background: url(Images/bullet3.jpg) no-repeat left center; 
     padding-left: 18px;
     font-weight: bold;
}

.error 
{
    color: Red;
}

.required 
{
    font-weight: bold;
    color: Red;
}
/******************************************************************************************
HEADER
******************************************************************************************/

#branding 
{
    background: url(images/logo2.gif) top center no-repeat;
    height: 70px;
   
}
#header
{
    height: 170px;
    border-right: solid 4px white;
    /*background: url(images/fondo_header.jpg) left 22px no-repeat;*/
}

#headerTopLeft 
{
    /*background: url(images/header_top.gif) no-repeat;*/
    height: 30px;
}

#slide 
{
    float:right;
    position:relative;
    top: -30px;
    left: 20px;
    z-index: 100;
}

.header1 
{
    background: url(images/fondo_header1.jpg) left 22px no-repeat;
}

.headerTopLeft1 
{
    background: url(images/header_top1.gif) no-repeat;
}

.header2
{
    background: url(images/fondo_header2.jpg) left 22px no-repeat;
}

.headerTopLeft2
{
    background: url(images/header_top2.gif) no-repeat;
}
.header3 
{
    background: url(images/fondo_header3.jpg) left 22px no-repeat;
}

.headerTopLeft3 
{
    background: url(images/header_top3.gif) no-repeat;
}
/******************************************************************************************
MAIN NAV
******************************************************************************************/
#mainNav 
{
    /*border-left: solid 4px white;
    border-right: solid 4px white;*/
    
    text-align: center;
}

.mainNavBg 
{
    background: url(images/fondo_mainnav.jpg) repeat-x;
    height: 36px;
}

#mainNav ul 
{
    margin:0px;
    padding: 0px;
	list-style: none;
	font-size:12px;
	font-family: Tahoma, Verdana;
	width: 680px;
	color: #ffcc00;
}
#mainMenuWrapper 
{
    margin-left:auto ;
    margin-right: auto;
    width: 690px;
    padding-top: 10px;
}


#mainNav ul li
{
	float:left;
	padding-left:5px;
	/*padding-top:10px;*/
}

#mainNav ul li.first
{
    padding-left: 0px;
}

#mainNav ul li a 
{
	color: #ffcc00;
	font-weight: bold;
	text-decoration:none;
}
#mainNav ul li a:hover 
{
    color: #ccff99;
}
/******************************************************************************************
MIDDLE
******************************************************************************************/
#middleWrapper 
{
    border-left: solid 4px white;
    border-right: solid 4px white;
    background: #d0e69d;
}
#middle
{
}

#marginBottom 
{
    height: 1px;
    clear: both;
    padding: 0px;
}

/******************************************************************************************
1Col
******************************************************************************************/
#m1Col_left 
{
}

/******************************************************************************************
2Cols
******************************************************************************************/
#m2Col_left 
{
    float: left;
    width: 15%;
}

#m2Col_right 
{
    float:right;
    width: 84%;
}

/******************************************************************************************
3Cols
******************************************************************************************/

#m3Col_left 
{
    float: left;
    width: 20%;
    background: #cbe491;
}

#m3Col_right 
{
    float:right;
    width: 79%;
}

#m3Col_rightLeft
{
    float: left;
    width: 80%;
    border: solid 1px black;
}

#m3Col_rightRight
{
    float: right;
    width: 19%;
    border: solid 1px black;
}

/******************************************************************************************
FOOTER
******************************************************************************************/
#terminator 
{
    height: 37px;
    background: url(images/terminator_left_button.gif) no-repeat;
}
#terminatorCorner
{
    height: 37px;
    width: 28px;
    background: url(images/terminator_right.gif) no-repeat;
    float:right;
}

#adminLnk 
{
    float: left;
    position: relative;
    top: 18px;
    left: 20px;
}

#adminLnk a
{
    font-weight: bold;
    font-family: Verdana;
    font-size:11px;
}


#footer 
{
    height: 80px;
    background: url(images/foot.jpg) no-repeat center center ;
}

#credits 
{
    text-align: center;
    font-family: Verdana;
    font-size: 9px;
    color: #666633;
}

#credits a
{
    color: #666633;
    font-size: 9px;
    text-decoration: none;
}

#credits a:hover
{
    color: #ffffff;
}

/******************************************************************************************
LEFT MENU
******************************************************************************************/
.leftMenu 
{
    margin:10px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
	list-style: none;
	font-size:12px;
	font-weight: normal;
}
.leftMenu li
{
	background: url(images/bullet.jpg) no-repeat;
	padding-left: 17px;
	padding-top:0px;
	padding-bottom: 5px;
	color: #ffffff;
}

.leftMenu a 
{
    font-family: Tahoma;
    font-weight: bold;
    font-size: 12px;
    color: #ff3300;
}

.leftMenu a:hover
{
    font-family: Tahoma;
    font-weight: bold;
    font-size: 12px;
    color: #336600;
}

/******************************************************************************************
PORTADA PDP
******************************************************************************************/
#homePDPIntro 
{
    margin-top: 20px;
}

#homePDPNoticias td.texto
{
    text-align:justify;
    padding-right: 15px;
    padding-left: 0px;
}

#homePDPNoticias h1 
{
    font-size: 16px;
}

#homePDPNoticiasImg
{
    border: solid 8px white;
}

#homePDPNoticiasOtras 
{
    width: 150px;
    
}

#homePDPNoticiasOtras .otrasNoticias {
    margin:0px;
    padding: 0px 5px 10px 5px;
	list-style: none;
	font-size:12px;
	font-weight: normal;
}

#homePDPNoticiasOtras .otrasNoticias li
{
	background: url(images/bullet3.jpg) no-repeat 0px 3px;
	padding-left: 18px;
	padding-top:0px;
	padding-bottom: 10px;
	color: #ffffff;
}

#homePDPNoticias a.detalles
{
    display: block;
    margin-top: 10px;
    background: url(images/bullet3.jpg) no-repeat 0px 2px;
    padding-left: 15px;
}

#homePDPBoletines 
{
    margin-top: 30px;
    margin-bottom: 50px;
}

#homePDPBoletines h2
{
    margin-bottom: 20px;
}

/******************************************************************************************
ENLACES
******************************************************************************************/
.listaEnlaces 
{
    margin-bottom: 20px;
}

.listaEnlaces p 
{
   margin-top: 0px;
   margin-bottom: 0px;
   padding-left: 15px;
}

.listaEnlaces p.enlace
{
    font-style:italic;
    color: #666600;
}

/******************************************************************************************
Noticias
******************************************************************************************/
.titulares 
{
    padding-bottom: 5px;
    padding-left: 10px;
    background: #cbe491;
}

.titulares h3
{
    padding-top: 5px;
    color: #1d251a;
}

.titulares ul
{
    margin:10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	list-style: none;
}

.titulares li
{
    padding:0px 0px 10px 7px;
    background: url(images/bullet2.gif) no-repeat left 5px;
}

.titulares a.masNoticias
{
    display: block;
    margin-top: 20px;
}

.noticiaArchive p.fecha
{
    color: #666600;
    margin-top: 0px;
    margin-bottom:10px;
    padding-left: 15px;
}
/******************************************************************************************
BOLETINES
******************************************************************************************/
.descargas p.fecha 
{
    color: #666600;
    margin-top: 0px;
    margin-bottom:10px;
    padding-left: 15px;

}

.descargas h2
{
    margin-top: 20px;
    margin-bottom:10px;
}
/******************************************************************************************
CONTACTO
******************************************************************************************/
.formContactoStandard 
{
   width: 330px;
   background: #ffffff;
}

p.ayuda, .ayuda
{
    color: #666600;
    margin-top: 0px;
    font-weight: normal;
}

.formLabel 
{
    background: url(images/bullet3.jpg) no-repeat 0px 2px;
    padding-left: 18px;
    font-weight: bold;
}
/******************************************************************************************
LOGIN PROVEEDORES
******************************************************************************************/
.loginProv 
{
    background: url(images/fondo_login_prov.jpg) no-repeat;
    width:344px;
    height:208px;
    margin-bottom: 300px;
}
.formLoginProv 
{
    position: relative;
    left: 110px;
    top: 40px;
}

.formLoginProv p 
{
    font-weight: bold;
    margin-bottom:10px;
}

.errorLogin
{
    background: url(images/exclamacion.gif) no-repeat left center;
    margin-left: 100px;
    margin-top:0px;
    margin-bottom:0px;
    padding-left: 20px;
    font-weight: bold;
}


.formLoginProv input.cajon 
{
    width: 200px;
}

.nombreProveedor 
{
    font-family: Tahoma;
    font-size: 12px;
    font-weight:bold;
    font-style:italic;
    color: #1d251a;    
}

.cartolaRecepciones 
{
    margin-top: 30px; 
    background: white; 
    font-family:Arial;
    font-size: 11px;
    margin-bottom: 10px;
}

.cartolaRecepciones .encabezado
{
    height: 27px; 
    font-weight: bold; 
    background: url(images/tabla_bg_header.gif) repeat-x;
    vertical-align: bottom;
    line-height: normal;
}

.cartolaRecepciones .alterna
{
    background: #f9fd9c;
}

.cartolaRecepciones .totales
{
    font-weight: bold; 
}


.precios
{
    margin-top: 30px; 
    background: white; 
    font-family:Arial;
    font-size: 13px;
    margin-bottom: 10px;
}

.precios .encabezado
{
    height: 27px; 
    font-weight: bold; 
    background: url(images/tabla_bg_header.gif) repeat-x;
    vertical-align: bottom;
    line-height: normal;
}

.precios .alterna
{
    background: #f9fd9c;
}

.precios .totales
{
    font-weight: bold; 
}
