html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #00274c;
}
a:hover {
	color: #104476;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

.bold{
	font-weight:bold;
}

body {
	background: #bdd0d7 url(images/page_bg.jpg) repeat-x;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #00274c;
	padding-bottom: 10px;
	padding-top: 31px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 778px;
  position: relative;
  background: url(images/body_bg.gif) repeat-y;
}

#header {
  position: absolute;
  top: 0;
  left: 243px;
  width: 535px;
  height: 279px;
  background: url(images/header_2.jpg) no-repeat;
}
#left {
  float: left;
  width: 243px;
}
#logo {
  width: 244px;
  height: 152px;
  background: url(images/header_1.jpg) no-repeat;
  text-align: center;
  color: #595959;
}

.logotipo{
	margin-left: 7px;
	border: 0px;
}

#nav {
  background: url(images/nav_left.jpg) no-repeat;
}
#nav ul {
  margin-left: 9px;
  padding-left: 1px;
  padding-bottom: 29px;
  background: #202a34 bottom left url(images/nav_bot.jpg) no-repeat;
}
#nav li {
  list-style: none;
  font: 14px "arial narrow", arial, sans-serif;
  border-top: 1px solid #959595;
  background: 198px 10px url(images/arr_white.gif) no-repeat;
  padding: 7px 0 0 21px;
}
#nav a {
  color: #fff;
  text-decoration: none;
  border-left: 1px solid #959595;
  padding-left: 10px;
  display: block;
  width: 90%;
  padding: 2px 0 6px 8px;
}
#nav a:hover {
  text-decoration: underline;
}

#nav .important {
  background: 198px 10px url(images/arr_blue.gif) no-repeat;
}
#nav .important a {
  color: #6d96a7;
}

#news {
  background: url(images/news_bg.jpg) repeat-y;
  padding-left: 20px;
  padding-bottom: 3px;
}

#right {
  float: right;
  width: 510px;
  padding-right: 9px;
  padding-top: 301px;
}
#right h1 {
  font: 18px arial, sans-serif;
  color: #00274c;
  border-bottom: 1px solid #89abb8;
  padding-bottom: 6px;
  margin-bottom: 1em;
}

#right h2{
	font-weight: bold;
	font-size: 1.1em;
}

#right h3{
	font-weight: bold;
	font-size: 1em;
}


#right h4 {
  font: 14px arial, sans-serif;
  color: #00274c;
  border-bottom: 1px solid #89abb8;
  padding-bottom: 6px;
  margin-bottom: 1em;
  margin-top: 2em;
}

#welcome {
  margin-right: 20px;
}

#welcome p{
	text-align:justify;
}

#profile {
  margin-right: 16px;
}
#right .left {
  margin-right: 18px;
}
#right .more {
  font-weight: bold;
  font-size: 10px;
}

#corp, #indu {
  float: left;
  width: 49%;
}
#corp {
  margin-right: 1%;
}
#corp-img, #indu-img {
  background: url(images/pic_2.jpg) no-repeat;
  width: 112px;
  height: 23px;
  float: left;
  margin-right: 18px;
  text-align: center;
  padding-top: 90px;
  font-size: 9px;
  font-weight: bold;
}
#indu-img {
  background: url(images/pic_3.jpg) no-repeat;
}
#spacer {
  height: 2em;
}

#footer {
  background: url(images/footer_bg.gif) repeat-y;
}
#copyright {
  padding: 22px 0px 30px 20px;
  font-size: 9px;
  color: #00274c;
  font-weight: bold;
}

#footer a{
	text-decoration: underline;	
}

#footer a:hover{
	text-decoration: none;
}

#footerline{
	background: url(images/footerline.gif) no-repeat;
	height:10px;
	margin-top:0px;
	display:block;
	font-size:1px;
}

.lista{
	padding-left:50px;
}

.borde{
	border: 1px solid #00274c;
	background-color: #6d96a7;
}

/*------------CONTACTO-----------------*/
#contenido_contacto{
	padding-top: 14px;
	padding-left: 50px;
	padding-right: 120px;
	
}

#contenido_enrol{
	padding-top: 14px;
	padding-left: 20px;
	padding-right: 20px;
	
}
	
	.i{
	  color: #fff;
		background-color: #039;		
		font-weight: bold;
		font-size: 1.2em;
		padding: 0.1em 0.6em 0.1em 0.6em;
		margin-right: 0.6em;
	}
	
.obligatorio{
	  color: #c00;
	}
	
	.campo_form{
	  margin-top: 0.5em;
	}
	
  .campo_form label{
    padding-left: 1em;
	padding-right: 1em;
    display: block;
    width: 15em;
    float: left;
	text-align: right;
  }
	
	#submit{
	  text-align: left;
	}