@charset "UTF-8";
/* CSS Document */


/*/////////////////////////// FUENTES ////////////////////////////////*/


@font-face {
    font-family: 'GothamLight';
    src: url('../fuentes/gotham-light-webfont.eot');
    src: url('../fuentes/gotham-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/Gotham_Light.woff') format('woff'),
         url('../fuentes/Gotham_Light.ttf') format('truetype'),
         url('../fuentes/Gotham_Light.svg#GothamLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamMedium';
    src: url('../fuentes/gotham-medium-webfont.eot');
    src: url('../fuentes/gotham-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/Gotham_Medium.woff') format('woff'),
         url('../fuentes/Gotham_Medium.ttf') format('truetype'),
         url('../fuentes/Gotham_Medium.svg#GothamMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamThin';
    src: url('../fuentes/gotham-thin-webfont.eot');
    src: url('../fuentes/gotham-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/Gotham_Thin.woff') format('woff'),
         url('../fuentes/Gotham_Thin.ttf') format('truetype'),
         url('../fuentes/Gotham_Thin.svg#GothamThin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CourierNewBold';
    src: url('../fuentes/courier_new_bold-webfont.eot');
    src: url('../fuentes/courier_new_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/courier_new_bold-webfont.woff') format('woff'),
         url('../fuentes/courier_new_bold-webfont.ttf') format('truetype'),
         url('../fuentes/courier_new_bold-webfont.svg#CourierNewBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CourierNewItalic';
    src: url('../fuentes/courier_new_italic-webfont.eot');
    src: url('../fuentes/courier_new_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/courier_new_italic-webfont.woff') format('woff'),
         url('../fuentes/courier_new_italic-webfont.ttf') format('truetype'),
         url('../fuentes/courier_new_italic-webfont.svg#CourierNewItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CourierNewRegular';
    src: url('../fuentes/courier_new-webfont.eot');
    src: url('../fuentes/courier_new-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/courier_new-webfont.woff') format('woff'),
         url('../fuentes/courier_new-webfont.ttf') format('truetype'),
         url('../fuentes/courier_new-webfont.svg#CourierNewRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*/////////////////////////// BASE ////////////////////////////////*/

body { 
	margin:20px 0px 0px 0px; 
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border:0;
}

a:link, a:visited, a:active  {
  color:#db7300;
  text-decoration: none;
}

a:hover{
  color: #000;
  text-decoration: none;
}

h1 {
	font-family:'Annie Use Your Telescope', Arial, Helvetica, sans-serif;
	font-size:1.5em;
	line-height:1.3em;
	color:#db7300;
	background-image:url(../imagenes/tema1/lineaclara.png);
	background-repeat: repeat-x;
	background-position: bottom right;
	padding-bottom:10px;
	font-weight:normal;
}

h2 {
	font-family:'Annie Use Your Telescope', Arial, Helvetica, sans-serif;
	font-size:1.5em;
	line-height:1.3em;
	color:#000;
	background-image:url(../imagenes/tema1/lineaclara.png);
	background-repeat: repeat-x;
	background-position: bottom right;
	padding-bottom:10px;
	font-weight:normal;
}

h3 {
	font-family:'Annie Use Your Telescope', Arial, Helvetica, sans-serif;
	font-size:1.5em;
	color:#db7300;
	font-weight:normal;
}

h4 {
	font-family:'Annie Use Your Telescope', Arial, Helvetica, sans-serif;
	font-size:1.5em;
	color:#000;
	font-weight:normal;
}
h5 {
	font-family:'Annie Use Your Telescope', Arial, Helvetica, sans-serif;
	font-size:1.5em;
	color:#000;
	font-weight:normal;
	margin-bottom:10px;
}
/*/////////////////////////// ESTRUCTURA ////////////////////////////////*/

#divcentro {
	width:1024px;
	margin:0 auto;
}
#contenido {
	width:930px;
	margin-left:20px;
	margin-top:40px;
}

#coliz{
	width:145px;
	float:left;
}
#colder{
	width:750px;
	float: right;
}
#colderCONT{
	width:550px;
	float: left;
}
/*/////////////////////////// CABECERA ////////////////////////////////*/

#cabecera {
	width:100%;
	height:70px;
	position: relative;
	z-index:10;
	margin-bottom:20px;
}

#cabecera img{
	float:left;
	margin-left:20px;
}

#cabeceraINT {
	width:790px;
	float:right;
	margin-top:30px;
}
#menu {
	float:left;
}


/* menu */
.inicio a {
	width:56px;
	height:29px;
	background-image:url(../imagenes/tema1/inicio.png);
	background-repeat: no-repeat;
	background-position:top left;
	font-family:'GothamMedium', Arial, Helvetica, sans-serif;
	font-size:0.75em;
	padding-top:11px;
	text-transform:uppercase;
	padding-left:2px;
}
.inicioact a {
	width:56px;
	height:29px;
	background-image:url(../imagenes/tema1/inicio.png);
	background-repeat: no-repeat;
	background-position:bottom left;
	font-family:'GothamMedium', Arial, Helvetica, sans-serif;
	font-size:0.75em;
	padding-top:11px;
	text-transform:uppercase;
	padding-left:2px;
}
.inicio a:hover, .inicioact a:hover {
	background-position: bottom left;
}
.quienessomos a {
	width:71px;
	height:31px;
	background-image:url(../imagenes/tema1/quienes.png);
	background-repeat: no-repeat;
	background-position:top left;
	font-family:'GothamMedium', Arial, Helvetica, sans-serif;
	font-size:0.75em;
	padding-top:9px;
	padding-left:1px;
	text-transform:uppercase;
	line-height:1em;
}
.quienessomosact a {
	width:71px;
	height:31px;
	background-image:url(../imagenes/tema1/quienes.png);
	background-repeat: no-repeat;
	background-position:bottom left;
	font-family:'GothamMedium', Arial, Helvetica, sans-serif;
	font-size:0.75em;
	padding-top:9px;
	padding-left:1px;
	text-transform:uppercase;
	line-height:1em;
}
.quienessomos a span, .quienessomosact a span {
	text-transform:lowercase;
	font-family:'GothamLight', Arial, Helvetica, sans-serif;
	line-height:.9em;
}
.quienessomos a:hover, .quienessomos a:hover {
	background-position: bottom left;
}
.talleres a {
	width:72px;
	height:29px;
	background-image:url(../imagenes/tema1/talleres.png);
	background-repeat: no-repeat;
	background-position:top left;
	font-family:'GothamMedium', Arial, Helvetica, sans-serif;
	font-size:0.75em;
	padding-top:11px;
	text-transform:uppercase;
}
.talleresact a {
	width:72px;
	height:29px;
	background-image:url(../imagenes/tema1/talleres.png);
	background-repeat: no-repeat;
	background-position:bottom left;
	font-family:'GothamMedium', Arial, Helvetica, sans-serif;
	font-size:0.75em;
	padding-top:11px;
	text-transform:uppercase;
}
.talleres a:hover, .talleresact a:hover  {
	background-position: bottom left;
}
.blog a {
	width:51px;
	height:29px;
	background-image:url(../imagenes/tema1/blog.png);
	background-repeat: no-repeat;
	background-position:top left;
	font-family:'GothamMedium', Arial, Helvetica, sans-serif;
	font-size:0.75em;
	padding-top:11px;
	text-transform:uppercase;
}
.blogact a {
	width:51px;
	height:29px;
	background-image:url(../imagenes/tema1/blog.png);
	background-repeat: no-repeat;
	background-position:bottom left;
	font-family:'GothamMedium', Arial, Helvetica, sans-serif;
	font-size:0.75em;
	padding-top:11px;
	text-transform:uppercase;
}
.blog a:hover, .blogact a:hover {
	background-position: bottom left;
}
.cursos a {
	width:60px;
	height:29px;
	background-image:url(../imagenes/tema1/cursos.png);
	background-repeat: no-repeat;
	background-position:top left;
	font-family:'GothamMedium', Arial, Helvetica, sans-serif;
	font-size:0.75em;
	padding-top:11px;
	text-transform:uppercase;
}
.cursosact a {
	width:60px;
	height:29px;
	background-image:url(../imagenes/tema1/cursos.png);
	background-repeat: no-repeat;
	background-position:bottom left;
	font-family:'GothamMedium', Arial, Helvetica, sans-serif;
	font-size:0.75em;
	padding-top:11px;
	text-transform:uppercase;
}
.cursos a:hover, .cursosact a:hover {
	background-position: bottom left;
}
.leemos a {
	width:71px;
	height:31px;
	background-image:url(../imagenes/tema1/leemos.png);
	background-repeat: no-repeat;
	background-position:top left;
	font-family:'GothamMedium', Arial, Helvetica, sans-serif;
	font-size:0.75em;
	padding-top:9px;
	padding-left:3px;
	text-transform:uppercase;
	line-height:1em;
}
.leemosact a {
	width:71px;
	height:31px;
	background-image:url(../imagenes/tema1/leemos.png);
	background-repeat: no-repeat;
	background-position:bottom left;
	font-family:'GothamMedium', Arial, Helvetica, sans-serif;
	font-size:0.75em;
	padding-top:9px;
	padding-left:3px;
	text-transform:uppercase;
	line-height:1em;
}
.leemos a span, .leemosact a span {
	text-transform:lowercase;
	font-family:'GothamLight', Arial, Helvetica, sans-serif;
	line-height:.9em;
}
.leemos a:hover, .leemosact a:hover {
	background-position: bottom left;
}
.saber a {
	width:78px;
	height:31px;
	background-image:url(../imagenes/tema1/saber.png);
	background-repeat: no-repeat;
	background-position:top left;
	font-family:'GothamMedium', Arial, Helvetica, sans-serif;
	font-size:0.75em;
	padding-top:9px;
	padding-left:1px;
	text-transform:uppercase;
	line-height:1em;
}
.saberact a {
	width:78px;
	height:31px;
	background-image:url(../imagenes/tema1/saber.png);
	background-repeat: no-repeat;
	background-position:bottom left;
	font-family:'GothamMedium', Arial, Helvetica, sans-serif;
	font-size:0.75em;
	padding-top:9px;
	padding-left:1px;
	text-transform:uppercase;
	line-height:1em;
}
.saber a span, .saberact a span {
	text-transform:lowercase;
	font-family:'GothamLight', Arial, Helvetica, sans-serif;
	line-height:.9em;
}
.saber a:hover, .saberact a:hover {
	background-position: bottom left;
}
.matilda a {
	width:61px;
	height:31px;
	background-image:url(../imagenes/tema1/matilda.png);
	background-repeat: no-repeat;
	background-position:top left;
	font-family:'GothamMedium', Arial, Helvetica, sans-serif;
	font-size:0.75em;
	padding-top:9px;
	padding-left:1px;
	text-transform:uppercase;
	line-height:1em;
}
.matildaact a {
	width:61px;
	height:31px;
	background-image:url(../imagenes/tema1/matilda.png);
	background-repeat: no-repeat;
	background-position:bottom left;
	font-family:'GothamMedium', Arial, Helvetica, sans-serif;
	font-size:0.75em;
	padding-top:9px;
	padding-left:1px;
	text-transform:uppercase;
	line-height:1em;
}
.matilda a span, .matildaact a span {
	text-transform:lowercase;
	font-family:'GothamLight', Arial, Helvetica, sans-serif;
	line-height:.9em;
}
.matilda a:hover, .matildaact a:hover {
	background-position: bottom left;
}
.resenas a {
	width:65px;
	height:32px;
	background-image:url(../imagenes/tema1/resenas.png);
	background-repeat: no-repeat;
	background-position:top left;
	font-family:'GothamMedium', Arial, Helvetica, sans-serif;
	font-size:0.75em;
	padding-top:7px;
	padding-left:1px;
	text-transform:uppercase;
	line-height:1em;
}
.resenasact a {
	width:65px;
	height:32px;
	background-image:url(../imagenes/tema1/resenas.png);
	background-repeat: no-repeat;
	background-position:bottom left;
	font-family:'GothamMedium', Arial, Helvetica, sans-serif;
	font-size:0.75em;
	padding-top:7px;
	padding-left:1px;
	text-transform:uppercase;
	line-height:1em;
}
.resenas a span, .resenasact a span {
	text-transform: none;
	font-family:'GothamLight', Arial, Helvetica, sans-serif;
	line-height:1em;
}
.resenas a:hover, .resenasact a:hover {
	background-position: bottom left;
}
#enlaces {
	position:absolute;
	width:130px;
	height:90px;
	top:5px;
	right:0px;
	background-image:url(../imagenes/tema1/enlaces.png);
	background-repeat:no-repeat;
	background-position:top right;
	font-family:'GothamLight', Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#000;
	text-align:right;
	padding-right:5px;
	padding-top:90px;
}
#enlaces a {
	color:#000;
}
#enlaces a:hover, #enlaces a:hover  {
	color:#db7300;
}
#asesoramiento {
	position:absolute;
	width:40px;
	height:130px;
	top:150px;
	right:0px;
	overflow:hidden;
}
/*/////////////////////////// RSS ////////////////////////////////*/

#rss{
	float:left;
	margin-left:20px;
	width:321px;
}
#content_top1 { 
  background: url(../imagenes/tema1/rss1b.png) no-repeat 0 0 scroll; 
  height: 15px; 
} 
#content1 { 
  background: url(../imagenes/tema1/rss1b.png) repeat-y -321px 0 scroll; 
} 
#content_bottom1 { 
  background: url(../imagenes/tema1/rss1b.png) no-repeat -642px 0 scroll; 
  height: 15px;
  margin-bottom:10px;
} 
#content_top2 { 
  background: url(../imagenes/tema1/rss2b.png) no-repeat 0 0 scroll; 
  height: 15px; 
} 
#content2 { 
  background: url(../imagenes/tema1/rss2b.png) repeat-y -321px 0 scroll; 
} 
#content_bottom2 { 
  background: url(../imagenes/tema1/rss2b.png) no-repeat -642px 0 scroll; 
  height: 15px;
  margin-bottom:10px;
} 
.rsstitulo {
	font-family:'CourierNewRegular', Arial, Helvetica, sans-serif;
	font-size:1.3em;
	line-height:1em;
	padding:0px 20px 0px 30px;
}


.rsstitulo a, .rsstexto a, .rsstitulo a:visited, .rsstexto a:visited {
	color:#000;
}

.rsstitulo a:hover, .rsstexto a:hover  {
	color:#db7300;
}
.rsstexto a {
	color:#333;
}
.rsstexto, .rsstexto  a:visited{
	font-family: Arial, Helvetica, sans-serif;;
	font-size:.87em;
	line-height:1.3em;
	text-align:justify;
	margin-bottom:30px;
}

/*/////////////////////////// DESTACADOS ////////////////////////////////*/
#destacados{
	float: right;
	width:200px;
}
#destacadosCONT{
	float: right;
	width:200px;
}
#destacados img{
	float: right;
}
#destacados2{
	float: right;
	width:156px;
	margin-bottom:20px;
}
#imgD_top {
	width:154px;
	float:right;
	background: url(../imagenes/tema1/destacadosL.png) no-repeat 0 0 scroll; 
	height: 3px; 
} 
#imgD { 
	width:154px;
	float:right;
	background: url(../imagenes/tema1/destacadosL.png) repeat-y -154px 0 scroll; 
} 
#imgD_bottom {
	width:154px;
	float:right;
	background: url(../imagenes/tema1/destacadosL.png) no-repeat -308px 0 scroll; 
	height: 3px;
	margin-bottom:10px;
} 
/*/////////////////////////// PIE ////////////////////////////////*/
#pie{
	width:986px;
	height:215px;
	margin-left:20px;
	background: url(../imagenes/tema1/pieCompleto.png) no-repeat bottom left; 
}
#rafa {
	float:left;
	width:330px;
}
#rafa img {
	margin-top:10px;
	float:left;
}
#aviso {
	float:right;
	margin-right:60px;
}
#itm{
	float:right;
	margin-right:20px;
}
.textopie{
	font-family:'Annie Use Your Telescope', Arial, Helvetica, sans-serif;
	font-size:.7em;
	padding:40px 0px 0px 0px;
}
.textopie2{
	font-family:'Annie Use Your Telescope', Arial, Helvetica, sans-serif;
	font-size:.7em;
	padding:36px 0px 0px 0px;
}
.textopie2 a, .textopie2 a:visited, .textopie a, .textopie a:visited {
	color:#000;
}

.textopie2 a:hover, .textopie a:hover  {
	color:#db7300;
}

#patrocinadores{
	float:left;
	width:700px;
	margin-top:25px;
}
#patrocinadores img{
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
.textopatro{
	float:left;
	width:100px;
	font-family:'Annie Use Your Telescope', Arial, Helvetica, sans-serif;
	font-size:.8em;
	line-height:1.1em;
	margin-right:10px;
}
.textopatro2{
	float:left;
	width:65px;
	font-family:'Annie Use Your Telescope', Arial, Helvetica, sans-serif;
	font-size:.8em;
	line-height:1.1em;
	margin-right:10px;
	margin-left:20px;
}


#redes{
	float:right;
	width:21px;
	margin-right:45px;
	margin-top:-30px;
}
#redes img{
	margin-bottom:3px;
}

/*/////////////////////////// SUBMENU ////////////////////////////////*/

#submenu {  
	list-style:none;
	margin: 0px 0px;
	padding: 0px 0px;
	font-family:'Annie Use Your Telescope', Arial, Helvetica, sans-serif;
	font-size:1em;
}

#submenu li {
	padding:2px 0px 10px 0px;
	background-image:url(../imagenes/tema1/separador.png);
	background-repeat:no-repeat;
	background-position: bottom left;
}
#submenu li a {
	color:#000;
	text-decoration:none;
	line-height:1em;
}
#submenu li a:hover {
	color:#db7300;
}
#submenu li a.activo {
	color:#db7300;
	font-size:1.6em;
	padding-left:20px;
	background-image:url(../imagenes/tema1/asterisco.png);
	background-repeat:no-repeat;
	background-position: 0px 10px;
	line-height:1.2em;
}

/*/////////////////////////// QUIENES SOMOS ////////////////////////////////*/

.frase {
	width:270px;
	float:right;
	font-family:'CourierNewRegular', Arial, Helvetica, sans-serif;
	font-size:1.1em;
	line-height:1.1em;
}
.frase img{
	float:right;
}
.frase2 {
	width:156px;
	float:right;
}
.frase2 img{
	float:left;
	margin-left:10px;
}
.frase p{
	margin: 0px 0px 10px 0px;
}
.fraseint{
	width:150px;
	float:left;
	background-image:url(../imagenes/tema1/comillas1.png);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	padding-left:30px;
	padding-top:5px;
}
.comillas{
	width:210px;
	height:17px;
	float:left;
	background-image:url(../imagenes/tema1/comillas2.png);
	background-repeat:no-repeat;
	background-position: bottom right;
	margin-top:-25px;
}
.contenedorimgQ {
	width:266px;
	float:right;
	margin-top:30px;
}

.topimgQ {
	width:100%;
	height:4px;
	background-image:url(../imagenes/tema1/arriba.png);
	background-repeat:repeat-x;
	position: relative;
	
}
.izqimgQ {
	float:left;
	width:3px;
	background-image:url(../imagenes/tema1/izqierda.png);
	background-repeat:repeat-y;
	position: relative;
}
.derimgQ {
	float:left;
	width:3px;
	background-image:url(../imagenes/tema1/derecha.png);
	background-repeat:repeat-y;
	position: relative;
}
.centroimgQ{
	float:left;
}
.imgQ{
	width:100%;
	background-image:url(../imagenes/tema1/centro.png);
	background-repeat:repeat-y;
	position: relative;
}
.imgQ img{
	margin-left:3px;
}
.bottomimgQ, .bottomimgQ2{
	width:100%;
	height:4px;
	background-image:url(../imagenes/tema1/abajo.png);
	background-repeat:repeat-x;
	position: relative;
}
.cello {
	width:100%;
	height:23px;
	background-image:url(../imagenes/tema1/cello.png);
	background-repeat: no-repeat;
	margin-bottom:-15px;
	position: relative;
	z-index:100;
}

/*/////////////////////////// TALLERES / CURSOS ////////////////////////////////*/
.Ltaller{
	float:left;
	width:550px;
	padding-bottom:30px;
	background-image:url(../imagenes/tema1/Lpuntos.png);
	background-repeat:no-repeat;
	background-position: bottom right;
	margin-bottom:20px;
}
.Ltaller2{
	float:left;
	width:550px;
	padding-bottom:15px;
	background-image:url(../imagenes/tema1/Lpuntos.png);
	background-repeat:no-repeat;
	background-position: bottom right;
	margin-bottom:10px;
}
.Ltaller2b{
	float:left;
	width:550px;
	padding-bottom:30px;
	background-image:url(../imagenes/tema1/Lpuntos.png);
	background-repeat:no-repeat;
	background-position: bottom right;
	margin-bottom:0px;
}
.tituloTaller{
	width:320px;
	float:left;
	font-family:'CourierNewRegular', Arial, Helvetica, sans-serif;
	font-size:1.2em;
	line-height:1em;
	padding-left:30px;
	background-image:url(../imagenes/tema1/selector.png);
	background-repeat: no-repeat;
}
.tituloTaller:hover{
	background-image:url(../imagenes/tema1/selector2.png);
	background-repeat: no-repeat;
}
.tituloTaller a, .tituloTaller a:visited {
	color:#000;
}
.tituloTaller a:hover {
	color:#db7300;
}
.tituloTaller2{
	width:100%;
	float:left;
	font-family:'CourierNewRegular', Arial, Helvetica, sans-serif;
	font-size:1.2em;
	line-height:1em;
	padding-left:30px;
	background-image:url(../imagenes/tema1/selector.png);
	background-repeat: no-repeat;
}
.tituloTaller2:hover{
	background-image:url(../imagenes/tema1/selector2.png);
	background-repeat: no-repeat;
}
.tituloTaller2 a, .tituloTaller2 a:visited {
	color:#000;
}
.tituloTaller a:hover {
	color:#db7300;
}
.textoTaller {
	float:left;
	width:320px;
	padding-left:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.87em;
	line-height:1.3em;
	text-align:justify;
	color:#333;
	margin-top:15px;
}
.textoTaller2 {
	width:550px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.87em;
	line-height:1.3em;
	text-align:justify;
	color:#333;
	margin-top:15px;
}
.textoTaller2 p{
	margin: 0px 0px 10px 0px;
	text-indent: 30px;
}
#imgminis2 {
	float:left;
	width:550px;
	margin-top:25px;
}

.textoTalleraviso1 {
	float:left;
	width:520px;
	padding-left:30px;
	font-family: 'Annie Use Your Telescope', Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.3em;
	color:#f51361;
	margin-top:25px;
}
.textoTalleraviso1 img{
	float:left;
	margin-right:7px;
	margin-top:1px;
}
.textoTalleraviso2 {
	float:left;
	width:520px;
	padding-left:30px;
	font-family: 'Annie Use Your Telescope', Arial, Helvetica, sans-serif;
	font-size:1.5em;
	line-height:1.3em;
	color:#f51361;
	margin-top:25px;
}
.textoTalleraviso2 img{
	float:left;
	margin-right:12px;
	margin-top:4px;
}

.textoTalleraviso1b {
	float:left;
	width:550px;
	font-family: 'Annie Use Your Telescope', Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.3em;
	color:#f51361;
	margin-top:15px;
	margin-bottom:15px;
}
.textoTalleraviso1b img{
	float:left;
	margin-right:7px;
	margin-top:1px;
}
.textoTalleraviso2b {
	float:left;
	width:550px;
	font-family: 'Annie Use Your Telescope', Arial, Helvetica, sans-serif;
	font-size:1.5em;
	line-height:1.3em;
	color:#f51361;
	margin-top:15px;
	margin-bottom:15px;
}
.textoTalleraviso2b img{
	float:left;
	margin-right:12px;
	margin-top:4px;
}

.datosTalleres {
	float: right;
	width:170px;
}
.datosTalleres2 {
	float: left;
	width:170px;
}
.imgdeseado {
	float:left;
}
.textodeseado {
	width:80px;
	float:right;
	font-family:'Annie Use Your Telescope', Arial, Helvetica, sans-serif;
	font-size:.8em;
	line-height:.9em;
	text-align:center;
}
.textodeseado0 {
	width:75px;
	float:right;
	font-family:'Annie Use Your Telescope', Arial, Helvetica, sans-serif;
	font-size:.9em;
	line-height:1em;
	text-align:center;
}
.textodeseadoG {
	width:80px;
	float:right;
	font-family:'Annie Use Your Telescope', Arial, Helvetica, sans-serif;
	font-size:3em;
	line-height:1.5em;
	text-align:center;
}
.votar a, .votar a:visited  {
	float:left;
	width:72px;
	height:37px;
	background-image:url(../imagenes/tema1/votar.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left:67px;
	margin-top:20px;
	margin-left:20px;
	font-family:'Annie Use Your Telescope', Arial, Helvetica, sans-serif;
	font-size:.8em;
	line-height:2.5em;
	color:#000;
}

.votar a:hover {
	background-position: top  right;
	color:#db7300;
}

.votar2 a, .votar2 a:visited  {
	float: right;
	width:72px;
	height:37px;
	background-image:url(../imagenes/tema1/votar.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left:67px;
	font-family:'Annie Use Your Telescope', Arial, Helvetica, sans-serif;
	font-size:.8em;
	line-height:2.5em;
	color:#000;
	margin-top:20px;
}

.votar2 a:hover {
	background-position: top  right;
	color:#db7300;
}
.talleronline{
	float:left;
	width:151px;
	margin-bottom:13px;
	margin-right:13px;
}
.diataller{
	float: left;
	width:69px;
	height:90px;
	background-image:url(../imagenes/tema1/calendario.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-right:15px;
	margin-bottom:13px;
}
.textodia{
	font-family:'Annie Use Your Telescope', Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:.9em;
}
.textomes{
	font-family:'Annie Use Your Telescope', Arial, Helvetica, sans-serif;
	font-size:.6em;
	line-height:.9em;
	text-align:center;
	text-transform:uppercase;
	margin-top:15px;
	margin-left:3px;
}
.textoano{
	font-family:'Annie Use Your Telescope', Arial, Helvetica, sans-serif;
	font-size:.75em;
	line-height:.9em;
	text-align:center;
	text-transform:uppercase;
	margin-left:3px;
}
.textodiaG{
	font-family:'Annie Use Your Telescope', Arial, Helvetica, sans-serif;
	font-size:2em;
	line-height:.9em;
	text-align:center;
	margin-top:1px;
	margin-left:2px;
}
.masinfoT{
	font-family:'Annie Use Your Telescope', Arial, Helvetica, sans-serif;
	font-size:.9em;
	line-height:1em;
	margin-bottom:5px;
}
.masinfoT a, .masinfoT a:visited {
	text-decoration:none;
	color:#000;
}
.masinfoT a:hover{
	text-decoration:none;
	color:#db7300;
}
.masinfoT img{
	float:left;
	margin-right:5px;
	margin-top:-3px;
}
#imgminis {
	float:left;
	width:520px;
	padding-left:30px;
	margin-top:25px;
}
.imgF {
	float:left;
	width:104px;
	height:99px;
	padding: 7px 0px 0px 11px;
	margin-right:5px;
	margin-bottom:12px;
	background-image:url(../imagenes/tema1/fondoimgM.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.tituloTallerINT{
	width:100%;
	font-family:'Annie Use Your Telescope', Arial, Helvetica, sans-serif;
	color:#db7300;
	font-size:1.6em;
	line-height:1.5em;
	margin-bottom:20px;
}
.tituloTallerINT2{
	width:100%;
	font-family:'Annie Use Your Telescope', Arial, Helvetica, sans-serif;
	color:#db7300;
	font-size:1.6em;
	line-height:1.5em;
}
.floatleftINT {
	float:left;
	margin-left:20px;
	margin-top:20px;
}

.imgdeseado2 {
	float:left;
	margin-right:20px;
}

.textodeseado2 {
	width:100px;
	float:left;
	font-family:'Annie Use Your Telescope', Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.1em;
	text-align:center;
	margin-top:30px;
}
.textodeseado02 {
	width:250px;
	float:left;
	font-family:'Annie Use Your Telescope', Arial, Helvetica, sans-serif;
	font-size:1.2em;
	line-height:1.3em;
	text-align:center;
	margin-top:15px;
}
.textodeseado02 img{
	float:right;
	margin-top:15px;
}
.textodeseadoG2 {
	width:80px;
	float: left;
	font-family:'Annie Use Your Telescope', Arial, Helvetica, sans-serif;
	font-size:3em;
	line-height:1.5em;
	text-align:center;
}
/*/////////////////////////// PAGINACION ////////////////////////////////*/

#contpag {
	width:550px;
	float:left;
}
#paginacion {
	float:right;
	margin-top:-10px;
}

#paginacionTXT {
	float: left;
	font-family:'Annie Use Your Telescope', Arial, Helvetica, sans-serif;
	font-size:1.2em;
	line-height:1em;
	margin-top:7px;
}
#paginacionMAS {
	float: right;
	margin-left:10px;
}
#paginacionMAS a, #paginacionMAS a:visited {
	width:34px;
	height:29px;
	display:block;
	background-image:url(../imagenes/tema1/mas.png);
	background-repeat: no-repeat;
	background-position: top left;
	font-size:.8em;
	line-height:6em;
	overflow: hidden;
}

#paginacionMENOS a:hover {
	background-position: top  right;
}
#paginacionMENOS {
	float: left;
	margin-right:10px;
}
#paginacionMENOS a, #paginacionMENOS a:visited {
	width:34px;
	height:29px;
	display:block;
	background-image:url(../imagenes/tema1/menos.png);
	background-repeat: no-repeat;
	background-position: top left;
	font-size:.8em;
	line-height:6em;
	overflow: hidden;
}

#paginacionMAS a:hover {
	background-position: top  right;
}

/*/////////////////////////// LEEMOS UN CUENTO ////////////////////////////////*/

.cuaderno{
	float:left;
	width:550px;
	height:200px;
	padding-bottom:30px;
	background-image:url(../imagenes/tema1/block.png);
	background-repeat:no-repeat;
	background-position: top left;
}

.videoC {
	float:left;
	margin-top:11px;
	margin-left:21px;
}
.tituloC {
	float: left;
	width:155px;
	font-family:'Annie Use Your Telescope', Arial, Helvetica, sans-serif;
	font-size:1.1em;
	line-height:1.2em;
	margin-top:25px;
	margin-bottom:10px;
	margin-left:20px;
	color:#000;
}

.textoC {
	float:left;
	width:155px;
	font-family: Arial, Helvetica, sans-serif;;
	font-size:.87em;
	line-height:1.1em;
	text-align: left;
	color:#333;
	margin-left:20px;
}
.TitulovermasC{
	float:left;
	width:550px;
	padding-bottom:20px;
	background-image:url(../imagenes/tema1/Lpuntos.png);
	background-repeat:no-repeat;
	background-position: bottom right;
	margin-bottom:20px;
	font-family:'Annie Use Your Telescope', Arial, Helvetica, sans-serif;
	font-size:1.3em;
}
.interiorC{
	width:100%;
	background-image:url(../imagenes/tema1/fondoC.png);
	background-repeat: repeat-y;
}
.interiorTXTC2, .interiorTXTC3{
	width:163px;
	float:left;
	margin-right:27px;
}
.interiorTXTC4{
	width:163px;
	float: right;
}
.textosinicioC {
	font-family: Arial, Helvetica, sans-serif;;
	font-size:.87em;
	line-height:1.1em;
	text-align: justify;
	color:#333;
}
.tituloinicioC {
	font-family:'Annie Use Your Telescope', Arial, Helvetica, sans-serif;
	font-size:1.1em;
	line-height:1.2em;
	color:#000;
	margin-bottom:15px;
}

.vermasC {
	float: left;
	margin-top:20px;
}
.vermasC a, .vermasC a a:visited {
	height:18px;
	display:block;
	background-image:url(../imagenes/tema1/vermas.png);
	background-repeat: no-repeat;
	background-position: top left;
	font-family:'Annie Use Your Telescope', Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:.9em;
	padding-left:30px;
	color:#000;
}

.vermasC a:hover {
	background-position:  bottom  left;
	color:#f51361;
}

.vermas2C {
	float: right;
	margin-bottom:30px;
	margin-right:95px;
	margin-top:-25px;
}
.vermas2C a, .vermas2C a a:visited {
	height:20px;
	display:block;
	background-image:url(../imagenes/tema1/vermas2.png);
	background-repeat: no-repeat;
	background-position: top left;
	font-family:'Annie Use Your Telescope', Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.1em;
	padding-left:45px;
	color:#000;
}

.vermas2C a:hover {
	background-position:  bottom  left;
	color:#f51361;
}
/*/////////////////////////// QUEREMOS SABER ////////////////////////////////*/

.qsiniciotexto{
	float:left;
	width:350px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.87em;
	line-height:1.3em;
	text-align:justify;
	color:#333;
}

.qsiniciotexto2b{
	float:left;
	width:550px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.87em;
	line-height:1.3em;
	text-align:justify;
	color:#333;
	margin:10px 0px 0px 0px;
}


.qsiniciotexto2{
	float:left;
	width:550px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.87em;
	line-height:1.3em;
	text-align:justify;
	color:#333;
}

.qsiniciotexto2 p{
	margin: 0px 0px 10px 0px;
	text-indent: 30px;
}

.vermasQS {
	float: left;
	margin-top:5px;
}
.vermasQS a, .vermasQS a:visited {
	height:18px;
	display:block;
	background-image:url(../imagenes/tema1/vermasN.png);
	background-repeat: no-repeat;
	background-position: top left;
	font-family:'Annie Use Your Telescope', Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:.9em;
	padding-left:30px;
	color:#000;
}

.vermasQS a:hover {
	background-position:  bottom  left;
	color:#db7300;
}


/*/////////////////////////// RESENAS ////////////////////////////////*/

.Lgorda{
	float:left;
	width:550px;
	padding-bottom:40px;
	background-image:url(../imagenes/tema1/Lgorda.png);
	background-repeat:no-repeat;
	background-position: bottom right;
	margin-bottom:50px;
}

.subtitulo{
	width:100%;
	font-family:'Annie Use Your Telescope', Arial, Helvetica, sans-serif;
	color:#000;
	font-size:1.3em;
	line-height:1.5em;
}

.Lgorda2{
	float:left;
	width:550px;
	padding-bottom:40px;
	background-image:url(../imagenes/tema1/Lgorda.png);
	background-repeat:no-repeat;
	background-position: bottom right;
	margin-bottom:5px;
}


/*/////////////////////////// FORMULARIO ////////////////////////////////*/

textarea {
	width:524px;
	height:300px;
	resize: none;
	background: url(../imagenes/tema1/comment-note.jpg) repeat; /* This ruins default border */
	border: none;
	padding:16px 13px 10px 13px;
	line-height:1.24em;
}
input[type="submit"] {
	padding:0px 3px 0px 3px;
	border:none;
	background-color:#FFF;
	background-image:url(../imagenes/tema1/Lpuntos2.png);
	background-repeat:no-repeat;
	background-position: bottom left;
	font-family:'Annie Use Your Telescope', Arial, Helvetica, sans-serif;
	color:#000;
	font-size:1em;
	float: left;
	cursor:pointer;
}
input[type="submit"]:hover {
	background-image:url(../imagenes/tema1/Lpuntos2.png);
	background-repeat:no-repeat;
	background-position: bottom right;
}
.divenviar {
	width:550px;
	margin-top:-30px;
}
input[type="text"] {
	padding:6px 8px 0px 8px;
	border:none;
	background: url(../imagenes/tema1/positform.png)  no-repeat 0px 0px;
	color:#000;
	width:555px;
	height:50px;
	font-family: 'CourierNewRegular', Arial, Helvetica, sans-serif;
	font-size:1.1em;
}
.avisoForm {
	float:left;
	width:520px;
	font-family: 'Annie Use Your Telescope', Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.3em;
	color:#f51361;
	margin-top:25px;
}
.avisoForm img{
	float:left;
	margin-right:7px;
	margin-top:1px;
}
/*/////////////////////////// GENERAL ////////////////////////////////*/

.floatleft {
	float:left;
}

.floatright {
	float: right;
}
.divclear {
	clear:both;
}

.texto {
	float:left;
	width:450px;
	font-family: Arial, Helvetica, sans-serif;;
	font-size:.87em;
	line-height:1.3em;
	text-align:justify;
	margin-bottom:30px;
	color:#333;
}
.texto p{
	margin: 0px 0px 10px 0px;
	text-indent: 30px;
}
a.enlaceInteres {
	clear:both;
	height:25px;
	width:550px;
	display:block;
	background-image:url(../imagenes/tema1/3w.png);
	background-repeat: no-repeat;
	background-position: top left;
	font-family:'Annie Use Your Telescope', Arial, Helvetica, sans-serif;
	font-size:1.5em;
	line-height:1.3em;
	padding-left:15px;
	color:#000;
	margin-bottom:-10px;
}

a.enlaceInteres:hover {
	background-position:  bottom  left;
	color:#f51361;
}

a.enlaceInteresFlecha, a.enlaceInteresFlecha:visited {
	background-image:url(../imagenes/tema1/vermasN2.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left:20px;
	color:#db7300;
}

a.enlaceInteresFlecha:hover {
	background-position: top left;
	color:#000;
}

ul.listadoenlaces{
	clear:both;
	float:left;
	width:510px;
	padding:0px 20px 0px 20px;
}
ul.listadoenlaces li{
	background:url(../imagenes/tema1/listado2.png) no-repeat left 3px;
	list-style:none;
	list-style-image:none;
	padding-left:20px;
	margin-bottom:10px;
}
ul.listadoenlaces li a{
	color:#000;
}
ul.listadoenlaces li a:hover{
	color:#db7300;
}

ul.listadocirculos{
	float:left;
	width:510px;
	padding:0px 20px 0px 20px;
}
ul.listadocirculos li{
	background:url(../imagenes/tema1/listado.png) no-repeat left 3px;
	list-style:none;
	list-style-image:none;
	padding-left:20px;
	margin-bottom:10px;
}
ul.listadocirculos li a{
	color:#000;
}
ul.listadocirculos li a:hover{
	color:#db7300;
}
.textolibro {
	font-family:'CourierNewRegular', Arial, Helvetica, sans-serif;
	font-size:1.1em;
	line-height:1.3em;
	padding: 20px 20px 20px 20px;
}

.imgIZQ {
	float:left;
	margin:10px 20px 10px 0px;
	padding:4px 4px 4px 4px;
	border: thin solid #ccc;
}

.imgDER {
	float:left;
	margin:10px 0px 10px 20px;
	padding:4px 4px 4px 4px;
	border: thin solid #ccc;
}

.letralogo {
	font-family:'Annie Use Your Telescope', Arial, Helvetica, sans-serif;
}