/*
Theme Name: Malaga Acoge
Theme URI:
Description:
Version: 1.0
Author: Luis Alberto Badiali
Author URI: http://www.badiali.net/
*/

/* @group Font,Reset */

/*
RESET
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
del,ins{text-decoration:none;}

/*
FONTS
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	line-height:100%;
}



/* @end */

body {
	font:100% "Trebuchet Ms", Arial, Verdana;
	color:#333;
	background:#e1ddae url(images/body-back.jpg) repeat-x left top;
}

#group {
	width:958px;
	position:relative;
	margin-right:auto;
	margin-left:auto;
	padding-top:182px;
	border-right:1px solid #b0ad87;
	border-left:1px solid #b0ad87;
	background-color:#fff;
	font-size:1em;
}

.clear {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}

h1 {
	margin-bottom:15px;
	color:#003f91;
	font:bold 1.5em "Lucida Grande", Lucida, Arial;
}

h2 {
	color:#003f91;
	margin-bottom:15px;
	font:bold 1.3em "Lucida Grande", Lucida, Arial;
}

h3 {
	color:#003f91;
	margin-bottom:15px;
	font:bold 1em "Lucida Grande", Lucida, Arial;
}

h4 {
	color:#003f91;
	margin-bottom:15px;
	font:bold 1em "Lucida Grande", Lucida, Arial;
}

a:link, a:visited {
	color:#003f91;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#ff9500;
	font-weight:bold;
	text-decoration:none;
}

#content a:link, #content a:visited {
	color:#003f91;
	font-weight:bold;
	text-decoration:underline;
}

#content a:hover {
	color:#ff9500;
	font-weight:bold;
	text-decoration:underline;
}

small {
	color:#999;
	margin-bottom:10px;
	display:block;
}

strong {
	font-weight:bold;
}

#header {
	width:976px;
	height:162px;
	color:#fff;
	position:absolute;
	top:20px;
	left:-9px;
	background:#003f91 url(images/header-back.jpg) no-repeat left top;
}

#header div.header-text {
	position:absolute;
	right:40px;
	top:15px;
	text-align:right;
}

#header div.header-text p {
	font-size:0.8em;
	margin-bottom:10px;
	text-align:right;
}

#header div.header-text p strong {
	font-size:1.4em;
	font-weight:bold;
}

#header div.header-text p.no-margin {
	margin-bottom:0;
}

#header div.header-text span.tel {
	font-size:1.2em;
}

#header div.header-text a:link, #header div.header-text a:visited {
	color:#fff;
	text-decoration:none;
}

#header div.header-text a:hover {
	color:#ffcb19;
	text-decoration:none;
}

img.logo {
	position:absolute;
	top:-20px;
	left:-9px;
}

#content {
	width:689px;
	float:right;
	padding:5px 20px 20px;
	font-size:0.85em;
}

#content ul {
	margin-left:20px;
	margin-bottom:15px;
}

#content ul li {
	list-style-position:outside;
	list-style-type:square;
	margin-bottom:5px;
}

#content ol {
	margin-left:20px;
	margin-bottom:15px;
}

#content ol li {
	list-style-position:outside;
	list-style-type:decimal;
	margin-bottom:5px;
}

p {
	margin-bottom:15px;
}

#leftcol {
	float:left;
	width:228px;
}

#footer {
	clear:both;
	background-color:#003f91;
	color:#fff;
	padding:10px;
	text-align:center;
	font-size:0.75em;
	width:940px;
}

#footer p {
	margin-bottom:0;
}			   
/*
Added by Adis on 17/04/2010 for CC License 
*/
#footer p.licenciaCC {
	font-size:0.75em;
}	
#footer p a:link, #footer p a:visited {	
	color:#fff;
	text-decoration:none;
}

#footer p a:hover {
	color:#ffcb19;
	text-decoration:none;
}
/*
End Added by Adis on 17/04/2010 for CC License 
*/
p#breadcrumbs {
	font-size:0.8em;
}

#rincon_voluntario {
	background-color:#d2e8f6;
	border:1px solid #cbcbcb;
	padding:15px;
	width:300px;
	float:left;
}

#rincon_voluntario ul, #espacio_reivindicativo ul {
	margin-top:10px;
}

#espacio_reivindicativo {
	background-color:#fff2af;
	border:1px solid #ccc;
	padding:15px;
	width:300px;
	float:right;
}

.wp-caption {
	background-color:#f2f2f2;
	padding:5px;
	border:1px solid #ccc;
	margin-bottom:15px;
}

#content p.wp-caption-text {
	text-align:center;
	padding:0;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	width:auto;
	margin:5px 0 0;
}

.junta-andalucia {
	border-top:1px solid #ccc;
	width:100%;
	clear:both;
	padding-top:5px;
}

.junta-andalucia p {
	font-size:1em;
	color:#666;
}

.junta-andalucia img {
	float:right;
	width:120px;
}

/* <<<<< WIDGET SIDEBAR >>>>> */

#leftcol h2.widgettitle {
	display:block;
	width:214px;
	height:27px;
	background:#00aef0 url(images/blue-title.gif) no-repeat left top;
	color:#fff;
	font-weight:bold;
	padding-left:15px;
	position:relative;
	margin-bottom:10px;
	margin-top:10px;
	font-size:0.9em;
	line-height:2.1em;
}

#leftcol h2.widgettitle img {
	position:absolute;
	left:-9px;
	top:0;
}

#leftcol ul li.widget {
	list-style-type:none;
	margin-left:0;
}

#leftcol ul li {
	font-size:0.9em;
	list-style-type:square;
	color:#003f91;
	list-style-position:outside;
	margin-left:30px;
	margin-bottom:5px;
}

.textwidget {
	padding:0 15px 15px;
	font-size:0.9em;
}

.widget_search input {
	margin-left:20px;
	width:125px;
}

.widget_search input.button {
	font-size:11px;
	width:60px;
	float:right;
	margin-left:0;
	background-color:#003f91;
	color:#fff;
	border:1px solid #8f92cd;
	padding:2px;
}

/* <<<<< MENU >>>>> */

#pixopoint_menu_wrapper1 {
	position:absolute;
	top:120px;
	height:30px;
	width:966px;
	padding-left:10px;
}

#suckerfishnav {
	float:left;
	list-style:none;
	padding:0;
	margin:0;
	width:976px;
	height:30px;
	font-weight:bold;
	font-size:0.75em;
	line-height:2.3em;
}

#suckerfishnav li {
	float:left;
	padding:0;
}

#suckerfishnav a {
	display:block;
	color:#fff;
	padding:0px 10px;
	text-transform:uppercase;
	font-weight:bold;
}

#suckerfishnav li a {
	font-weight:bold;
}

#suckerfishnav li a:hover {
	background:url(images/hover.gif) repeat-x left center;
}

#suckerfishnav li li a {
	font-weight:bold;
}

#suckerfishnav li li a:hover {
	background:#003f91 none;
}

#suckerfishnav ul {
	position:absolute;
	left:-999em;
	height:auto;
	width:230px;
	margin:0;
	border-left:1px solid #003f91;
	font-size:0.90em;
	font-weight:bold;
	line-height:2em;
}

#suckerfishnav li li {
	width:230px;
	font-size:1.1em;
}

#suckerfishnav li li a {
	width:210px;
	color:#fff;
	padding:4px 10px;
}

#suckerfishnav li ul ul {
	margin:-30px 0 0 230px;
	border-left:1px solid #4c8cbf;
}

#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
	left:-999em;
}

#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
	left:auto;
	background:#5599cf;
}
