html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}

a {
	color: #464544;
}
a:hover {
	color: #FFA405;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

.bold{
	font-weight: bold;
}

.bold2{
	font-weight: bold;
	padding-left: 50px;
}

body {
	background: #fff url(images/page_bg.gif) repeat-x;
	text-align: center;
	font: 12px arial, sans-serif;
	color: #464544;
}

/** layout **/
#wrapper {
	margin: auto;
	width: 728px;
 	 position: relative;
}

h1 {
	position: absolute;
	top: 46px;
	left: 0;
	height: 43px;
	padding-top: 8px;
	width: 414px;
	text-align: center;
	background: #99042f;
	color: #ffffff;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

h1 a{
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

h1 a:hover{
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
}

#top-nav {
  position: absolute;
  top: 15px;
  left: 414px;
  width: 266px;
  height: 269px;
  background: #99042f;
}
#top-nav ul {
  text-align: center;
  line-height: 31px;
}
#top-nav li {
  display: inline;
  font-size: 12px;
  color: #fff;
}
#top-nav a {
  text-decoration: none;
  font-weight: normal;
  color: #fff;
}
#top-nav a:hover {
  text-decoration: underline;
}

#mmagic {
  background: url(images/presupuesto_gratuito.jpg) no-repeat;
  position: absolute;
  top: 46px;
  left: 680px;
  width: 48px;
  height: 238px;
}
#header {
  position: absolute;
  top: 89px;
  left: 0px;
  width: 414px;
  height: 195px;
}

/** body **/
#spacer {
  height: 285px;
}

#nav{
	background-image: url(images/tab_lit.gif);
	background-repeat: repeat-x;
}


#nav ul {
	width: 728px;
}
#nav li {
  float: left;
  width: 120px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: url(images/tab_lit.gif) repeat-x;
  border-left: 1px solid white;
  list-style: none;
}
#nav a {
	color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
#nav a:hover {
  color: #262c35;
}
#nav li.drk {
  background: url(images/tab_drk.gif) repeat-x;
  border-left: none;
  padding-left: 1px;
}

#content{
	width: 728px;
	background-color: #b1b6bf;
	text-align: left;
}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding-top: 10px;
	padding-left: 10px;
	background-image: url(images/subr.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	color: #99042f;
}

#content h3{
	color: #4c4d4e;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: underline;	
	padding-left: 10px;
}

#content p{
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}

#content ul{
	padding-left: 50px;
	text-align: justify;
	padding-right: 10px;
}

#content li{
	margin-bottom: 20px;
}

#content table{
	padding-left: 40px;
	padding-right: 40px;
	text-align:center;
	
}


table td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #99042f;
	border-bottom-color: #99042f;	
}

table th{
	background-color: #c0637e;
	color:#FFFFFF;
}

table caption{
	color:#99042f;
	font-weight:bold;
}

.imp{
	color:#99042f;
	font-weight:bold;
}

.img_dcha{
	border: 0px;
	float: right;
}

#alta li{
	line-height: 18px;
}

#footer{
	width: 728px;
	height:30px;
	background-color: #99042f;	
}

#footer p{
	padding-left: 10px;
	color:#FFFFFF;
	text-align: left;
	font-size: 0.9em;
	line-height: 30px;
}

#footer a{
	color: #FFFFFF;
	text-decoration: underline;
}

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

/*------------CONTACTO-----------------*/
#datos_personales{
	width: 500px;
	padding-left: 100px;
	
}

#observaciones{
	width: 500px;
	padding-left: 100px;
	
}

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

.enviado{
	color: #003300;
	font-weight: bold;
	padding-left: 20px;
}
