/** GENERAL ***************************************/

/** Caja texto **/
#extra H2 {
	margin: 0px;
	padding: 5px 10px 6px;
	background: #A4B1B4;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}

#extra P, #extra DL, #extra FORM, #extra UL {
	margin-bottom: 20px;
	padding: 5px 10px 8px;
	background: #FDFDFD;
	border: 1px solid #E2E9EB;
	border-top: 0px;
}

#extra DL {
	padding-bottom: 0px;
}

#extra FORM {
	padding: 10px;
}

#extra UL {
	padding-top: 0px;
}

/** Datos contacto **/
#extra DT {
	font-weight: bold;
}

#extra DD {
	margin-bottom: 10px;
}

/** Botones **/
#extra A.boton IMG {
	width: auto;
	display: block;
	margin: 0px 0px 20px;
	padding: 0px;
	border: 1px solid #D3DCDE;
}

#extra A.boton:hover IMG {
	border: 1px solid #49897B;
}

/** Imagenes **/
#extra IMG {
	display: block;
	margin-bottom: 10px;
}

/** Imagenes Polaroid **/
#extra IMG.polaroid {
	background: #FDFDFD;
	border: 1px solid #D3DCDE;
	padding: 5px;
	margin-bottom: 5px;
}

/** Formulario Search **/
#extra INPUT {
	width: 108px;
	padding: 3px 5px 4px;
	border: 1px solid #A4B1B4;
	border-right: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #404749;
}

#extra INPUT.send {
	width: 19px;
	background: #A4B1B4 url(../img/boton_search.png) center center no-repeat;
	border: 0px;
	cursor: pointer;
}

/** Formulario Select **/
#extra SELECT {
	width: 138px;
	padding-left: 4px;
	border: 1px solid #A4B1B4;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #404749;
}

#extra SELECT.month {
	margin-top: 10px;
}

#extra OPTION {
	margin: 5px;
	padding: 0px 2px;
}



/** HOME **********************************/

/** Contacto **/
BODY#home #extra H2.contact {
	background: #AA492A;
}

/** Announcements **/
BODY#home #extra LI {
	border-bottom: 1px solid #E2E9EB;
}

BODY#home #extra LI.ultimo {
	border-bottom: 0px;
}

BODY#home #extra LI A {
	display: block;
	padding: 7px 20px 9px 0px;
}

BODY#home #extra LI.ultimo A {
	padding-bottom: 0px;
}

BODY#home #extra LI A:hover, BODY#home #extra LI.sel A {
	background: url(../img/flecha_submenu.gif) 170px center no-repeat;	
}

/** Enlaces **/
BODY#home #extra UL.enlaces {
	background: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

BODY#home #extra .enlaces LI {
	padding: 8px;
	border: 0px;
}

BODY#home #extra .enlaces A {
	padding: 0px;
} 

BODY#home #extra .enlaces LI IMG {
	margin: 0px auto;
}
