@charset "utf-8";
/* CSS Document */

/*ESTILOS GENERALES */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:white;
}
body, html, p, td, th, select, input, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
td { padding:0; }
form { margin:0; }
.image { vertical-align:middle;}
a:link, a:visited { text-decoration:none; }
a:link { color:#33C; }
a:visited { color:#69F; }
a:hover, a:active {
	color:#C00;
	text-decoration:underline;
}
.whiteBorder { border:solid 1px white}
.orangeBorder { border:solid 1px #F90;}
.orangePastelBorder { border:solid 1px #FC6;}
.blueBorder { border:solid 1px #36F;}
h1 {
	font-size:11px;
	margin-top:30px;
	margin-bottom:30px;
	font-weight:bold;
}
.on { display:block; }
.off { display:none; }

.smallTxt { font-size:10px }

li { 
	list-style-image:url(../images/ico.gif);
	margin-top:8px;
	margin-bottom:8px;
 }
 
.orangeUnderline {
	font-weight:bold;
	border-bottom:1px solid #F90;
}

.orangePastelBk { background-color:#fc6 ;}


/*ESTILOS MENUS */
.languages {
	color:white;
	background-color:black;
	letter-spacing:1px;
	padding-left:4px;
	height:18px;
	border-bottom:1px solid white;
}
.languages a:link, .languages a:visited {
	color:#FFF;
	text-decoration:none;
}
.languages a:hover, .languages a:active {
	color:#FFF;
	text-decoration:underline;
}
.menuBk {
	background-color:#36F;
	height:22px;
}
.menuUp {
	color:white;
	padding-right:5px;
	padding-left:5px;
	height:22px;
	border-right:1px solid #36F;
	border-left:1px solid #36F;
}
.menuUp a:link, .menuUp a:visited {
	color:white;
	text-decoration:none;
}
.menuOver a:link, .menuOver a:visited, .menuOver a:hover, .menuOver a:active {
	color:white;
	background-color:#7698FF;
	text-decoration:none;
}
.menuOver {
	color:white;
	background-color:#7698FF;
	border-right:1px solid white;
	border-left:1px solid white;
	padding-right:5px;
	padding-left:5px;
	height:22px;
}

/* ESTILOS FOTOS */

.photoTop, .photoTop2, .photoTop3, .photoTop4, .photoTop5, .photoTop6, .photoTop7, .photoTop8, .photoTips, .photoTopInfo {
	height:143px;
	background-image:url(../images/top01.jpg);
	border-bottom:1px solid white;
}
.photoTop { background-image:url(../images/top01.jpg); }
.photoTop2 {background-image:url(../images/top02.jpg); }
.photoTop3 {background-image:url(../images/top03.jpg); }
.photoTop4 {background-image:url(../images/top04.jpg); }
.photoTop5 {background-image:url(../images/top05.jpg); }
.photoTop6 {background-image:url(../images/top06.jpg); }
.photoTop7 {background-image:url(../images/top07.jpg); }
.photoTop8 {background-image:url(../images/top08.jpg); }
.photoTopTips {background-image:url(../images/topTips.jpg); }
.photoTopInfo {background-image:url(../images/topInfo.jpg); }


.caption { margin-bottom:3px;}
.fotoLeft {
	float:left;
	margin-right:10px;
}
.fotoRight {
	float:right;
	margin-left:10px;
}

/*ELEMENTOS PAGINAS */
.pie { 
	background-color:black;
	padding-right:4px;
	padding-left:4px;
	color:white;
	font-size:10px;
	height:18px;
}
.pie a:link, .pie a:visited {
	color:white;
	text-decoration:none;
}
.pie a:hover, .pie a:active {
	color:white;
	text-decoration:underline;
}

.note {
	color:#999;
	font-size:10px;
}

#main { 
	height:206px;
	vertical-align:top;
	padding-right:20px;
	padding-left:20px;
}
#right { width:340px;}
#left, #right {
	padding:15px 15px 15px 15px;
	vertical-align:top;
}
.header {
	background-color:#F90;
	color:white;
	font-weight:bold;
	text-align:center;
	height:17px;
}
.orange, .orangeB { color:#F90; }
.black, .blackB { color:black;}
.white, .whiteB { color:white;}
.orangeB, .blackB, whiteB { font-weight:bold;}
.orangeFrame, .orangeFrameColored { 
	border:1px solid #F90;
	padding:5px;
}
.orangeFrameColored, .selectOrange { background-color:#FC6 }
.orangeFrameColoredOn {
	color:white;
	background-color:#f90;
	border:1px solid #F90;
	padding:5px;
}
.orangeFrameColored a:link, .orangeFrameColored a:visited {
	color:black;
	text-decoration:none;
}
.orangeFrameColored a:hover, .orangeFrameColored a:active, .orangeFrameColoredOn a:link, .orangeFrameColoredOn a:visited, .orangeFrameColoredOn a:hover, .orangeFrameColoredOn a:active {
	color:white;
	text-decoration:none;
	cursor:hand;
	cursor:pointer;
}

.buttonSearch1 {
	padding:3px 5px;
	border:solid 1px #f90; 
	color:#fff; 
	background-color:#f90;
	font-weight:bold;
}
.buttonSearch1 a:link, .buttonSearch1 a:visited { 
	color:#fff;
	text-decoration:none;
}
.buttonSearch1 a:hover, .buttonSearch1 a:active { 
	color:#fff;
	text-decoration:none;
}
.buttonSearch2 {
	padding:3px 5px;
	border:solid 1px #f90; 
	color:#f90; 
	background-color:#fc6;
	font-weight:bold;
}
.buttonSearch2 a:link, .buttonSearch2 a:visited { 
	color:#f90;
	text-decoration:none;
}
.buttonSearch2 a:hover, .buttonSearch2 a:active { 
	color:#000; 
	text-decoration:none;
}

/*ELEMENTOS DE FORMULARIOS*/
.buttonOrange {
	color:white;
	background-color:#f90;
	font-weight:bold;
	border:2px outset #f90;
	margin-top:3px;
	margin-bottom:3px;
}
.buttonOrangePastel {
	color:#f60;
	background-color:#fc6;
	font-weight:bold;
	border:2px outset #fc6;
	margin-top:3px;
	margin-bottom:3px;
}
.inputOrange { 
	background-color:#FC6;
	border:1px inset #f90;
}
