body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Arial,Helvetica,sans-serif;
	background: #EFEFEF;
}

#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: white;
	border: 3px solid #333333;
}

#leftcol{
 width:280px;  
 float:left; 
 background: url(../images/logo.gif) no-repeat top left;
 background-color:#EEEEEE;
 margin: 8px 2px 2px 8px;
 padding-bottom: 25px;
 height: 500px;
}
#rightcol{
    width:710px;  
    float:right; 
}

#header
{
        text-align: center;
        margin: 0 0 0 60px;
	padding: 0;
	
}

#content
{  
    float: left; 
    width:480px;
    padding: 20px;
    border: 1px solid #CC0000;
    border-radius: 15px;
    -moz-border-radius: 15px;
    margin: 5px;
    margin-top: 8px;
    background-color: #EEEEEE;
    display: inline;
}

#footer
{       clear: both;
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
}

#novedades{
    display: inline;
    float: right; 
    width:160px;
    border: 1px solid #CC0000;
    border-radius: 15px;
    -moz-border-radius: 15px;
    margin: 8px 8px 0px 0px;
    padding-bottom: 10px;
    background-color: #EEEEEE;
}

#mainmenu
{
	margin-left: 60px;
        font-family: Verdana;
}

#mainmenu ul
{
	padding:0px;
	margin:0px;
}

#mainmenu ul li
{
	display:block;
        border-bottom: 2px solid #CC0000;
        margin:4px;
        
        background-color: #ffffff;
}

#mainmenu ul li a
{
        color: #333333;
	font-size:12px;
	text-decoration:none;
	padding:3px;
}


div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

.derecha{
    text-align: right;
    width: 100%;
}
.justificado{
    text-align: justify;
}
.centrado {
    text-align: center;
}
.texto_contenidos a,#content a {
    color: #CC0000;
    text-decoration: none;
    
}
.enlace a {
    color: #CC0000;
    font-weight: bold;
}
h2{
   color: #CC0000; 
   font-weight: bold;
   font-size: 18px;
   margin-bottom: 30px;
}
h3{
   color: #333333; 
   font-weight: bold;
   font-size: 14px;
   margin-bottom: 15px;
}
.curso {
    border: 5px;
    padding-bottom: 15px;
}
.curso_content {
    float:right;
    width: 70%;
}

#novedades h3{
    background-color: #CC0000;
    border-top-left-radius: 15px;
    -moz-border-top-left-radius: 15px;
    border-top-right-radius:  15px;
    -moz-border-top-right-radius:  15px;
    padding: 7px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
}

#content h4{
    background-color: #CC0000; 
    padding: 4px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
}
#novedades div p{
    margin: 0;
    font-size: 11px;
}
.fecha {
    font-size: 10px;
    color: #CC0000;
}
#novedades a, .lista_nota a {
    color:#333333;
    font-weight: bold;
    text-decoration: none;
}
#novedades .nota{
    margin: 5px 5px 20px 5px;
}
#noticias li{
    background-color: #cccccc;
    list-style: none;
    margin-bottom: 3px;
    padding: 4px;
}
#noticias li a{
    color:#000;
    text-decoration: none;
    font-weight: bold;
}
.imagenes li{
    list-style: none;
}
.imagenes li img{
    width: 50%;
}
.error_text{
    color:red;
    font-weight: bold;
    background: #fff;
}
.nota{
    font-weight: bold;
    background: #fff;
}
#novedades a.ver_mas{
    padding: 10px;
    color:#CC0000;
    margin-left: 40px;
}
.lista_nota{
    margin-bottom: 20px;
}
.lista_nota p{
    margin: 0;
}
 ul.yiiPager a:link, ul.yiiPager a:visited ,ul.yiiPager .selected a{
    border: 1px solid #CCcccc !important;
}
ul.yiiPager .selected a{
    background: #cccccc !important;
}

div.form .buttons {
    width: 100%;
    text-align: center;
    margin: 0 auto !important;
}
div.form .buttons input{
    color: #CC0000;
    padding: 5px;
    cursor: pointer;
    font-weight: bold;
}
.verified{
    width: 60%;
}
/**
 * CSS styles for forms generated by yiic.
 *
 * The styles can be applied to the following form structure:
 *
 * <div class="form">
 *     <div class="row">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 *     <div class="row">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 *     <div class="row buttons">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 * </div>
 *
 * The above code will render the labels and input fields in separate lines.
 * In order to render them in the same line, please use the "wide" form as follows,
 *
 * <div class="wide form">
 *     ......
 * </div>
 *
 * @author Qiang Xue <qiang.xue@gmail.com>
 * @link http://www.yiiframework.com/
 * @copyright Copyright &copy; 2008-2010 Yii Software LLC
 * @license http://www.yiiframework.com/license/
 */

div.form
{
}

div.form input,
div.form textarea,
div.form select
{
	margin: 0.2em 0 0.5em 0;
}

div.form fieldset
{
	border: 1px solid #DDD;
	padding: 10px;
	margin: 0 0 10px 0;
    -moz-border-radius:7px;
}

div.form label
{
	font-weight: bold;
	font-size: 0.9em;
	display: block;
}

div.form .row
{
	margin: 5px 0;
}

div.form .row2
{
	margin: 5px 0;
	width:100%;
}
div.limpia {clear:both;}
div.form .buttons
{
	font-size:11px;
}
div.form .row2 .div1
{
float:right;
}
div.form .row2 .div2
{
float: left;
width: 40%;
}
div.form .hint
{
	margin: 0;
	padding: 0;
	color: #999;
}

div.form .note
{
	font-style: italic;
}

div.form span.required
{
	color: red;
}

div.form div.error label,
div.form label.error,
div.form span.error
{
	color: #C00;
}

div.form div.error input,
div.form div.error textarea,
div.form div.error select,
div.form input.error,
div.form textarea.error,
div.form select.error
{
	background: #FEE;
	border-color: #C00;
}

div.form div.success input,
div.form div.success textarea,
div.form div.success select,
div.form input.success,
div.form textarea.success,
div.form select.success
{
	background: #E6EFC2;
	border-color: #C6D880;
}


div.form .errorSummary
{
	border: 2px solid #C00;
	padding: 7px 7px 12px 7px;
	margin: 0 0 20px 0;
	background: #FEE;
	font-size: 0.9em;
}

div.form .errorMessage
{
	color: red;
	font-size: 0.9em;
}

div.form .errorSummary p
{
	margin: 0;
	padding: 5px;
}

div.form .errorSummary ul
{
	margin: 0;
	padding: 0 0 0 20px;
}

div.wide.form label
{
	float: left;
	margin-right: 10px;
	position: relative;
	text-align: right;
	width: 100px;
}

div.wide.form .row
{
	clear: left;
}

div.wide.form .buttons, div.wide.form .hint, div.wide.form .errorMessage
{
	clear: left;
	padding-left: 110px;
}
.encabeza {
	color: #fff;
	background-color: #CC0000;
	padding:5px; 
}