 /********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: .75em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666; 
	background: #FFFFFF url(../images/bg.gif) repeat-x;
	text-align: center;
}

/* links */
a { 
	color: #4284B0;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #9EC068;
	background-color: inherit;
}

/* headers */
h1, h2, h3,h4 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #6297BC;	
	margin: 10px 15px;
}
h1 { font-size: 2em; color: #6297BC; } 
h2 { font-size: 1.4em;}
h3 { font-size: 1.3em; }
h4 { font-size: 1.4em;}

p {
	margin: 0px;
	padding:0px;
}

#justificado p{
	margin: 10px 15px;
}
.justificado{
	margin: 10px 15px;	
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #4284B0;
}
ul span, ol span {
	color: #666666; 
}

/* Anuncios Google */

#anuncio_horizontal {
	padding-top: 5px;
	text-align:center;
}

#justificado p{
text-align:justify;	
}



/* images */
img {
	border: none;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}


code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 10px 10px 10px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
	
	
}

.categorias_vocabulario{
	width:550px;
	padding-left:20px;
}


.contenido_dia{
	width:320px;
	padding-left:20px;
	float:left;
}



UL.col3
{
PADDING-RIGHT: 0px;
PADDING-LEFT: 0px;
FLOAT: left;
PADDING-BOTTOM: 0px;
MARGIN: 15px 0px;
WIDTH: 95%;
PADDING-TOP: 0px;
LIST-STYLE-TYPE: decimal;
}

UL.col3 LI
{
PADDING-RIGHT: 2px;
DISPLAY: inline;
PADDING-LEFT: 2px;
FLOAT: left;
PADDING-BOTTOM: 2px;
WIDTH: 45%;
PADDING-TOP: 2px;
list-style-type:decimal;
} 

.categorias_gramatica UL.col3 LI
{
PADDING-RIGHT: 2px;
DISPLAY: inline;
PADDING-LEFT: 2px;
FLOAT: left;
PADDING-BOTTOM: 2px;
WIDTH: 95%;
PADDING-TOP: 2px;
list-style-type:decimal;
} 

.categorias_verbos UL.col3 LI
{
PADDING-RIGHT: 2px;
DISPLAY: inline;
PADDING-LEFT: 2px;
FLOAT: left;
PADDING-BOTTOM: 2px;
WIDTH: 200px;;
PADDING-TOP: 2px;
list-style-type:decimal;
font: .80em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
color: #666666;
} 

td{font: .90em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
color: #666666; padding:2px;}

.categorias_2col UL.col3 LI table.col3
{
PADDING-RIGHT: 2px;
DISPLAY: inline;
PADDING-LEFT: 2px;
FLOAT: left;
PADDING-BOTTOM: 2px;
WIDTH: 200px;;
PADDING-TOP: 2px;
list-style-type:decimal;
font: .80em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
color: #666666;
} 

.cabeza{background-color:#4284B0; color:#FFF; font-size:14px; margin-bottom:10px;}
.blanco{color:#FFF; font-size:14px;}
.bg_blanco{background-color:#FFF; border-bottom:dashed #666 1px; padding:5px; font-size:12px;}
.bg_gris{background-color:inherit; border-bottom:dashed #666 1px; padding:5px; font-size:12px;}



.titulo_contenido_dia{
	margin-top:5px;
	margin-bottom:10px;
}
.img_contenido_dia{
	width:20%;
	float:left;
}

.texto_contenido_dia{
	width:70%;
	float:right;
	font: .80em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666;
	vertical-align:middle;
}
.enlace_contenido_dia{
	margin-top:5px;	
}

.registrate{
background-color:#FFFFCC;
border:1px solid #425967;
margin:0 auto;
margin-bottom:25px;
margin-top:15px;
padding:15px;	
width:700px;

}
.registrate img{
	margin-right:10px;	
}
.registrate a{
	font-size:16px;	
	text-align:center;
}

.registrate p{
	margin: 10px 15px;
	text-align:justify;
}

/* form elements */
form {
	margin:10px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:560px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1.5em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #9EC630; 
	padding: 2px 3px; 
	color: #fff;	
	margin:0 auto;
	display:block;
	clear:both;
	text-align:center;
	cursor:pointer;
}

input.button:hover{
	background: #fff;
	color: #4284B0;
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #9EC630; 
	background: #FFF;
	color: #333; 
	height: 14px;
	vertical-align: top;
}
form.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 14px Arial, Sans-serif; 
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #777;	
	width: 60px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/
#wrap {
	background: #FFF;
	width: 1000px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}

/* header */
#header {
	position: relative;
	height: 85px;	
	background: #fff url(../images/headerbg.gif) repeat-x 0% 100%;	
}
#header #logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 3.3em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	text-transform: lowercase;
	top: 10px;	
}



#header h2#slogan {
	position: absolute;	 
	top:39px; left: 95px;
	color: #666666;
	text-indent: 0px;
	font: bold 11px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
}
#header form.searchform {
	position: absolute;
	top: 0; right: -12px;	
}

/* main */
#main {
	float: right;
	margin-left: 15px;
	padding: 0;
	width: 775px;		
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(../images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(../images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(../images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 210px;
	margin: 0;	padding: 0; 
	display: inline;		
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	border-left:4px solid #CCC;	
	
	min-height:18px;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #339900;
	border-left:4px solid #9EC630;
}

/* rightbar */
#rightbar {
	float: right;
	/*width: 140px;*/
	width:0px;
	padding: 0; margin:0;		
}

/* Footer */
#footer { 
	clear: both; 
	color: #FFF; 
	background: #A9BAC3; 
	border-top: 5px solid #568EB6;
	margin: 0; padding: 0; 
	height: 50px;	  
	font-size: 95%;		
	margin-top:10px;
	padding-top:10px;
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#footer .footer-left{
	float: left;
	width: 45%;
	padding-left:20px;
}
#footer .footer-right{
	float: right;
	width: 50%;
	padding-right:20px;
}

/* menu tabs */
#menu_sup ul {
	z-index: 999999;
	position: absolute;
   margin:0; padding: 0;
   list-style:none;
	right: 0; 
	bottom: 6px !important; bottom: 5px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#menu_sup li {
   display:inline;
   margin:0; padding:0;
}
#menu_sup a {
   float:left;
   background: url(../images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#menu_sup a span {
   float:left;
   display:block;
   background: url(../images/tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu_sup a span {float:none;}
/* End IE5-Mac hack */
#menu_sup a:hover span {
	color:#FFF;
}
#menu_sup a:hover {
   background-position:0% -42px;
}
#menu_sup a:hover span {
   background-position:100% -42px;
}
#menu_sup #current a {
   background-position:0% -42px;
	color: #FFF;
}
#menu_sup #current a span {
   background-position:100% -42px;
	color: #FFF;
}
/* end menu tabs */

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.green {	color: #9EC630; }
.gray  {	color: #BFBFBF; }


/* Cabecera */

.cab_derecha {float:right; display:inline; position:relative; height:78px;}
.cabecera_2 { height:62px; margin-bottom:0px;}
.cab_derecha {float:right; display:inline; position:relative; height:58px;}
.cab_derecha_port {height:78px;}

ul.nav_1  { list-style-type:none; color:#999999; margin:9px 0px 0 0; text-align:right;}
.nav_1 li { display:inline;}
.nav_1 li img {vertical-align: text-bottom;}
.nav_1 li strong{color:#333333;}
ul.nav_2, ul.nav_2Reg  {list-style-type:none; color:#333333; margin:0px 15px 0 0; text-align:right; }
ul.nav_2{ margin:5px 0px 0 0;}
.nav_2 li,.nav_2Reg li {display:inline; padding-left:13px; margin-left:14px; background:url(../images/ico_flecha_1.gif) no-repeat 0px 5px;}
.nav_2 li.sin_flecha, .nav_2Reg li.sin_flecha {padding-left:0px; margin-left:0px; background:none;}

/*traductorres*/

.texto_traducido{
	padding-left:15px;	
	color: #4284B0;
}

.texto_traducido label{
	color: #666;
}

.captcha{

	padding-left:15px;
}

.red{
	color:#F00;
}

form p{
	margin:0;	
}



.score{
	font-size:16px;
	font-weight:bold;
}

/************* PLAYER *****************/

.demo-block {
 padding-left:15px;
}

ul.playlist {
 font-size:xx-small;
}

ul.playlist li a {
 font-size:1em;
}

ul.playlist li a,
ul.playlist li a:hover {
 background:transparent;
 -khtml-border-radius:0px;
 -moz-border-radius:0px;
 border-radius:0px;
 line-height:1em;
}

ul.playlist li .timing {
 top:0.6em;
 font-size:xx-small;
}

ul.playlist.use-peak li .peak {
 /* overrides */
 height:0.61em;
 margin-top:-5px;
 width:0.92em;
}

html.isSafari ul.playlist.use-peak li .peak {
 margin-top:-4px; /* dumb tweak */
}

ul.playlist.use-peak li .timing {
 right:4em;
}

ul.playlist.use-peak li .peak-box {
 height:0.66em;
}

ul.playlist li .peak .l {
 margin-right:0px;
}

ul.playlist li .peak .l,
ul.playlist li .peak .r {
 width:6px;
}

ul.playlist li .peak .r {
 left:9px;
}

/*

 SoundManager 2: In-page MP3 player example
 ------------------------------------------

 Clicks on links to MP3s are intercepted via JS, calls are
 made to SoundManager to load/play sounds. CSS classes are
 appended to the link, which are used to highlight the
 current play state and so on.

 Class names are applied in addition to "sm2_link" base.

 Default:

 sm2_link

 Additional states:

 sm2_playing
 sm2_paused

 eg.

 <!-- default -->
 <a href="some.mp3" class="sm2_link">some.mp3</a>

 <!-- playing -->
 <a href="some.mp3" class="sm2_link sm2_playing">some.mp3</a>


 Note you don't require ul.graphic / ul.flat etc. for your use
 if only using one style on a page. You can just use .sm2_link{}
 and so on, but isolate the CSS you want.

 Side note: Would do multiple class definitions eg.

 a.sm2_default.sm2_playing{}

 .. except IE 6 has a parsing bug which may break behaviour,
 applying sm2_playing {} even when the class is set to sm2_default.


 If you want to make your own UI from scratch, here is the base:

 Default + hover state, "click to play":

 a.sm2_link {}
 a.sm2_link:hover {}

 Playing + hover state, "click to pause":

 a.sm2_playing {}
 a.sm2_playing:hover {}

 Paused + hover state, "click to resume":

 a.sm2_paused {}
 a.sm2_paused:hover {}


*/

/* two different list types */

ul.flat {
 list-style-type:none;
 padding-left:0px;
}

ul.flat li,
ul.graphic li {
 padding-bottom:1px;
}

ul.flat li a {
 display:inline-block;
 padding:2px 4px 2px 4px;
}

ul.graphic {
 list-style-type:none;
 padding-left:0px;
 margin-left:0px;
}

/* background-image-based CSS3 example */

ul.graphic {
 list-style-type:none;
 margin:0px;
 padding:0px;
}

ul.graphic li {
 margin-bottom:2px;
}

ul.graphic li a,
ul.graphic li a.sm2_link {
 /* assume all items will be sounds rather than wait for onload etc. in this example.. may differ for your uses. */
 display:inline-block;
 padding-left:22px;
 min-height:16px;
 border:3px solid #666;
 background-color:#666;
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
 border-radius:3px;
 padding:0px 3px 0px 20px;
 min-width:19em;
 _width:19em;
 text-decoration:none;
 font-weight:bold;
 color:#fff;
}

ul.graphic li a.sm2_link {
 /* safari 3.1+ fun (or, proprietary crap. TBD.) */
 -webkit-transition-property: hover;
 -webkit-transition: all 0.15s ease-in-out;
}

ul.graphic li a.sm2_link,
ul.graphic li a.sm2_paused:hover,
ul.graphic li a.sm2_link:hover {
 background:#333 url(../images/icon_play.png) no-repeat 0px 50%;
 _background-image:url(../images/icon_play.gif); /* IE 6 */
 border-color:#333;
}

ul.graphic li a.sm2_paused {
 background-color:#999;
 border-color:#999;
}

ul.graphic li a.sm2_paused:hover {
 background:#999 url(../images/icon_play.png) no-repeat 0px 50%;
 _background-image:url(../images/icon_play.gif);
 border-color:#999;
}

ul.graphic li a.sm2_playing,
ul.graphic li a.sm2_playing:hover {
 background:#336699 url(../images/icon_pause.png) no-repeat 0px 50%;
 _background-image:url(../images/icon_pause.gif);
 border-color:#336699;
 text-decoration:none;
}

/* hide button while playing?
ul.graphic li a.sm2_playing {
 background-image:none;
}
*/

/* flat CSS example */

ul.flat a.sm2_link {
 /* default state: "a playable link" */
 border-left:6px solid #999;
 padding-left:4px;
 padding-right:4px;
}

ul.flat a.sm2_link:hover {
 /* default (inactive) hover state */
 border-left-color:#333;
}


ul.flat a.sm2_playing {
 /* "now playing" */
 border-left-color:#6666ff;
 background-color:#000;
 color:#fff;
 text-decoration:none;
}

ul.flat a.sm2_playing:hover {
 /* "clicking will now pause" */
 border-left-color:#cc3333;
}

ul.flat a.sm2_paused {
 /* "paused state" */
 background-color:#666;
 color:#fff;
 text-decoration:none;
}

ul.flat a.sm2_paused:hover {
 /* "clicking will resume" */
 border-left-color:#33cc33;
}

ul.graphicP {
 list-style-type:none;
 padding-left:0px;
 margin-left:0px;
}

/* background-image-based CSS3 example */

ul.graphicP {
 list-style-type:none;
 margin:0px;
 padding:0px;
 display:block;
}

span.audio {
 margin-bottom:2px;
}

span.audio a,
span.audio a.sm2_link {
 /* assume all items will be sounds rather than wait for onload etc. in this example.. may differ for your uses. */
 display:inline-block;
 padding-left:5px;
 margin-left:10px;
 min-height:16px;
 border:3px solid #666;
 background-color:#666;
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
 border-radius:3px;
 padding:0px 3px 0px 20px;
 min-width:20px;
 _width:70px;
 text-decoration:none;
 font-weight:bold;
 color:#fff;
}

span.audio a.sm2_link {
 /* safari 3.1+ fun (or, proprietary crap. TBD.) */
 -webkit-transition-property: hover;
 -webkit-transition: all 0.15s ease-in-out;
}

span.audio a.sm2_link,
span.audio a.sm2_paused:hover,
span.audio a.sm2_link:hover {
 background:#333 url(../images/icon_play.png) no-repeat 0px 50%;
 _background-image:url(../images/icon_play.gif); /* IE 6 */
 border-color:#333;
}

span.audio a.sm2_paused {
 background-color:#999;
 border-color:#999;
}

span.audio a.sm2_paused:hover {
 background:#999 url(../images/icon_play.png) no-repeat 0px 50%;
 _background-image:url(../images/icon_play.gif);
 border-color:#999;
}

span.audio a.sm2_playing,
span.audio a.sm2_playing:hover {
 background:#336699 url(../images/icon_pause.png) no-repeat 0px 50%;
 _background-image:url(../images/icon_pause.gif);
 border-color:#336699;
 text-decoration:none;
}

.texto_contenido_dia{font-size:12px;}

#newsletter{width:173px; float:right; background:#fff url(../images/newsletter.png) 89% 30px no-repeat; border:1px dashed #d9d9d9; padding:10px; -moz-border-radius:3px; color:#666; background-color: #FFC; margin-bottom:8px;}
#newsletter h4{width:140px; color:#fca62c; line-height:normal; padding:0; margin-left:-1px; margin-top:-5px;}
#newsletter img{border:none;}
#newsletter form{background-color:transparent; border:none;}
#newsletter .input_newsletter{color:#666; height:27px; width:150px;}
.btn_newsletter{vertical-align: bottom; border:none; margin-left:20px;}
#newsletter #frm_newsletter{margin-top:10px;}

.warning{padding:5px; padding-left:50px;  background: #FFC url(../images/warning.png) 2% 10px no-repeat; margin-left:10px; font-weight:bold;}

#facebook{width:173px; float:right; -moz-border-radius:3px; color:#666; background-color: #fff; margin-bottom:8px;}

.plugins_sociales{display:block; margin-left:10px; margin-bottom:10px; float:right;}


