/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

#index {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.gif) repeat-x;
	color: #666666;
}

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


h1, h2, h3, h4, h5 {
	margin: 0;
	font-weight: normal;
	color: #85C329;
}

h1.color1, h2.color1, h3.color1, h4.color1, h5.color1 {
	color: #E06529;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 175%;
}

h3 {
	font-size: 150%;
}

h3.color1 {
	font-size: 150%;
	color: #E06529;
}

h4 {
	font-size: 125%;
}

h5 {
	font-size: 100%;
	font-weight: bold;
}

p, ol, ul {
	line-height: 150%;
}

BLOCKQUOTE {
	line-height: 140%;
}

p.color1 {
	line-height: 180%;
	color: #E06529;
}

p.color1Negrita {
	line-height: 180%;
	color: #E06529;
	font-weight: bold;
}

p.color1NegritaCursiva {
	line-height: 180%;
	color: #E06529;
	font-style: italic;
	font-weight: bold;
}

p.color2 {
	line-height: 180%;
	color: #ADD634;
}

p.color2Negrita {
	line-height: 180%;
	color: #ADD634;
	font-weight: bold;
}


a {
	color: #E06529;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

hr {
	display: none;
}

#header {
	width: 760px;
	height: 90px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	padding-top: 0px;
/*	background-image: url(images/dintelEC.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;*/
}

#sesionGratis {
	float: right;
	padding-top: 20px;
}

#logo h1, h2 {
	margin: 0;
	padding-left: 70px;
	font-weight: normal;
	color: #E06529;
}

#logo h1 {
	font-size: 225%;
	font-weight: bold;
}

#logo h2 {
	font-size: 125%;
	font-weight: bold;
	font-style: italic;
}

#logo a {
	color: #ADD634;
	text-decoration: none;
}


#header2 {
	width: 760px;
	height: 200px;
	margin: 0 auto;
}

/* Menu */

#menu {
	float: left;
	width: 760px;
	height: 200px;
	background: url(images/head.jpg) right;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: 105%;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 8px 10px;
	text-decoration: none;
	font-size: 125%;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	background: none;
}

/* Splash * Ya no hace falta puesto que el menu la contempla

#splash {
	background:url(images/fotoHead559.jpg) no-repeat center;
	float: right;
	width: 559px;
	height: 200px;
}*/


/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	padding: 30px 0;
}

/* Content */

#content {
	float: left;
	width: 470px;
	padding-left: 10px;
}

#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#content ul li {
	padding-left: 15px;
	background: url(images/img08.gif) no-repeat 0 8px;
}

#content ol {
	margin-left: 0;
	padding-left: 0;
	list-style: lower-alpha inside;
}

p.parrafoSangria1 {
	line-height: 20px;
	padding-left: 30px;
}

.title {
	padding-left: 10px;
	padding-top: 3px;
}

.content {
	padding: 20px;
	background: url(images/img10.gif) no-repeat;
}

.ctnCursiva {
	font-weight: normal;
	font-style: italic;
}

.ctnNegrita {
	font-weight: bold;
}

.color1Negrita {
	line-height: 180%;
	color: #E06529;
	font-weight: bold;
}

.ctnPrimeraLetra p:first-letter{
	font-size: 175%;
	font-weight: bold;
	color: #E06529;
	line-height: normal;
}

.ctnNota {
	font-size: 80%;
	font-weight: normal;
}

.ctnNotaCursiva {
	font-size: 80%;
	font-style: italic;
	font-weight: normal;
}

.ctnNotaCursivaNegrita {
	font-size: 80%;
	font-weight: bold;
	font-style: italic;
}

.ctnNotaCursivaNegritaColor {
	font-size: 80%;
	font-weight: bold;
	font-style: italic;
	color: #E06529;
}

.ctnCitas {
	font-weight: bold;
	font-style: italic;
	color: #E06529;
	text-align: center;
}

.ctnAutorCita {
	font-weight: bold;
	font-style: normal;
	color: #E06529;
	font-size: 80%;
}

.ctnNuevo {
	color: #ADD634;
	text-decoration: blink;
}

#ctnLista{
	width:450px;
	float:left;
}

#ctnLista ul{
	width:410px;
}

#ctnLista ul li{
	width:400px;
	height:auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #fff;
	background-image: url(images/punto.jpg);
	background-repeat: no-repeat;
	background-position: 0 8px;
}

#ctnLista ul li span{
	background:#fff;
	font-weight:bold;
}

#ctnListaResaltada{
	width:450px;
	float:left;
}

#ctnListaResaltada ul{
	width:410px;
}

#ctnListaResaltada ul li{
	width:400px;
	height:auto;
	background:url(images/punto.jpg) 0 8px no-repeat #fff;
	color:#E06529;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

#ctnListaResaltada ul li span{
	background:#fff;
	color:#E06529;
	font-weight:bold;
}

.line {
	height: 1px;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-top-color: #E06529;
}

/* Sidebar */

.fondoSidebarNormal {
	background-image: url(images/menusLaterales.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

.fondoSidebarQuieresSerFelizMenu {
	background-image: url(images/menuChica.jpg);
	background-position: top;
	height: 244px;
	width: 220px;
	background-repeat: no-repeat;
}

.fondoSidebarHazUnaPausaMenu {
	background-image: url(images/menuHamaca.jpg);
	background-position: top;
	height: 244px;
	width: 220px;
	background-repeat: no-repeat;
}

.fondoSidebarCertificadoAsesco {
	height: 88px;
	width: 194px;
	background-repeat: no-repeat;
}

.fondoSidebarAC3 {
	height: 120px;
	width: 153px;
	background-repeat: no-repeat;
}


#sidebar {
	float: right;
	width: 220px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li ul {
	line-height: 90%;
	padding: 10px 20px;
	font-size: 110%;
	font-weight: bold;
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	/*background: none; Si se deja funciona mal en IE*/
}

#sidebar h2 {
	height: 30px;
	margin: 0;
	padding: 6px 0 0 10px;
	/*background: url(images/img06.gif) no-repeat;*/
	font-size: 115%;
	font-weight: bold;
	color: #ffffff;
}

#sidebar h3 {
	margin: 0;
}

#sidebar p {
	margin: 0;
	line-height: normal;
}

#sidebar a {
	text-decoration: none;
}

.fondoSidebarQuieresSerFelizMenu a {
	text-decoration: none;
	color: #E06529;
}

.fondoSidebarHazUnaPausaMenu a {
	text-decoration: none;
	color: #E06529;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar .first {
	border: none;
}

/*#marco{
	float: right;
margin-top:30px;
background-image:url(images/midtxt_bg.jpg);
background-repeat:repeat-y;
overflow:hidden;
}
*/
/* Footer */

#footer {
	width: 100%;
	text-align: center;
	padding-top: 30px;
	height: 180px;
	background: url(images/footer.gif) repeat-x
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 95%;
	color: #ffffff
}

#footer a {
	color: #ffffff;
}
