/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.fondo{
	background-color: #0A4985;
}

#wrapper {
	width: 948px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}
#header {
	width: 948px;
	float: left;
	padding: 0px;
	height: 220px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}

#content {
	width: 948px;
	float: left;
	background-image: url(images/contet.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#leftcolumn {
	margin: 0px;
	height: 350px;
	width: 286px;
	float: left;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 13px;
}
#rightcolumn {
	float: right;
	margin: 0px;
	padding: 0px;
	height: 350px;
	width: 649px;
}

#home {
	width: 948px;
	float: left;
	background-image: url(images/fondo-home.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 60px;
}

#inscripcion {
	width: 948px;
	float: left;
	background-image: url(images/fondo-inscripcion.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 60px;
	margin-top: 50px;
}

#nav-contet {
	float: left;
	width: 900px;
	padding-left: 30px;
	padding-bottom: 20px;
}

#menu {
    float: left;
    width: 150px;
}

#menu a, #menu a:visited {
	background-image: url(images/fondo-boton.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 39px;
	text-decoration: none;
	width: 148px;
	margin-bottom: 3px;
}
#menu a:hover {
	background-image: url(images/fondo-boton.jpg);
	background-position: 0 -39px;
	background-repeat: no-repeat;
	display: block;
	height: 39px;
	text-decoration: none;
	width: 148px;
}
#info-content {
    background-image: url("../images/med.jpg");
    background-position: center top;
    background-repeat: repeat-y;
    float: left;
    height: 80px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 0;
    text-align: center;
    width: 848px;
}
#info-content h3 {
    color: #006633;
    font-size: 12px;
    font-weight: bold;
}
#info-content p {
    font-size: 11px;
}


#footer {
	width: 948px;
	clear: both;
	padding: 0px;
	height: 68px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}


#auspicio {
	width: 150px;
	padding: 0px;
	height: 68px;
	background-image: url(images/camara.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin: 0px;
	float: left;
}

#certificacion {
	width: 150px;
	padding: 0px;
	height: 68px;
	background-image: url(images/certificacion.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	float: right;
}

#telefono {
	width: 200px;
	padding: 0px;
	height: 68px;
	background-image: url(images/telefono.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	float: right;
}

#soporte-tecnico {
	width: 170px;
	padding: 0px;
	height: 68px;
	background-image: url(images/soporte.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#inscribite-desde-la-web {
	float: right;
	height: 30px;
	width: 253px;
	margin-right: 23px;
}

#solicitar-informacion-gratuitamente{
	float: right;
	height: 30px;
	width: 370px;
	margin-right: 50px;
}

#top-header-botones{
	float: left;
	height: 40px;
	width: 100%;
}

#fasta {
	float: right;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}
#inicio {
    float: right;
    margin: 15px 0 0;
}
#cursar {
	width: 948px;
	float: left;
	background-image: url(images/fondo-cursar.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 60px;
	margin-top: 50px;
}