body {
	background-image: url(images/fondo.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {color: #FFFF00;}
.Estilo1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2E255C;
}
.Estilo2 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF; }
.Estilo4 {font-size: 9px}
.Estilo9 {font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #FFFFFF; }

.link2{
	font-family:arial;
	font-size:12px;
	color:#322479;
	text-decoration: none;
}
.link2:hover
{
	font-family:arial;
	font-size:12px;
    color:#ff0000;
	text-decoration: none;
}
.link22{
	font-family:arial;
	font-size:10px;
	color:#322479;
	text-decoration: none;
}
.link22:hover
{
	font-family:arial;
	font-size:10px;
    color:#ff0000;
	text-decoration: none;
}
.link3{
	font-family:arial;
	font-size:10px;
	color:#ffffff;
	text-decoration: none;
}
.link3:hover
{
	font-family:arial;
	font-size:10px;
    color:#ff0000;
	text-decoration: none;
}
.link4{
	font-family:arial;
	font-size:12px;
	color:#ffffff;
	text-decoration: none;
}
.link4:hover
{
	font-family:arial;
	font-size:12px;
    color:#ff0000;
	text-decoration: none;
}
.link4a{
	font-family:arial;
	font-size:19px;
	color:#ffffff;
	text-decoration: none;
}
.link4a:hover
{
	font-family:arial;
	font-size:21px;
    color:#ff0000;
	text-decoration: none;
}
.link5{
	font-family:arial;
	font-size:8px;
	color:#ffffff;
	text-decoration: none;
}
.link5:hover
{
	font-family:arial;
	font-size:8px;
    color:#ff0000;
	text-decoration: none;
}
.link5a{
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-decoration: none;
}
.link5a:hover
{
	font-family:arial;
	font-size:12px;
	font-weight:bold;
    color:#0000ff;
	text-decoration: none;
}

.texto{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight:normal;
}
.Titulo 
{
	font-size: 18px; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
	color:#000099;
}
.Titulo2 
{
	font-size: 18px; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
.Estilo1 {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight:normal; }
.Estilo23 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #FF0000; }
.Estilo24 {
	color: #322479;
	font-weight: bold;
}
.Estilo32 {font-size: 12px; color: #FF0000; font-family: Arial, Helvetica, sans-serif;}
.Estilo36 {
	font-size: 9px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.Estilo37 {font-size: 9px; color: #FFFFFF; }
.Estilo40 {font-size: 12px}
.Estilo45 {font-size: 10px}
.Estilo47 {
	font-size: 11px;
	font-weight: bold;
}
.Estilo49 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #31266B; }
.Estilo50 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #2E2173; }
.Estilo51 {font-size: 16px; font-weight: bold; font-family: Arial, Helvetica, sans-serif;}
.Estilo53 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #2F2271; }
.Estilo54 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #2F2271; }
.Estilo56 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #2E255C; }
.Estilo57 {color: #FFFFFF}
.Estilo58 {font-size: 14px; font-weight: bold; font-family: Arial, Helvetica, sans-serif;}
.Estilo61 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
.Estilo62 {color: #322479}




/***** 01 - Global Settings *****/

body  {
	font: 100% Arial, Helvetica, sans-serif;
	color:#333;
	background: #FFF;
	margin: 0; 
	padding: 0;
	text-align: center;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;

}

img{
	border:0;
}

/***** Typography *****/

h1{
}

h2{
	font-size:17px;
	color:#0A71B1;
	font-weight:bold;
	margin:5px 0 5px 5px;
	padding:0;
}
h3{
	font-size:12px;
	color:#666;
	margin:5px 0 5px 5px;
	padding:0;
}

p{
	font-size:12px;
	line-height:15px;
	margin:0;
	padding:0;
	color:#666;
	margin:5px 0 2px 5px;
	padding:0;
}

a{
	font-size:12px;
	color:#0A71B1;
}

a:hover{
	color:#666;
}


/***** Global Classes *****/
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
.line		   { border-bottom:1px solid #999; height:2px;}



/* 02 - Main Structure - Header + Navigation
--------------------------------------------------------------------------------------- */

#container { 
	width: 900px;  
	margin: 0 auto; 
	text-align: left; 
} 


#header {
	height:123px;
}

#header ul{
	margin:0;
	padding:0;
}
#header ul li{
	list-style:none;
	display:inline;
	margin:0;
	padding:0;
	text-decoration:none;
}

#header #right{
	display:block;
	width:144px;
	position:relative;
	top:-245px;
	left:710px;
	height:auto;
}

#header #right a span{
	display:none;
}

#link-contact a:link{
	display:block;
	width:144px;
	height:40px;
	background-image:url(images/bt_contact.png);
	background-repeat:no-repeat;

	
}
#link-contact a:hover{
	display:block;
	width:144px;
	height:40px;
	background-image:url(images/bt_contact_on.png);
	background-repeat:no-repeat;

	
}

#link-inscribete a:link{
	display:block;
	width:144px;
	height:40px;
	background-image:url(images/bt_inscribete.png);
	background-repeat:no-repeat;
	
}
#link-inscribete a:hover{
	display:block;
	width:144px;
	height:40px;
	background-image:url(images/bt_inscribete_on.png);
	background-repeat:no-repeat;

	
}


#header #sprites li{
	display:block;
}

#header #center{
	width:540px;
}

#header #left{
	width:180px;
	position:relative;
	top:15px;
}

#nav {
	margin:0;
	padding:0;
	height:36px;
	text-align:center;
}

#nav h5{
	display:none;
}
#nav ul{
	margin:0;
	padding:11px 0 0 0;
	font-size:13px;
}

#nav ul li{
	list-style:none;
	display:inline;
	border-right: 1px inset #999;
	margin: 0;
	padding: 0 10px;
}

#nav ul li a{
	color:#4D4D4D;
	text-decoration:none;
	padding: 8px 0;
}

#nav a:hover{
	color:#900;
	padding: 5px 0;
}
#nav img{
	margin:0;
	border:0;
	padding:0;
}

#frase{
	margin-top:0; 
	padding-left:130px; 
	font-family:arial,helvetica, sans; 
	color:#ffffff; 
	font-weight:bold; 
	font-size:28px;
}
/* 03 - Footer
--------------------------------------------------------------------------------------- */
#footer-back{
	background-image: url(background-pie.jpg);
	background-repeat: repeat-x;
	width: 100%;
	position: relative;
	background-color:#061f47;
}
#footer{
	width: 920px;  
	margin: 0 auto;
}
#footer #data{
	height:105px;
}

#footer #data p{
	font-size:12px;
	line-height:14px;
	float:left;
	margin: 10px 70px 10px 0;
	color:#FFF;
	text-align: left;	
}

#footer #secnav{
	height:33px;
	padding-top:5px;
}


#secnav p, #secnav a{
	display:inline;
	color:#66B6DA;
	font-size:12px;
	
}

#secnav a:hover{
	color:#CCC;
}

#secnav a{
	
	text-decoration:none;
}

/* 04 - Home Elements
--------------------------------------------------------------------------------------- */

/* #showcase - Flash*/

#showcase{
	height:247px;
}


#main{
	background-color:#FFF;
	background-image:url(images/shadow.jpg);
	background-repeat:repeat-x;
	text-align:center;
	margin:0 auto;
	padding:0;
	padding-top:20px;
	height:auto;
	overflow:hidden;
}

/* #main_highlight- Programas de Ingles*/

#main_highlight{
	height:255px;
	width:860px;
	background-color:#DE0000;
	margin: 0 auto;
	text-align:left;
	padding:0;
}

#main_highlight img{
	margin-top:3px;
	margin-left:2px;
}

#main_highlight #info{
	width:595px;
	height:170px;
	overflow:hidden;
	margin:10;
	padding:0;
	background-color:#FFF;
}

#main_highlight p{
	font-size:12px;
	margin:0;
	padding:5px 10px 0 10px;
	line-height:12px;
}

#main_highlight li{
	margin:0;
	padding:0 2px;
	list-style-image:url(images/bullet_list.png);
	border-bottom:1px solid #999;
	list-style-position:inside;
	font-size:12px;
	width:200px;
}

#main_highlight #info a{
	font-size:12px;
	text-decoration:none;
	color:#333;
}

#main_highlight #info a:hover{
	font-size:12px;
	text-decoration:none;
	color:#C00;
}



#main_highlight .vermas{
	margin-left:350px;
	vertical-align:bottom;
}


#main_double{
	width:860px;
	margin: 20px auto 0 auto;
	
}


/* #main_right - Novedades y Otras Secciones*/

.layout_home #main_right {
	width:360px; 
	margin:0;
	padding:0;
	text-align:left;
}


#main_right {
	width:330px;
	height:370px;
	margin: 0 0 0 30px;
}
#novedades{
	width:330px;
	height: auto;
	background-color:#219DDA;
	margin: 0 0 0 30px;
	padding-bottom:10px;
}
#main_right #novedades .titular{
	margin:10px 0 10px 10px;
}

#main_right #novedades img, #main_right #other_sec img{
	margin:10px 0 -3px 7px;
}

#main_right #novedades #display{
	background-color:#FFF;
	width:314px;
	overflow:hidden;
	margin-left:7px;
	padding:5px 0;
}

#main_right #other_sec{
	width:330px;
	height:210px;
	overflow:hidden;
	background-color:#666;
	margin: 20px 0 0 30px;
	padding:0;
	
}

#other_sec ul{
	margin:5px 0 0 5px;
	padding:0;
}
#other_sec a{
	font-size:14px;
	color:#FFF;
	text-decoration:none;
}
#other_sec a:hover{
	color:#BCDFE4;
}

#other_sec li{
	border-bottom:1px solid #999;
	width:297px;
	list-style:none;
	margin:5px 0 0 5px;
}


/* #main_left - Productos*/

.layout_home #main_left {
	width:500px;
	margin:0;
	padding:0;
	text-align:left;
} 

#main_left p{
	text-align:left;
	line-height:14px;
	margin:5px 5px;
}

#vermas{
	position:relative;
	top:0;
	left:0;
	cursor:pointer;
	border:0;
	margin:0 0 0 450px;
	padding:0;

}

.boxborder{
	border:3px solid #CCC;
	margin-bottom:20px;

}


/* #closure - Logos Organizaciones*/

#closure{
	height:220px;
	padding:20px 0 0 0;
}
#clear{
	clear: both;
}

/* 05 - Interna 1 Elements
--------------------------------------------------------------------------------------- */


/* 06 - Interna 2 Elements
--------------------------------------------------------------------------------------- */