/*
Theme Name: Servicios Extraexcolares - Twenty Eleven
Theme URI: http://cancamusa.org
Description: Child de Twenty Eleven para http://serviciosextraescolares.com
Author: R&R
Author URI: http://cancamusa.org
Template: twentyeleven
Version: 1.0
*/

@import url("../twentyeleven/style.css");

/* Background */
body {
	/* #011552 -> #001c65 */
	background: #001959 url(/wp-content/themes/servextra/rainbow.jpg) no-repeat center bottom;
	background-size: 100%;
	background-attachment: fixed;
}

/* Basic page setup */

#page {
	background: transparent;
	margin: 2em auto;
	max-width: 1000 px;
	border-radius: 40px;
	border: 1px solid #bbb;
}

#page.frontpage {
	background: transparent;
	border: 0;
}

#primary, #main {
	background: #fff;
	height: 100%;
	text-align: justify;
}

#primary.frontpage, #main.frontpage {
	background: transparent;
}

/* Header */
a span.overtext {
	display: block;
	position: absolute;
	top: 160px;
	left: 80px;
	font-weight: bolder;
	font-size: 24px;
	color: #000;
	opacity: 0.8;
	text-shadow: -1px 0 #222, 0 1px #222, 1px 0 #222, 0 -1px #222;
}
#site-title {
        margin: 0;
        padding: 0;
}
#site-title a {
        color: #111;
        font-size: 30px;
        font-weight: bold;
        line-height: 36px;
        text-decoration: none;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
        color: #1982d1;
}
#branding {
	border-top: 0px;
	border-bottom: 5px solid #000;
	padding-bottom: 0px;
	position: relative;
	z-index: auto;
	height: 371;
	background: transparent;
        background: rgba(255, 255, 255, 0.3);
	border-radius: 40px 40px 0 0;
}

#branding.frontpage {
	border-bottom: 0px;
	border-radius: 40px 40px 40px 40px;
	border: 1px solid #bbb;
}

#branding img {
        border: 0;
	margin: 30px 0 0 -30px;
	padding: 0;
        display: block;
        float: left;
	width: auto;
	height: auto;
}

#site-description {
	margin: 0;
	padding: 0;
	font-size: 16px;
	padding-bottom: 10px;
	color: #000099;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}

#fp-description {
	margin: 0 auto;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	color: #000099;
	color: rgba(0, 0, 144, 0.7);
	font-style: italic;
}

h1.entry-title{
	text-align: center;
}

/* Navigation menu */
#access div {
        /* margin: 0 7.6%; */
        margin: 0;
}

#access a.assistive-text:active,
#access a.assistive-text:focus {
        background: #eee;
        border-bottom: 1px solid #ddd;
        color: #1982d1;
        clip: auto !important;
        font-size: 12px;
        position: absolute;
        text-decoration: underline;
        top: 0;
        left: 7.6%;
}

#access {
	position: absolute;
	top: 15%;
	left: 20%;
        background: transparent;
	box-shadow: none;
        clear: none;
        display: block;
        float: left;
        margin: 0 auto 0;
        width: 78%;
}
#access ul {
        font-size: 1.0em;
        list-style: none;
        margin: 0;
        padding-left: 0;
	overflow-x: auto;
}
#access li {
	width: 10%;
	border-radius: 10px;
	border: solid 1px #888;
        float: left;
        position: relative;
	margin-right: 5px;
}
#access a {
        color: #222;
        display: block;
	font-size: 0.7em;
        line-height: 1em;
        padding: 90px 0.5em 0.5em 0.5em;
        text-decoration: none;
	text-align: center;
}
#access ul ul {
	display: none;
}
#access li:hover > a,
#access a:focus {
        padding: 90px 0.3em 0.3em 0.3em;
        background: rgb(255, 255, 255);
        background: rgba(255, 255, 255, 0.5);
	border-radius: 10px;
	color: #000;
	font-weight: bold;
}
#access ul li:hover > ul {
        display: block;
}
#access .current_page_item > a,
#access .current_page_ancestor > a {
	border-radius: 10px;
        font-weight: bold;
}
#branding .only-search + #access div {
        padding-right: 205px;
}

/* Icons for each page */
#access a[title="icon-idiomas"] {
	background: url('icon/idiomas.png') center 25px no-repeat;
}
#access li:hover > a[title="icon-idiomas"] ,
#access .current_page_item > a[title="icon-idiomas"],
#access a[title="icon-idiomas"]:focus {
	background: rgb(255, 255, 255) url('icon/idiomas.png') center 25px no-repeat;
	background: rgba(255, 255, 255, 0.5) url('icon/idiomas.png') center 25px no-repeat;
}

#access a[title="icon-deportes"] {
	background: url('icon/deportes.png') center 10px no-repeat;
}
#access li:hover > a[title="icon-deportes"] ,
#access .current_page_item > a[title="icon-deportes"],
#access a[title="icon-deportes"]:focus {
	background: rgb(255, 255, 255) url('icon/deportes.png') center 10px no-repeat;
	background: rgba(255, 255, 255, 0.5) url('icon/deportes.png') center 10px no-repeat;
}

#access a[title="icon-artes"] {
	background: url('icon/artes.png') center 10px no-repeat;
}
#access li:hover > a[title="icon-artes"] ,
#access .current_page_item > a[title="icon-artes"],
#access a[title="icon-artes"]:focus {
	background: rgb(255, 255, 255) url('icon/artes.png') center 10px no-repeat;
	background: rgba(255, 255, 255, 0.5) url('icon/artes.png') center 10px no-repeat;
}

#access a[title="icon-aventura"] {
	background: url('icon/aventura.png') center 10px no-repeat;
}
#access li:hover > a[title="icon-aventura"] ,
#access .current_page_item > a[title="icon-aventura"],
#access a[title="icon-aventura"]:focus {
	background: rgb(255, 255, 255) url('icon/aventura.png') center 10px no-repeat;
	background: rgba(255, 255, 255, 0.5) url('icon/aventura.png') center 10px no-repeat;
}

#access a[title="icon-intranet"] {
	background: url('icon/intranet.png') center 10px no-repeat;
}
#access li:hover > a[title="icon-intranet"] ,
#access .current_page_item > a[title="icon-intranet"],
#access a[title="icon-intranet"]:focus {
	background: rgb(255, 255, 255) url('icon/intranet.png') center 10px no-repeat;
	background: rgba(255, 255, 255, 0.5) url('icon/intranet.png') center 10px no-repeat;
}

#access a[title="icon-otros"] {
	background: url('icon/otros.png') center 10px no-repeat;
}
#access li:hover > a[title="icon-otros"] ,
#access .current_page_item > a[title="icon-otros"],
#access a[title="icon-otros"]:focus {
	background: rgb(255, 255, 255) url('icon/otros.png') center 10px no-repeat;
	background: rgba(255, 255, 255, 0.5) url('icon/otros.png') center 10px no-repeat;
}

#access a[title="icon-noticias"] {
	background: url('icon/noticias.png') center 10px no-repeat;
}
#access li:hover > a[title="icon-noticias"] ,
#access .current_page_item > a[title="icon-noticias"],
#access a[title="icon-noticias"]:focus {
	background: rgb(255, 255, 255) url('icon/noticias.png') center 10px no-repeat;
	background: rgba(255, 255, 255, 0.5) url('icon/noticias.png') center 10px no-repeat;
}

#access a[title="icon-quien"] {
	background: url('icon/quien.png') center 10px no-repeat;
}
#access li:hover > a[title="icon-quien"] ,
#access .current_page_item > a[title="icon-quien"],
#access a[title="icon-quien"]:focus {
	background: rgb(255, 255, 255) url('icon/quien.png') center 10px no-repeat;
	background: rgba(255, 255, 255, 0.5) url('icon/quien.png') center 10px no-repeat;
}

#access a[title="icon-trabajo"] {
	background: url('icon/trabajo.png') center 25px no-repeat;
}
#access li:hover > a[title="icon-trabajo"] ,
#access .current_page_item > a[title="icon-trabajo"],
#access a[title="icon-trabajo"]:focus {
	background: rgb(255, 255, 255) url('icon/trabajo.png') center 25px no-repeat;
	background: rgba(255, 255, 255, 0.5) url('icon/trabajo.png') center 25px no-repeat;
}

/* Singular */
.singular #primary {
        margin: 0;
}
.singular #content,
.left-sidebar.singular #content {
        margin: 0 7.6%;
        position: relative;
        width: auto;
}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
        margin: 0 auto;
        width: 88.9%;
}

/* Attachments */
.singular .image-attachment .entry-content {
        margin: 0 auto;
        width: auto;
}
.singular .image-attachment .entry-description {
        margin: 0 auto;
        width: 88.9%;
}


/* Sidebar */
.left-sidebar #secondary {
        float: left;
        margin: 0 0% 2.4% 2.4%;
	padding: 2.0%;
        width: 19.2%;
	background-clip: padding-box;
	border-radius: 20px;
	border: 1px solid #ddd;
	background: #000;
	text-align: left;
}

#secondary a {
	color: #fff;
}

/* Search form */
input#s {
        background: #ffffff url(images/search.png) no-repeat 5px 6px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        font-size: 14px;
        height: 22px;
        line-height: 1.2em;
        padding: 4px 10px 4px 28px;
}

/* Footer */
#colophon {
	border-radius: 0 0 40px 40px;
	border: 0;
	border-top: 5px solid #000;
	background: transparent;
        background: rgba(255, 255, 255, 0.3);
}

#colophon.frontpage {
	border-radius: 40px;
	border-top: 0;
	border: 1px solid #bbb;
	background: transparent;
        background: rgba(255, 255, 255, 0.3);
}

#sociales {
	list-style: none;
	float: left;
	clear: none;
	margin-left: 25px;
	margin-top: 32px;
}
#sociales li {
	float: left;
	clear: none;
	padding: 0;
	margin: 0;
	margin-right: 5px;
}
#sociales li a {
	background: transparent;
	margin: 0;
	padding: 3px;
	border: 0;
}
#sociales li a:hover {
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	padding: 2px;
	border: solid 1px #000;
}

#contact-info {
        background: transparent;
        color: #666;
        font-size: 12px;
        line-height: 1.5em;
        padding: 2.2em 0.5em;
        text-align: center;
}

#contact-info a {
        color: #555;
        font-weight: bold;
}

#site-generator {
	float: right;
	clear: none;
	text-align: right;
	background: transparent;
	border-radius: 0 0 40px 40px;
	border: 0;
	margin: 17px 25px 0 0;
	padding: 0;
}

/********************************************/
/* Esilos custom para dentro de las paginas */
/********************************************/
/* inblock */
.inblock {
	display: inline-block;
}

.block {
	display:block;
}

.hidden {
	display:none;
}

/* Burbuja */
.burbuja {
	border-radius: 20px;
	border: 1px solid #ddd;
	background: lightblue;
	color: #333333;
	padding: 10px 15px;
	margin: 5px;
	width: auto;
}

.burbuja h3 {
	font-size: large;
	font-weight: bold;
	text-align: center;
}

/* Superlist */
ul.superlist { 
	width: auto;
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid #999;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

ul.superlist li {
	padding: 8px;
}

ul.superlist li a {
	color: #003;
}

ul.superlist > li:nth-child(odd){ background: #ded ; }

ul.superlist > li:nth-child(even){ background: #fff ; }

ul.superlist > li:first-child {
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
}

ul.superlist > li:last-child {
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

ul.superlist > li:hover {
	background: #ccc;
}

