/*
Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/

.tituloAzulHome { font-family: arial; font-size:12px; font-weight:bold; color:#0084d9; line-height:15px; margin:0px; }
.descripcionAzulHome { font-family: arial; font-size:9px; color:#0084d9; line-height:15px; margin:0px; }
.DescripcionNegritaHome { font-family: arial; font-size:9px; font-weight:bold; color:#000; line-height:15px; margin:0px; }
.descripcionHome { font-family: arial; font-size:9px; color:#999999; line-height:38px; margin:0px;}
.buttonAzul { padding:3px 10px; font-family: arial; font-size:12px; color:#fff; background-color:#0084d9; margin:0px; }


.tituloNegroSlider { font-family: arial; font-size:13px; font-weight:bold; color:#000; line-height:25px }
.tituloAzulSlider { font-family: arial; font-size:14px; font-weight:bold; color:#0084d9; line-height:15px }
.descripcionSlider { font-family: arial; font-size:12px; color:#999999; line-height:15px }

#legendTypeSubject { font-size:10px; padding:0px 0px 7px 0px; }
table.tblList td { padding:7px; }
table.tblList thead td { background:#f1f1f1; color:#0084D8; }
table.tblList td.underline { text-decoration:underline; cursor:pointer; }
table.tblList td.underline:hover { color:#0084D8; }
table.tblList tbody tr.pair td { background:#f1f1f1; }
table.openDestacado { border:1px solid #d9d9d9; }
table.openDestacado td { padding:10px; }
table.openDestacado table th { text-align:center !important;padding:10px !important; }
table.openDestacado table tr:nth-child(odd) { background-color: #ffffff; }
table.openDestacado table tr:nth-child(even) { background-color: #F1F1F1; }
table.openDestacado table tr:nth-child(even) td{ background-color: #F1F1F1; }

table { border-collapse:collapse; border-spacing:0; }
a { text-decoration:none; color:#2580c3; }
a:link { color:#2580c3; }
a:visited { color:#2580c3; }
a:active { color:#2580c3; }
a:hover { color:#f6a315 }
.bookPrev { float:left; margin:10px 10px 10px 0px; }
#linkPrevBook { background:transparent url(../../images/pictures/icons/icon.downloadPDFBook.png) no-repeat scroll 0 0; font-size:15px; font-weight:bold; padding:2px 15px 2px 28px; }


.titulo{
	color:#A5032F;
	font-size:12px;
	font-weight:bold;
}
.descripcion{
	color:#000;
}
.resaltado{
	color:#000;
	font-weight:bold;
}

.openMainImage { margin:0px 0px 10px 10px; }
.openMainImage[align=left]{
	float:left;
}
.openMainImage[align=right]{
	float:right;
}
.openAltImage td {
	padding: 5px;
}


.pastillaAzul {font-family: arial; font-size:13px; color:#fff; background-color:#0084DA; min-width: 100px; width: auto !important; width: 100px; /* IE6 ignores the !important tag */;overflow:auto;  display: inline-block; }
.pastillaNaranja {font-family: arial; font-size:13px; color:#000; background-color:#F7B70A; min-width: 100px; width: auto !important; width: 100px; /* IE6 ignores the !important tag */;overflow:auto;  display: inline-block; }
.pastillaBlanca {font-family: arial; font-size:13px; color:#f6f6f6; background-color:#838281; min-width: 100px; width: auto !important; width: 100px; /* IE6 ignores the !important tag */;overflow:auto;  display: inline-block; }


a.btn {
    padding: 10px 20px;

    background: #1c86cb; /* viejos navegadores */
    background: -moz-linear-gradient(top, #1c86cb 0%, #0084da 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c86cb), color-stop(100%,#0084da)); /* webkit */

    border: 1px solid #3g3g3g;
    border-radius: 5px;

    font: bold 15px Helvetica, Sans-Serif; text-align: center;
     text-decoration: none;
    color: #ffffff !important;

    -moz-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
 display:block;
 margin:auto;
 width:25%;
}

a.btn:hover {
    color: #ffffff;

    -moz-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;

}
.openDestacado h3 {
	font-size: 12px;
	text-transform: uppercase;
	/*font-weight: bold;*/
	color: #fff;
	padding: 7px 10px;
	margin: -10px -10px 10px -10px;
	border-bottom: 1px solid #dfdfdf;
	background: #8d8b8c;
}
