/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

html { 
    overflow: -moz-scrollbars-vertical;
    overflow-x: auto;
}


body {
	margin: 0;
	padding: 0;
	background: #EBEBEB url(../images/img01.gif) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454545;
}

h1, h2, h3 {
	margin-top: 0;
	color: #8C0209;
}

h1 {
	font-size: 1.6em;
}

h2 {
    padding-top:20px;
	font-size: 1.4em;
}

h3 {
    padding-top:20px;
	font-size: 1.2em;
}

ul {
}

a {
	text-decoration: none;
	color: #B50831;
}

a:hover {
	border-bottom: none;
	text-decoration:underline;
}

#content a{
    text-decoration:underline;
}
a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

#header {
	width: 1000px;
	height: 153px;
	margin: 0 auto;
}

/* Header */

#logo {
	width: 960px;
	height: 100px;
	margin: 0 auto;
}

#logo h1, #logo p {
	float: left;
	margin: 0px;
}

#logo span {
	color: #FFFFFF;
}

#logo h1 {
	padding-top: 8px;
	letter-spacing: -1px;
	font-weight: normal;
	font-size: 2.8em;
}

#logo h1  img{
    vertical-align:middle;
}
#logo p {
	display: block;
	padding-top: 80px;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	height: 50px;
	background: #B50831;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin: 15px 35px 15px 35px;
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

#menu .first {
	background: none;
}

/* Wrapper */

#wrapper {
}

/* content */

#page {
	width: 960px;
	margin: 0 auto;
	background: url(../images/img05.gif) repeat-y left top;
}

#page-bg {
	background: url(../images/img06.gif) no-repeat left top;
	padding: 0px 10px;
}

/* Content */

#content-container {
	float: left;
	width: 640px;
	padding: 30px 40px 0px 40px;
}

h1.title {
	margin: 0px;
	padding: 0px 0px 14px 0px;
	font-size: 2em;
	font-weight:bold;
	background: url(../images/img04.gif) repeat-x left bottom;
}

.title a {
	border-bottom: none;
	color: #454545;
}

.title a:hover {
}

.links {
	padding: 4px 0px;
	text-align: right;
	font-weight: bold;
}

.links a {
	border: none;
}

.links a:hover {
}

/* Sidebars */

#sidebar1 {
	float: left;
}

#sidebar2 {
	float: right;
}

.sidebar {
	float: left;
	width: 210px;
	padding: 0;
	font-size: 12px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
	padding: 0px 0px;
}

.sidebar li li {
	margin: 0 20px 0 15px;
	padding: 8px 0px;
	background: url(../images/img04.gif) repeat-x left bottom;
}


.sidebar li h2 {
	height: 25px;
	margin: 0 0 0 0;
	padding: 12px 15px 0px 15px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.sidebar a {
}

/* Search */

#searchform {
	margin: 0;
	padding: 0 0 0 0;
}

#searchform br {
	display: none;
}

#searchform h2 {
}


/* Footer */

#footer {
	width: 100%;
	height: 70px;
	margin: 0 auto;
	background: #161600;
	position:relative;
}

#footer-bg {
	width: 960px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	padding: 25px 0 0 0;
	text-align: center;
	font-size: smaller;
}

#footer a {
	color: #E7E7E7;
}

#footer .link {
	float: right;
}

#footer .copyright {
	float: left;
}


#content {
    line-height: 160%;
}

#content-container div.flash_notice, #content div.flash_error{
	padding:8px 12px 15px 45px;
	margin:5px 0;
	margin-bottom:15px;
}

#content-container div.flash_notice{
    background:#F4F5F7 url(../images/message.gif) 3px 3px no-repeat;
	border:1px dashed green;
}

#content-container div.flash_error{
    background:#F4F5F7 url(../images/error.gif) 3px 3px no-repeat;
	border:1px dashed red;
}



/** Cogido de cral **/
table tr.correo_leido{
    background-color: gray; 
}

.checkbox_list{
 list-style:none
}


#help_layer {
    position:absolute;
    right:0px;
}

#help_layer img{
    padding:0px;
}
.help_image_box{
    float:right;
    padding-left:20px;
    padding-bottom:20px;
    text-align:center;
}

.help_image_box .image_caption{
    padding-top:0px;
    margin-top:0px;
}

#faq_list .pregunta {
    font-weight:bold;
    background-color: #DDDDDD;
}

#faq_list .respuesta {
    padding-bottom:20px;
}


.error_list{
    color:red;
    font-weight:bold;
}

.texto_propuesta {
    width: 700px;
}

.expanded_choice{
    list-style:none;
    list-style-position:inside;
}


/** TOOLS **/

#tools{
    position:absolute;
    text-align:right;
    padding-top:15px;
    width:960px;
    margin: 0 auto;
    font-size:14px;
}

#tools a, #tools a:hover{
    color:#B50831;
    text-decoration: underline;
}
#tools #profile,#tools #languages,#tools #login{
    display:inline;
    color:#CCCCCC;
}

#tools #languages ul,#tools #profile ul,#tools #login ul{
    list-style:none;
    display:inline;
}

#tools #languages ul li,#tools #profile ul li,#tools #login ul li{
    display:inline;
    padding-left:10px;
}

#content table thead tr th{
    text-align:center;
}

#content table tbody tr th{
    text-align:left;
    vertical-align:top;
}

#content table .explicacion_campo{
    font-size:9px;
    font-style:italic;
    font-weight:normal;
}

#content table .coautor{
    padding-top:15px;
}

#content ul.error_list,#content ol.error_list{
    padding-bottom: 5px;
}

#enviocorreo_asunto,#enviocorreo_from_nombre,#enviocorreo_from_correo,#propuesta_titulo,#propuesta_keywords,#persona_universidad{
    width:450px;
}


#signin_username,#signin_password{
    width:250px;
}


.checkbox_list{
 list-style:none
}


#help_layer {
    position:absolute;
    right:0px;
}

#help_layer img{
    padding:0px;
}
.help_image_box{
    float:right;
    padding-left:20px;
    padding-bottom:20px;
    text-align:center;
}

.help_image_box .image_caption{
    padding-top:0px;
    margin-top:0px;
}

#faq_list .pregunta {
    font-weight:bold;
    background-color: #DDDDDD;
}

#faq_list .respuesta {
    padding-bottom:20px;
}


.error_list{
    color:red;
    font-weight:bold;
}

.texto_propuesta {
    width: 700px;
}

.expanded_choice{
    list-style:none;
    list-style-position:inside;
}






/** PROGRAMA **/
#programa table tr td, #programa table tr th {
    vertical-align:top;
    padding: 5px;
}

#programa table thead tr th {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background-color: #B50831;
    color:white;
}

.updated{
    font-style:italic;
    color: #B50831;
    font-weight: bold;
    
}
