/* CSS Document */
/*import*/
@import url('tellafriend.css');

/*********************Estilos para Etiquetas**********************/
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
body {
	background-color:#CCCCCC;
	background-image:url(img_constantes/canvas_bg.gif);
	background-repeat:repeat-y;
	background-position:top center;
}
*html #canvas {
	height:100%; /* IE */
}
body>#canvas {
	min-height:100%; /* Mozilla & Geeko */
}
textarea { font-family:Arial, Helvetica, sans-serif; }
/*****************************************************************/

/***********************Estilos para Id's*************************/
/*LPURL*/
/*
#lpurl{
	position:absolute;
	top:10px;
	left:50%;
	margin-left:435px;
}
/**/
/*
#lpurl{
	position:absolute;
	top:10px;
	right: 13px;
	width: 39px;
}
/**/

/*CANVAS*/
#canvas {
	position:relative;
	width:875px;
	padding-left:32px;
	padding-right:60px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position:relative;
	background-image:url(img_constantes/lpurl.gif);
	background-repeat:no-repeat;
	background-position:right top;
}

/*CABECERA*/
#cabecera {
	position:relative;
	height:110px;
	background-image:url(img_constantes/cabecera_bg.gif);
	background-repeat:no-repeat;
	background-position:center;
}
/*Favoritos*/
#favoritos{
	position:absolute;
	width:100px;
	top:10px;
	right:10px;
	padding-left:20px;
	background-image:url(img_constantes/Favoritos_bg.gif);
	background-repeat:no-repeat;
}
#favoritos a{
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
	color:#F48342;
	font-size:14px;
	font-weight:bold;
}
#favoritos a:hover {
	text-decoration:underline;
}
	

/*#cabecera h1{
	position:absolute;
	top:-1000px;
}*/

/*MENU PRINCIPAL*/
#menuPrincipal {
}

#menuPrincipal ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size:12px;
}
#menuPrincipal ul li {
	float:left;
}
#menuPrincipal ul a{
	display:block;
	width:82px;
	padding:3px 10px;
	/*margin-right:3px;*/
	background-color:#FFD39B;
	text-decoration:none;
	text-align:center;
	color:#000000;
	font-weight:bold;
	background-image: url(img_constantes/menuprincipal_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	border-bottom:solid 1px #914800;
	border-right:solid 1px #914800;
	border-left:solid 1px #FFD1A4;
	border-top:solid 1px #FFD1A4;
}
#menuPrincipal ul a:hover, #menuPrincipal ul a.active{
	background-color:#FFFFFF;
	background-image: url(img_constantes/menuprincipal_bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
/*SUBMENU*/
#subMenu ul {
	list-style:none;
	margin:0;
	padding:0;
}
#subMenu li {
	float:left;
}
#subMenu ul li a {
	display:block;
	margin-right:5px;
	padding:2px 4px;
	padding-left:13px;
	background-image:url(img_constantes/subMenu_bg.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-decoration:none;
	color:#F48342;
	font-size:11px;
	font-weight:bold;
}
#subMenu ul li a:hover, #subMenu ul li .active {
	background-image:url(img_constantes/subMenuhover_bg.gif);
	background-color:#D0D2D3;
	color:#FFFFFF;
}
 .program {
	margin-left:208px;
}
 .amigos {
 	margin-left:312px;
 }
 .enrolment {
 	margin-left:416px;
 }

/*CONTENIDO*/
#contenido {
	position:relative;
	/*height:210px;*/
	margin-top:15px;
	padding-bottom:70px;
	background-image:url(img_constantes/contenido_bg.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
}

/*FOTOS*/
#fotos {
	float:left;
	width:120px;
	border-top:solid 3px #F48342;
	text-align:right;
	padding-top: 10px;
	padding-right: 10px;
}
#fotos img {
	margin-top:10px;
}

/*CALIFICAR*/
#calificar {
	/*position:absolute;
	top:320px;
	left:32px;*/
	width:120px;
	/*padding-right: 10px;*/
	padding-left:5px;
	padding-top:10px;
	margin-top:10px;
	border-top:solid 3px #F48342;
	color:#666666;
	font-weight:bold;
}
#calificar h1 {
	margin-bottom:4px;
	text-align:center;
	color:#F48342;
	font-size:14px;
	font-weight:bold;
}
#calificar h2 {
	margin-top:15px;
	margin-bottom:8px;
	text-align:center;
	color:#F48342;
	font-size:12px;
	font-weight:bold;
}
#calificar p {
	font-size:12px;
	margin:0px;
	padding:0px;
}

#calificar #form1 {
	display:block;
	width:120px;
}
#calificar #form1 table td {
	height:15px;
	text-align:center;
}
#calificar #form1 textarea {
	height:100px;
	width:120px;
	margin-bottom:10px;
	font-size:12px;
}
#calificar .submitt {
	float:right;
}

/*PRINCIPAL*/
#principal {
	float:left;
	width:575px;
	margin-left:10px;
	padding-bottom:80px;
}
#principal h1#seccion {
	margin:0;
	padding:0;
	margin-top:5px;
	margin-bottom:8px;
	color:#EF5D14;
	font-size:24px;
	font-weight:bold;
}
#principal ol li {
	margin:5px 0;
}
/*SUBMENU DENTRO DE PRINCIPAL: cont_subnav y cont_subnav2*/
ul#cont_subnav, ul#cont_subnav li{
	margin:0; padding:0; list-style:none;
}
ul#cont_subnav li {
	margin:3px;
	border:solid 1px #372511;
	width:250px;
	height:150px;
	float:left;	
	background-repeat:no-repeat;
	background-position:-30px -40px;
	/*
	IMPORTANTE:
	La imagen de fondo se pone dinámicamente vía PHP en el archivo "index_contenido_submenu.php" en UL#cont_subnav LI A
	*/
}
ul#cont_subnav li h2{
	margin:0;padding:0;
	width:250px;
	font-weight:normal;	font-size:17px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
ul#cont_subnav li h2 a{
	color:#372511;
	background-color:#FFFFFF;
	border-bottom:solid 1px #372511;
	padding:5px;
	text-decoration:none;
	display:block;
	width:240px;
}
ul#cont_subnav li h2 a:hover{
	color:#372511;
	background-color:#FFBE00;
	border-bottom:solid 1px #372511;
	padding:5px;
	text-decoration:none;
	display:block;
	width:240px;
}

/*FOTOS2*/
#fotos2 {
	float:right;
	width:150px;
	padding-bottom:5px;
	border-bottom:solid 3px #F48342;
}


/*LANGSWITCH*/


/*BREADCRUMBS*/
#breadcrumbs {
	color:#F48342;
}
#breadcrumbs a{
	text-decoration:none;
	color:#F48342;
}
#breadcrumbs a:hover {
	color:#000000;
}	

/*FIRMA*/
#firma {
	position:absolute;
	bottom:8px;
	right:65px;
	text-align:right;
	color:#000000;
	font-size:10px;
	width:150px;
}
#firma img {vertical-align: middle;}

/*GRACIAS AL HACER CONTACTO*/
#contact {
	
}

/*CLIMA*/
#wx_module_8667 {
	position:absolute;
	left:40px;
	bottom:10px;
}

/************************* Estilos de clases ***********************/

.clearboth {clear:both;}
