@charset "utf-8";
/* CSS Document */

/* Inicio estructura plantilla */

* {
	padding: 0;
	margin: 0;
}

body {
	font: 13px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
}

p {
	margin: 0;
	padding: 0px 0px 10px;
}
 
a {
	color: #08338F;
}

a:hover {
	color: #348C26;
}

a img {
	border: none;
}

a.pdf {
	width: 50px;
         color: #333333;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 7px 5px 5px 35px;
	margin-left: 5px;
	height: 18px;
	background: url(../images/verpdfoff.gif) no-repeat left top;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	}
a.pdf:hover {
	background: url(../images/verpdfon.gif) no-repeat left top;
	color: #CC0000;
	}

table {
	border-collapse: collapse;
	border-style: none;
	margin: 0px;
	padding: 0px;
}

form {
	padding: 0px;
	margin: 0px;
}

ul {
	margin: 5px 5px 10px 15px;
	list-style: none outside;
	padding: 0px;
}

blockquote {
	margin: 10px 5px 10px 15px;
	padding: 0px 0px 0px 14px;
	border-left: 1px dotted #999999;
}

li {
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px 0px 0px 15px;
	list-style: none outside;
	background: url(../images/bulletblue.gif) no-repeat left 5px;
}

.article_separator {
	display: block;
	height: 2px;
}

/* Inicio Formularios */

.campo, input[type="text"], input[type="password"], input[type="file"], select, .select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #999999;
	padding: 3px;
	background: #FFFFFF url(../images/bgtextbox.jpg) no-repeat left top;
}

input[type="checkbox"], input[type="radio"] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

input[type="submit"], input[type="reset"], input[type="button"], button, .boton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #08338F;
	padding: 5px;
	background-image: url(../images/bgbotoff.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover, .boton:hover {
	background-image: url(../images/bgboton.jpg);
	border: 1px solid #08338F;
}

/* Fin Formularios */

#container-head {
	width: 100%;
}

#container-body {
	width: 100%;
	float: left;
}

#container-foot {
	width: 100%;
	float: left;
}

.container {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
}

#container-body .container {
	padding-top: 0px;
}

#container-foot div > p:first-child {
	padding-left: 10px;
}

#header {
	height: 166px;
	display: block;
	float: left;
	background: #FFFFFF url(../images/franjafondo.jpg) no-repeat 20px -6px;
}

#header #logo {
	width: 345px;
	height: 60px;
	background: url(../images/logoerasmus.gif) no-repeat left top;
	margin-top: 20px;
	margin-bottom: 15px;
	margin-left: 10px;
	display: block;
	float: left;
}

#header #logo a#company {
	width: 345px;
	height: 60px;
	display: block;
}

#header #navbar {
	float: left;
	width: 990px;
	height: 30px;
	color: #666;
	background: #FFF;
	display: block;
	font-size: 11px;
	border-bottom: 1px dotted #348C26;
}

#header #navbar div.ruta {
	float: left;
	display: block;
	height: 15px;
	padding: 10px 0px 5px 10px;
}

#navbar a {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

#navbar a:hover {
	text-decoration: none;
}

#header #navbar .moduletable_ruta {
	float: left;
	height: 15px;
	padding: 10px 10px 5px;
	color: #348C26;
	background: #FFFFFF;
	display: block;
	font-size: 11px;
}

#header #separador {
	float: left;
	width: 990px;
	height: 10px;
}

#leftcol {
	width: 160px;
	margin-right: 15px;
	float: left;
}

#centercol {
	margin-right: 15px;
	float: left;
	width: 640px;
	padding-bottom: 20px;
}

#centercol-full {
	float: left;
	width: 815px;
	margin-right: 15px;
	padding-bottom: 20px;
}

#rightcol {
	width: 160px;
	float: left;
}

#footer {
	padding: 15px 0px 5px;
	color: #08338F;
	font-size: 11px;
	background: #FFFFFF;
	border-top: 2px solid #08338F;
	border-right-color: #08338F;
	border-bottom-color: #08338F;
	border-left-color: #08338F;
}

/* Fin estructura plantilla */

/* Inicio detalles plantilla */

#header .moduletable {
	margin-top: 0px;
}

#header .moduletable_lang {
	margin-top: 70px;
	margin-right: 20px;
	float: right;
}

#header .moduletable_prin {
	width: 990px;
	height: 25px;
	display: block;
	float: left;
	background: #08338F url(../images/bgmenu.jpg) repeat-x left top;
}

#header .moduletable_prin ul {
	list-style: none outside;
	padding: 0px;
	margin: 0px;
}

#header .moduletable_prin ul li {
	padding: 0px;
	list-style: none outside;
	background: url(none);
	margin: 0px;
	float: left;
}

#header .moduletable_prin ul li a {
	display: block;
	float: left;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	border-right: 1px solid #041B4A;
	font-weight: normal;
	padding-right: 30px;
	padding-left: 30px;
	height: 17px;
	padding-top: 5px;
	border-left: 1px solid #08338F;
}

#header .moduletable_prin ul li a:hover {
	background: #E1E1E1;
}

#leftcol .componentheading, #centercol .componentheading, #centercol-full .componentheading {
	font-size: 14px;
	color: #08338F;
	padding: 4px 4px 4px 2px;
	margin-bottom: 10px;
	text-decoration: none;
	display: block;
	font-weight: normal;
	border-bottom: 1px solid #08338F;
	}

#leftcol .contentheading, #centercol .contentheading, #centercol-full .contentheading, .contentheading a {
	font-size: 14px;
	color: #08338F;
	padding: 4px 4px 4px 2px;
	margin-bottom: 10px;
	text-decoration: none;
	display: block;
	font-weight: normal;
	border-bottom: 1px solid #08338F;
	}
	
#leftcol .componentheading_prin, #centercol .componentheading_prin, #centercol-full .componentheading_prin {
	font-size: 12px;
	color: #08338F;
	padding: 3px;
	margin-bottom: 15px;
	text-decoration: none;
	display: block;
	font-weight: normal;
	border-bottom: 1px solid #08338F;
	}

#leftcol .contentpaneopen_prin, #centercol .contentpaneopen_prin, #centercol-full .contentpaneopen_prin {
	width: 100%;
	margin-bottom: 10px;
}

#leftcol .contentpaneopen_prin img, #centercol .contentpaneopen_prin img, #centercol-full .contentpaneopen_prin img {
	width: 160px;
	float: right;
	padding-bottom: 5px;
	margin-left: 10px;
	}

#leftcol .contentheading_prin, #centercol .contentheading_prin, #centercol-full .contentheading_prin, .contentheading_prin a {
	font-size: 12px;
	color: #FFFFFF;
	padding: 4px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-decoration: none;
	font-weight: bold;
	background: #08338F;
	clear: both;
	}
	
#leftcol h2, #centercol h2, #centercol-full h2 {
	font-size: 12px;
	color: #FFFFFF;
	padding: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: none;
	font-weight: bold;
	background: #08338F;
	clear: both;
	}
	
#leftcol .contentpaneopen, #centercol .contentpaneopen, #centercol-full .contentpaneopen {
	margin-bottom: 5px;
	}
	
#centercol .contentpaneopen img, #centercol-full .contentpaneopen img {
	width: 160px;
	float: right;
	padding-bottom: 5px;
	margin-left: 10px;
	}
#centercol .contentpaneopen div img, #centercol-full .contentpaneopen div img {
	width: auto;
	float: none;
	clear: both;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	max-width: 650px;
	}	

.moduletable_lateral {
	display: block;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000000;
	margin-bottom: 15px;
	width: 160px;
	text-align: center;
}

.moduletable_lateral img {
	margin-bottom: 5px;
	width: 160px;
	clear: both;
	border-style: none;
}

.moduletable_lateral > a:first-child {
	display: block;
	float: left;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	background: #666666;
	padding: 3px;
	margin-bottom: 5px;
	width: 154px;
	text-align: center;
}
	
#footer .moduletable_inf {
	height: 20px;
	float: right;
}

#footer .moduletable_inf ul {
	list-style: none outside;
	padding: 0px;
	margin: 0px;
}

#footer .moduletable_inf ul li {
	padding: 0px;
	list-style: none outside;
	background: url(none);
	margin: 0px;
	float: left;
}

#footer .moduletable_inf ul li a {
	display: block;
	float: left;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	border-left: 1px solid #666666;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}

#footer .moduletable_inf ul li a:hover {
	color: #000;
	text-decoration: underline;
}

/* Fin detalles plantilla */

/* Inicio contenidos */

.moduletable .banneritem {
	margin-bottom: 10px;
}

.contentheading a:hover {
	text-decoration: underline;
	}

.contentpane ul li {
	border-bottom: 1px dotted #999999;
	padding-bottom: 7px;
	font-weight: bold;
}

.contentpane a.category {
	font: 13px Arial, Helvetica, sans-serif;
}

.contentpane .small {
	font-size: 10px;
	font-weight: normal;
	display: inline;
	border-left: 1px dotted #566580;
	padding-left: 10px;
	margin-left: 5px;
	}

.contentpaneopen .small {
	font-weight: bold;
	font-size: 10px;
	color: #CC0000;
	}

.contentpaneopen {
	margin-right: 0px;
	width: 100%;
	}

.contentpaneopen .createdate {
	font-size: 11px;
	color: #666;
	}
	
.contentpaneopen .modifydate {
	font-size: 11px;
	color: #666;
	}
	
.contentpaneopen .readon {
	font-weight: bold;
	color: #CC0000;
	display: block;
	float: left;
	background: url(../images/bulletred.gif) no-repeat 2px 5px;
	padding-left: 15px;
	}
	
.contentpaneopen .pagenav {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	margin-top: 20px;
	border-top: 1px dotted #068A2E;
	}
	
.contentpaneopen .pagenav a {
	font-weight: bold;
	color: #CC0000;
	margin-top: 15px;
	display: block
	}

/* Fin contenidos */
