ul									{ list-style: none; }
a 									{ text-decoration: none; }
/* 
	LEVEL ONE
*/
ul.dropdown                         {
	position: relative;
	background-color: #cf363b;
}
ul.dropdown li                      { font-weight: regular; font-family: Arial, Helvetica, sans-serif; float: left; background: #cf363b; text-decoration: none; }
ul.dropdown a:hover		            { color: #6f1e1f; font-weight: regular; } /* menu sobre */
ul.dropdown a:active                { color: #6f1e1f; }
ul.dropdown li a                    { display: block; padding: 4px 8px; border-right: 1px solid #6f1e1f; color: #ffffff; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #cf363b; position: relative; }
ul.dropdown li.hover a              { color: red; }

/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 190px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{ font-weight: normal; background: #cf363b; color: #FFFFFF; 
									  border-bottom: 1px solid #6f1e1f; float: none; }
						  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

/* 
aca empieza el css original
*/

body {  width: 780px;  margin: 0 auto;  padding:0;  font: 10px Arial,Helvetica,sans-serif; background: #bebebe;}
img { border: none; }
h1, h2, h3, h4, p, ul, ol, dl, li, dt, dd, div, form { margin: 0; padding: 0; }

/* Tipografias */
h1 { font: normal 27px/30px Arial, Helvetica, sans-serif; color:#333; }
h2 { font: normal 18px/24px Arial, Helvetica, sans-serif; color:#333; }
h3 {
	font: bold 13px/18px Arial, Helvetica, sans-serif;
	color:#333;
}
h4 { font: bold 12px/18px Arial, Helvetica, sans-serif; color:#333; }
p, .textoCMS, li { font: normal 11px/18px Arial, Helvetica, sans-serif; color:#333; }
.breadcrumbs { font: normal 10px/18px Arial, Helvetica, sans-serif; color:#333; margin: 0 0 10px; }
.textoCMS { margin: 20px 0 0;}


/* Links */
a { color: #cf363b; text-decoration: none; }
a:visited { color: #cf363b; text-decoration: none; }
a:hover { color: #9d2a2d; text-decoration: none; }
.rtim, .rtim a { display: block; overflow: hidden; font-size: 0; text-indent: -9999em; text-decoration: none; }

/* Layout */
#contenedor { position: relative; margin-left: -10px; padding: 0 10px; width: 780px; repeat-y left top; }
	#top { background: #cf363b; width: 780px}
	#contenido { background: #fff; overflow: hidden; padding: 30px 20px; width: 740px; }
	#pie { background: #9d2a2d background: /* url(fondo-pie.gif) repeat-x left top; padding: 20px 20px 10px; */ }

/* Top */
#top h1 a { width: 780px; height: 150px;	background: url(01img_top.jpg) no-repeat left top; }

/* Cajas home */
#cajas { height:1%; overflow: hidden; margin-bottom: 10px; }
#cajaJovenes, #cajaExtranjeros, #cajaVisit { width: 228px; float: left; margin-left: 10px; background: url(fondo-cajas-240.gif) repeat left bottom; padding: 0 6px 6px; height:217px;}
#cajaJovenes { margin: 0;}

#cajaJovenes h2 { width: 228px; height: 93px; background: url(h2-home-jovenes.gif) no-repeat left top; }
#cajaExtranjeros h2 { width: 228px; height: 124px; background: url(h2-home-residentes.gif) no-repeat left top; }
#cajaVisit h2  { width: 228px; height: 124px; background: url(h2-home-visitArgentina.gif) no-repeat left top; }

#cajas ul { margin: 0; padding: 0; list-style: none; }
#cajas li { margin: 0; padding: 0; }
#cajas li a { margin: 0; padding: 0; display: block; height: 31px; overflow: hidden; font-size: 0; text-indent: -9999em; text-decoration: none; }

#cajas #bot1 a { background: url(botonesCaja1.gif) no-repeat left 0px; }
#cajas #bot2 a { background: url(botonesCaja1.gif) no-repeat left -31px; }
#cajas #bot3 a { background: url(botonesCaja1.gif) no-repeat left -62px; }
#cajas #bot4 a { background: url(botonesCaja1.gif) no-repeat left -93px; }
#cajas #bot5 a { background: url(botonesCaja2-2.gif) no-repeat left 0px; }
#cajas #bot6 a { background: url(botonesCaja2-2.gif) no-repeat left -31px; }
#cajas #bot7 a { background: url(botonesCaja2-2.gif) no-repeat left -62px; }
#cajas #bot8 a { background: url(botonesCaja2-2.gif) no-repeat left -93px; }
#cajas #bot9 a { background: url(botonesCaja3.gif) no-repeat left 0px; }
#cajas #bot10 a { background: url(botonesCaja3.gif) no-repeat left -31px; }
#cajas #bot11 a { background: url(botonesCaja3.gif) no-repeat left -62px; }

#cajas #bot1 a:hover { background: url(botonesCaja1.gif) no-repeat right 0px; }
#cajas #bot2 a:hover { background: url(botonesCaja1.gif) no-repeat right -31px; }
#cajas #bot3 a:hover { background: url(botonesCaja1.gif) no-repeat right -62px; }
#cajas #bot4 a:hover { background: url(botonesCaja1.gif) no-repeat right -93px; }
#cajas #bot5 a:hover { background: url(botonesCaja2-2.gif) no-repeat right 0px; }
#cajas #bot6 a:hover { background: url(botonesCaja2-2.gif) no-repeat right -31px; }
#cajas #bot7 a:hover { background: url(botonesCaja2-2.gif) no-repeat right -62px; }
#cajas #bot8 a:hover { background: url(botonesCaja2-2.gif) no-repeat right -93px; }
#cajas #bot9 a:hover { background: url(botonesCaja3.gif) no-repeat right 0px; }
#cajas #bot10 a:hover { background: url(botonesCaja3.gif) no-repeat right -31px; }
#cajas #bot11 a:hover { background: url(botonesCaja3.gif) no-repeat right -62px; }

#oferta { width: 740px; background: url(OfertaDelMes-Bottom.gif) no-repeat left bottom; height: 1%; }
#oferta .padding { padding: 78px 40px 38px; background: url(OfertaDelMes-Top.gif) no-repeat left top; }

#destinos { width: 740px; margin: 40px 0 10px;}

/* Contenido */
.fotoGrande { float: right; margin: 10px 0 20px 20px;}

/* Menu Promociones */
.tdMenuPromociones { width: 180px;}
#menuPromociones { list-style: none; margin: 0; padding: 0; width: 156px; }
#menuPromociones li { border-bottom: 1px solid #CCCCCC; margin: 0; padding: 0; }
#menuPromociones li a { text-decoration: none; margin: 0; padding: 3px 0; display: block; }

/* Pie */
#pie p { margin: 0; font: normal 12px/20px Verdana, Arial, Helvetica, sans-serif; color: #fff;}
#pie a { color: #262C9B; text-decoration: none; }
#pie a:hover { text-decoration: underline; }
#pie .creditos { float: right; font: normal 10px/18px Verdana, Arial, Helvetica, sans-serif; }
#pie .creditos a { color: #0A6C92; }
#pie .estadisticas { float: right; margin-top: -41px; }

