/*	*************************************************************/
/*  Hoja de estilo principal									*/
/*	*************************************************************/
body
{
    background-color: #3A5D73;
    color: #9CC2DD;
    font-family: tahoma;
    font-size: 12px;
    padding: 0;
    margin: 0;
    line-height: 16px;
    text-align: center;
}
/*	***************************	*/
/*  Plantilla					*/
/*	***************************	*/
#bodycontent
{
    position: relative;
    margin: 0px auto;
    width: 770px;
    margin-top: 20px;
}
#toppane
{
    position: absolute;
    top: 0px;
    left: 0px;
}
#tp1
{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 167px;
    width: 167px;
    background-image: url(images/logo.jpg);
}
#tp2
{
    position: absolute;
    top: 0px;
    left: 170px;
    height: 167px;
    width: 600px;
    background-image: url(images/bg_top.gif);
}
#contentpane
{
    position: absolute;
    top: 167px;
    left: 0px;
    margin: 0px 0px 0px 0px;
    padding: 0;
    text-align: left;
}
#cp1
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 167px;
    height: 100%;
}
#cp2
{
    position: relative;
    top: 0px;
    left: 170px;
    width: 600px;
    height: 100%;
    background-color: #33556B;
}
#bottompane
{
    position: relative;
    top: 0px;
    left: 0px;
    border-right: #f8f8ff thin solid;
    border-top: #f8f8ff thin solid;
    border-left: #f8f8ff thin solid;
    border-bottom: #f8f8ff thin solid;
    margin-bottom: 20px;
    padding: 0 5px;
    font-size: 11px;
}
#bp1
{
    line-height: 25px;
    text-align: center;
}
#bp2
{
    line-height: 25px;
    text-align: center;
}
.leftpane
{
    position: absolute;
    top: 230px;
    left: 0px;
    width: 167px;
}
.promo
{
    background: url(images/promo.png) no-repeat top center;
    height: 210px;
}
.wifi
{
    background: url(images/wifi.png) no-repeat top center;
    margin: 20px 0 0 0;
    height: 150px;
}
.leftimg
{
    float: left;
    padding: 5px;
}
.rightimg
{
    float: right;
    padding: 5px;
}
.map
{
    width: 500px; 
    height: 500px;
	border: 6px solid #FFFFFF;
	margin: 10px;
	text-align: center;
}
.divmap
{
	margin: 5px;
    width: 250px; 
    height: 180px;
}
.imagemap
{
	border: 6px solid #999999;
}

/*	***************************	*/
/*  Contenido					*/
/*	***************************	*/
#content1
{
    position: relative;
    top: 0px;
    left: 0px;
}
#content2
{
    position: relative;
    top: 0px;
    left: 0px;
}
#content3
{
    position: relative;
    top: 0px;
    left: 0px;
    padding: 20px;
}
/*	***************************	*/
/*  Contenido de Páginas        */
/*	***************************	*/

/*	***************************	*/
/*  Clases Generales			*/
/*	***************************	*/

/*	***************************	*/
/*  Estilos Generales			*/
/*	***************************	*/

.style1
{
	color: #A9FF00;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}
.style2
{
	color: #A9FF00;
	text-decoration: none;
	font-size: 12px;
}
.style3
{
	color: #333333;
	text-decoration: none;
	font-size: 14px;
	border: thin solid #006699;
}
.blue
{
    color: #9CC2DD;
    text-decoration: none;
}
.white
{
    color: #ffffff;
    text-decoration: none;
}
a
{
    color: #ffffff;
    text-decoration: underline;
}
.form
{
    width: 206px;
    height: 20px;
    font-family: tahoma;
    font-size: 13px;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
    background-color: #33556B;
    color: #ffffff;
    margin-left: 0px;
    margin-right: 0px;
}
.textarea
{
    width: 200px;
    height: 143px;
    font-family: tahoma;
    font-size: 13px;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
    background-color: #33556B;
    color: #ffffff;
    overflow: auto;
    margin-left: 0px;
    margin-right: 0px;
}
.u
{
    text-decoration: underline;
}
.nu
{
    text-decoration: none;
}
.t
{
    text-transform: uppercase;
}

a:hover
{
    text-decoration: none;
}
.a:hover
{
    text-decoration: none;
}
.line
{
    background-image: url(images/line.gif);
    width: 161px;
    height: 2px;
    margin-top: 3px;
    margin-bottom: 9px;
    margin-left: 44px;
}
.content
{
    background-position: center bottom;
    background-image: url(images/line_hor.jpg);
    background-repeat: no-repeat;
    padding: 40px;
    margin-bottom: 0px;
}
.styleimg1
{
    width: 220px;
    height: 295px;
	float:right;
    background-image: url(images/marco_foto.jpg);
}
.styleimg2
{
    border: medium solid #333333;
}
.img
{
    margin: 5px;
}
.styleimg3
{
	border: 6px solid #FFFFFF;
	margin: 10px;
}
/*    
border: #66ff33 1px solid;
margin: -1px;
*/

