/* CSS Document */
/** 
	Estilos para la pAgina principal
	Made by: Guillermo Gallardo
	Date: 14 Enero, 2008
**/
body { 
background-color: #A3D2DC;
background-image: url(images/background.jpg);
background-repeat: repeat-x;
font-size:11px;
font-family: tahoma, Helvetica, sans-serif;}
/** 
Estilos para los links
**/
a, a:active { color:#0d5160; text-decoration:none;}
a:hover { color: #FFFFFF;}

/** 
Estilos para textos
**/
.TitleText {font-size: 12px;}
.PackageTitle {font-size: 11px;color: #3191a6; font-weight:bold}
.PackagePrice {font-size: 18px;color: #fea203;}
.WhiteText {color: #FFFFFF; font-family:tahoma;}
.boxes {color: #000000;font-size: 10px; font-family:tahoma;}

/** 
Redondear Esquinas de las Fotos
**/

#imagewrapper1 a img {
border: none;
}

#imagewrapper1 {
position: relative;
float: left;
}

#imagewrapper1 span {
position: absolute;
z-index: 2;
height: 10px;
width: 10px;
}

.curve1 {
background: transparent url(images/topright.png) top right no-repeat;
top: 0;
right: 0;
}

.curve2 {
background: transparent url(images/topleft.png) top left no-repeat;
top: 0;
left: 0;
}

.curve3 {
background: transparent url(images/bottomright.png) bottom right no-repeat;
bottom: 0;
right: 0;
}

.curve4 {
background: transparent url(images/bottomleft.png) bottom left no-repeat;
bottom: 0;
left: 0;
}

#imagewrapper2{
position: relative;
float: left;
}

#imagewrapper2 span {
position: absolute;
z-index: 2;
height: 10px;
width: 10px;
}

#imagewrapper3{
position: relative;
float: left;
}

#imagewrapper3 span {
position: absolute;
z-index: 2;
height: 10px;
width: 10px;
}

#imagewrapper4{
position: relative;
float: left;
}

#imagewrapper4 span {
position: absolute;
z-index: 2;
height: 10px;
width: 10px;
}

#imagewrapper5{
position: relative;
float: left;
}

#imagewrapper5 span {
position: absolute;
z-index: 2;
height: 10px;
width: 10px;
}

#imagewrapper6{
position: relative;
float: left;
}

#imagewrapper6 span {
position: absolute;
z-index: 2;
height: 10px;
width: 10px;
}

.ttlogo{
	color:#0d5160;
	font-size:12px;
	text-decoration:none;
	letter-spacing:-1px;
	font-family: "Arial Black";
}