*{
    font-family     : Helvetica, Arial, sans-serif;
    
}

html, body{
    margin          : 0px;
    padding         : 0px;
}

* a, * input, * textarea, a, input, textarea{
    outline         : expression(hideFocus='true');
    outline         : none;
    text-decoration : none;
}



body {
    margin          : 15px 0px 0px;
}

#cont {
	width           : 820px;
	margin-right    : auto;
	margin-left     : auto;
    overflow        : hidden;
    position        : relative;
}


#cabecera {
	width           : 820px;
	height          : 113px;
	padding-bottom  : 15px;
    overflow        : hidden;
    position        : relative;
}

#logo {
	width           : 173px;
	height          : 113px;
	float           :left;
}

#the-menu{
    width           : 820px;
    height          : 22px;
    position        : relative;
    margin-bottom   : 10px;
}


#banner {
	width           : 820px;
    height          : 300px;
}

#cajaIzq {
	float           : left;
    overflow        : hidden;
    width           : 493px;
	padding         : 15px 0px;
}


#CajaDer {
	width           : 285px;
	float           : right;
    overflow        : hidden;
	background      : #c7ccc7;
	margin-top      : 17px;
	margin-bottom   : 17px;
}

#pie {
	background      : #A0A9A6 url(../images/fdoPie1.jpg) left top repeat-x;
    overflow        : hidden;
    margin-top      : 10px;
}

#pie #content-pie{
    width           : 820px;
    margin          : 0px auto;
}


#pie #content-pie .box-pie{
    border-right    : 1px solid #FFFFFF;
    font-size       : 11px;
    color           : #FFFFFF;
    padding         : 20px 10px 20px 0px;
    margin-right    : 20px;
    white-space     : nowrap;
    float           : left;
}

#pie  a{
    color           : #FFFFFF;
    font-size       : 11px;
}

#pie #content-pie .box-pie a:hover{
    color           : #007ABF;
}

#pie #content-pie .box-pie .item-main-menu-foot a{
    text-decoration : none;
    font-size       : 11px;
}


.item-main-menu-foot {
    padding         : 0px;
    margin          : 0px 0px 2px;
    overflow        : hidden;
}


.guion-bajo{
    color           : #007ABF;
}












