
* {
	margin: 0;
	padding: 0;
}

html, body {
	color: #000;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	padding-bottom: 10px;
}

li, dd, blockquote {
	margin-left: 15px;
}

form, label {
	font-size: 90%;
}

fieldset {
	border: none;
}

input, select, textarea {
	font-size: 100%;
}

img {
	border: 0;
}

h1 {
	color: #331D76;
	font-size: 150%;
	padding-top: 5px;
}

h2 {
	background: #fff url(../img/linea.gif) bottom left no-repeat;
	margin-bottom: 20px;
}

a:link {
	color: #331D76;	
}

a:visited {
	color: #999;
}

/* --------------- CONTENEDORES ---------------  */

body {
	text-align: center;
	background: #fff url(../img/linea.gif) top repeat-x;
}

#contenedor {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 6px;
}

#cabecera {
	width: 780px;
	height: 179px;
	background: url(../img/cabecera.jpg) center no-repeat;
	border-bottom: #F48D05 solid 8px;
	margin-bottom: 10px;
}

#frase {
	margin-top: 7px;
	margin-left: 135px;
	font-size: 125%;
	color: #fff;
	font-weight: bold;
	width: 400px;

}

#izquierda {
	float: left;
}

#menu {
	margin-left: -15px;
}

#menu li {
	list-style-type: none;
	margin-bottom: 3px;
}

#menu li a {
	display: block;
  	height: 24px;
  	width: 190px;
	text-decoration: none;
	font-weight: bold;
	background: #fff url(../img/menu.gif) no-repeat;
	padding-top: 6px;
	padding-left: 10px;
}

#menu a:link {
	color: #fff;	
}

#menu a:visited {
	color: #bbb;	
}
	
#menu li a:hover {
	background: url(../img/menu.gif) 0 30px;
	color: #331D76;
}

#menu li#resaltemenu a {
	color: #000;
	background: url(../img/menu.gif) 0 30px;
}

#submenu {
	background: #9DCDEA url(../img/bolafondo.gif) no-repeat right bottom;
	border: solid 1px #331DBB;
	width: 197px;
	margin-left: 0;
	margin-bottom: 5px;
	padding-top: 10px;
}

#submenu li a {
	display: inline;
	text-decoration: none;
	background-image: none !important;
	padding: 0;
	font-weight: normal;
}

#submenu li a:visited {
	color: #555 !important;
}

#submenu li a:link {
	background-image: none !important;
	color: #000;
}


#submenu li a:hover {
	background-image: none !important;
	border-left: #331D76 solid 10px;
	padding-left: 5px;
	font-weight: bold;
}

#submenu li#resaltesubmenu a {
	border-left: #331D76 solid 10px;
	font-weight: bold;
	padding-left: 5px;
}


#certificacion {
	width: 200px;
	float: left;
	vertical-align: top;
	margin-bottom: 5px;
}

#certificacion img {
	margin-right: 10px;
	float: left;

}

#contenidos {
	width: 550px;
	margin-left: 25px;
	margin-bottom: 10px;
	float: left;
}

#contenidos .imgfloat {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

#contenidos span.detalle {
	font-size: 80%;
	color: #888;		
}

#contenidos .imagen {
	padding: 15px;
	text-align: center;
}

#contenidos strong {
	color: #331D76;
}

#contenidos #estandares {
	text-align: center;	
}

#contenidos .izq {
	float: left;
}
	
#contenidos .der {
	float: right;
	margin-bottom: 15px;	
}

#contenidos ul {
	list-style-type: none;
	list-style-image: url(../img/bolita.gif);
	margin-left: 25px;
}

#contenidos #logos {
	text-align: center;
	float: left;
}

#contenidos #logos img {
	margin-top: 10px;
}

#contenidos dl {
	float: left;
}

#contenidos dt {
	background: url("../img/bolita.gif") center left no-repeat;
	margin-left: 30px;
	padding-left: 25px;
}

#contenidos dd {
	margin-bottom: 15px;
	margin-left: 100px;
}

#ruta {
	list-style-type: none;
	list-style-image: url(../img/bolita.gif);
}

#ruta a {
	text-decoration: none;	
}

#ruta li a:link {
	color: #331D76;
}

#ruta li a:hover {
	color: #0070BB;
}

#decoracionpie {
	border-top: #F48D05 solid 8px;
	background: #fff url(../img/detallepie.gif) right top no-repeat;
	height: 52px;	
	clear: both;
	margin-bottom: 10px;
}


#pie {
	color: #fff;
	margin-bottom: 20px;
	clear: both;
	background-color: #0070BB;
	border-bottom: #331D76 solid 8px;
	height: 16px;
}

#pie a {
	color: #fff;
	text-decoration: none;	
}

#pie a:visited {
	color: #bbb;
}

#pie a:hover {
	color: #331D76;
}

#pie span#izq {
	float: left;
	margin-left: 10px;
}

#pie span#der {
	float: right;
	margin-right: 10px;
	padding-top: 2px;
	font-size: 80%;
	color: #000;	
}

#desarrollo {
	font-size: 80%;
	margin-top: 20px;
	text-align: center;
	color: #888;
	padding-bottom: 5px;
}

#desarrollo a:link, #desarrollo a:visited {
	color: #331D76;	
}

#desarrollo a:hover {
	color: #0070BB;	
}

#desarrollo img {
	vertical-align: middle;
}

/******************* generales  *******************/

.flotader {
	float: right;
}

.flotaizq {
	float: left;
}

.clear {
	clear: both;
}

p.centrar {
	text-align: center;
}

/******************* Cursos  *******************/

.curso {
	border: #331D76 solid 1px;
	margin-bottom: 10px;
}

.curso p, .curso .logo {
	margin: 10px;
}

.titulo {
	font-size: 1.8em;
	padding: 5px;
	margin-bottom: 10px;
}

.gratis {
	background-color: #ff9900;
	font-size: 1.1em;
	padding: 5px;
}


/******************* clearfix  *******************/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
.clearfix {
	display: block;	
}

* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */

