@charset "utf-8";

.general {
	background-image: url(../images/background.jpg);
	text-align: center;
	background-repeat: repeat-x;
	background-color: #5da0d0;
}

#wrap { 
	margin: 38px auto 0 auto;
	width: 867px;
	height: 587px;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-align: justify;
}

#codigo {
	padding: 2px 150px;
	color: #3366FF;
}

#top {
	width: 867px;
	height: 80px;
	float:left;
	background-image: url(../images/top.jpg);
}

#menu {
	width: 867px;
	height: 35px;
	float:left;
	background-image: url(../images/menu.jpg);
}

#spanish 
{
    width: 38px;
    height: 35px;
    background-image: url(../images/spanish.jpg);
    float:left;
    }
    
#french 
{
    width: 24px;
    height: 35px;
    background-image: url(../images/french.jpg);
    float:left;
    }

#english 
{
    width: 24px;
    height: 35px;
    background-image: url(../images/english.jpg);
    float:left;
    }

#roller {
	width: 867px;
	height: 145px;
	float:left;
	background-image: url(../images/roller.jpg);
}

#center {
	width: 867px;
	height: 297px;
	float:left;
	background-image: url(../images/center.jpg);
}

#baja {
	width: 867px;
	height: 30px;
	float:left;
	background-image: url(../images/baja.jpg);
}

.cajaTexto { 
	font-family: Verdana;
	font-size: 11px;
	text-align: justify;
	background-color: #FFFFff;
	color: #000000;
	border:1px solid black;
    padding:1px;
}

.botonesp { 
	font-family: Verdana;
	font-size: 11px;
	text-align: center;
	border:1px solid black;
	background-color:White;
	font-weight:bold;
	color:#283E26;
	text-decoration:none;
	padding:2px;
}

.colorblanco { 
	color:white;
}