/*
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
 * Copyright (C) 2003-2008 Frederico Caldeira Knabben
 *
 * == BEGIN LICENSE ==
 *
 * Licensed under the terms of any of the following licenses at your
 * choice:
 *
 *  - GNU General Public License Version 2 or later (the "GPL")
 *    http://www.gnu.org/licenses/gpl.html
 *
 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
 *    http://www.gnu.org/licenses/lgpl.html
 *
 *  - Mozilla Public License Version 1.1 or later (the "MPL")
 *    http://www.mozilla.org/MPL/MPL-1.1.html
 *
 * == END LICENSE ==
 *
 * This is the default CSS file used by the editor area. It defines the
 * initial font of the editor and background color.
 *
 * A user can configure the editor to use another CSS file. Just change
 * the value of the FCKConfig.EditorAreaCSS key in the configuration
 * file.
 */

/**
 * The "body" styles should match your editor web site, mainly regarding
 * background color and font family and size.
 */

/*body
{
	background-color: #ffffff;
	padding: 5px 5px 5px 5px;
	margin: 0px;
}

body, td
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a[href]
{
	color: -moz-hyperlinktext !important;		/* For Firefox... mark as important, otherwise it becomes black */
	/*text-decoration: -moz-anchor-decoration;	/* For Firefox 3, otherwise no underline will be used */
/*}
a{ color:#026488; text-decoration: none;}
a:hover {color:#026488; text-decoration: underline;}
li a {color:#026488; text-decoration:none;}
li a:hover {color:#026488; text-decoration: underline;}*/


/**
 * Just uncomment the following block if you want to avoid spaces between
 * paragraphs. Remember to apply the same style in your output front end page.
 */

/*
p, ul, li
{
	margin-top: 0px;
	margin-bottom: 0px;
}
*/

/**
 * Uncomment the following block, or only selected lines if appropriate,
 * if you have some style items that would break the styles combo box.
 * You can also write other CSS overrides inside the style block below
 * as needed and they will be applied to inside the style combo only.
 */

/*
.SC_Item *, .SC_ItemSelected *
{
	margin: 0px !important;
	padding: 0px !important;
	text-indent: 0px !important;
	clip: auto !important;
	position: static !important;
}
*/

/**
 * The following are some sample styles used in the "Styles" toolbar command.
 * You should instead remove them, and include the styles used by the site
 * you are using the editor in.
 */ 

.Bold
{
	font-weight: bold;
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}

/* -------------------- ESTILOS AŅADIDOS -------------------------------------------- */
/*-- Textos -- */
.Negrita
{ 
	font-weight: bold;
}

.Cursiva
{
	font-style:italic;	
}

.Subrayado
{
	text-decoration: underline;		
}

.Tachado
{
	text-decoration:line-trought; 	
}

.Subscript
{
	vertical-align: sub;
}

.Superscript
{
	vertical-align: super;
}

.Indent1
{
margin-left: 40px;
}

.Indent2
{
margin-left: 80px;
}

.Indent3
{
margin-left: 120px;
}

.Indent4
{
margin-left: 160px;
}

.Indent5
{
margin-left: 200px;
}

.JustifyLeft
{
	text-align: left;
}

.JustifyRight
{
	text-align: right;
}

.JustifyCenter
{
	text-align: center;
}

.JustifyFull
{
	text-align: justify;
}
/*Tamaņo fuente*/
.Fuente1
{ 
	font-size: 0.8em;
}

.Fuente2
{ 
	font-size: 1em;
}

.Fuente3
{ 
	font-size: 1.2em;
}

.Fuente4
{
	font-size: 1.4em;
}

.Fuente5
{ 
	font-size: 1.6em;
}

.Fuente6
{ 
	font-size: 1.8em;
}

/*Tipo letra*/
.FuenteVerdana
{
	font-family:Verdana;
}

.FuenteComic
{
	font-family:Comic Sans MS;
}

.FuenteCourier
{
	font-family:Courier New;
}

.FuenteTahoma
{
	font-family:Tahoma;
}

.FuenteArial
{
	font-family:Arial;
}

/*Color texto*/
.FontColor1
{
	color: #171796;
}

.FontColor2
{
	color: #105992;
}

.FontColor3
{
	color:#FF0000 ;
}

.FontColor4
{
	color: #1EE718;
}

.FontColor5
{
	color: #FFFF00;
}


.FontColor6
{
	color: #FFFFFF;	
}

.FontColor7
{
	color: #000000;	
}
/*Color fondo texto*/
.FontColor1BG
{
	background-color: #171796;
}

.FontColor2BG
{
	background-color: #105992;
}

.FontColor3BG
{
	background-color:#FF0000;
}

.FontColor4BG
{
	background-color: #1EE718;
}	

.FontColor5BG
{
	background-color: #FFFF00;
}

.FontColor6BG
{
	background-color: #FFFFFF;	
}
.FontColor7BG
{
	background-color: #000000;	
}




/*Tablas*/
.AnchoTabla20
{
	width: 20%;	
}

.AnchoTabla30
{
	width: 30%;	
}

.AnchoTabla40
{
	width: 40%;	
}

.AnchoTabla50
{
	width: 50%;	
}

.AnchoTabla60
{
	width: 60%;	
}

.AnchoTabla70
{
	width:70%;	
}

.AnchoTabla80
{
	width: 80%;	
}

.AnchoTabla90
{
	width: 90%;	
}

.AnchoTabla100
{
	width: 100%;	
}



.BordeTabla0
{
	 border: 0;	
}

table.BordeTabla1
{
	border: 1px solid #000000;		
}

.BordeTabla2 tr td, .BordeTabla2 th, table.BordeTabla2 
{
	border: 1px solid #000000;		
	border-collapse:collapse;
	border-spacing: 0;
}

.AlineaIzTabla
{
	float: left;
	/*width: auto;*/
}

.AlineaCentroTabla
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.AlineaDerTabla
{	
	float: right;
	/*width: auto;	*/
}


/*Imagenes*/

.ImgAlinIzquierda
{
	float: left;	
	margin-right: auto;
	margin-left: 0;	
	text-align: left;
	width: auto;
}


.ImgAlinCentro
{
	display: block;
	margin: auto;
	min-width: 10px;
	width: auto !important;
	text-align: center;
}

.ImgAlinDerecha
{	
	position: relative;
	float: right;
	margin-right: 0;
	margin-left:auto;
	width: auto;
}

th { font-size: 1em;}

