/*
 *
 * CSS file
 *
 * @author Laurita
 *
 */
/* ejemplo de uso:
 * querés cambiar el tamaño de la fuente de la navegación por categorías,
 * entonces agarrás el archivo main.css, buscás la declaración de esos estilo ( div#categoriesNavigation )
 *
div#categoriesNavigation {
	width: 180px;
	height: 316px;
	float: right;
	background: url(../images/bg_categories_nav.jpg);
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}
 *
 * la copiás en este archivo y dejás SÓLO lo que necesites cambiar (con el nuevo valor), en este caso:
 *
 *
div#categoriesNavigation {
	font-size: 1500px;
}
 *
 * nota: no se lastimaron fuentes en la grabación de este tutorial
 *
 * te exhorto a que te instalés el plugin de FFOX "webdeveloper toolbar": https://addons.mozilla.org/en-US/firefox/addon/60
 * y una vez instalado presiones "CTRL + SHIFT + F", lo que te permite saber qué es cada cosa de la página (clase, id, etc)
 * al pasar el mouse por encima, entre otras miles de cosas
*/
div.announce {
	width: 275px;
	border: 1px solid #333333;
	background-image: url(../images/bg_announce.jpg);
	background-repeat: repeat;
}
div.announce img {
}
div.fichadesc {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #000000;
	text-align: left;
	text-indent: 8px;
	height: 18px;
}
/*
=INVESTSPAIN
*/
body#site-propertyInvestmentSpain div#innerContent h1 {
	height: 30px;
	padding-top: 10px;
	background: url(../images/line_white.jpg) repeat-x bottom;
}
body#site-propertyInvestmentSpain div#innerContent h2 {
	height: 25px;
	background: url(../images/line_white.jpg) repeat-x bottom;
}
/*
=INVESTEGYPT
*/
body#site-investEgypt div#wrapper {
}
/*
=EGYPTIANEXPERIENCE
*/
body#site-egyptianExperience div#wrapper {
}
body#site-egyptianExperience div.announce {
	width: 200px;
	margin-left: 10px;
}
/*
=EGYPTIANEXPERIENCEFULL
*/
body#site-egyptianExperienceFull div#wrapper {
}
body#site-egyptianExperienceFull div#innerContent {
}
div.announceFullExp {
	width:460px;
	border: 1px solid #333333;
	background-image: url(../images/bg_announce.jpg);
	background-repeat: repeat;
}
div.contact {
	width:800px;
	border: 1px solid #333333;
	background-image: url(../images/bg_announce.jpg);
	background-repeat: repeat;
}
div.line {
	height:18px;
	background: url(../images/line_white.jpg) repeat-x bottom;
	width: 800px;
}
/*
=COMPLEXSHARMSHEIKH
*/
body#site-complexSharmSheikh div#wrapper {
}
body#site-complexSharmSheikh div#innerContent {
}
div.announceSheikh {
	width:484px;
	border: 1px solid #333333;
	background-image: url(../images/bg_announce.jpg);
	background-repeat: repeat;
}
/*
=COMPLEXHURGHADA
*/
body#site-complexHurghada div#wrapper {
}
body#site-complexHurghada div#innerContent {
}
div.announceHurghada {
	width:484px;
	border: 1px solid #333333;
	background-image: url(../images/bg_announce.jpg);
	background-repeat: repeat;
}
/*
=COMPLEXLUXOR
*/
body#site-complexLuxor div#wrapper {
}
body#site-complexLuxor div#innerContent {
}
div.announceLuxor {
	width:484px;
	border: 1px solid #333333;
	background-image: url(../images/bg_announce.jpg);
	background-repeat: repeat;
}
div.announceLuxor2 {
	width:200px;
	border: 1px solid #333333;
	background-image: url(../images/bg_announce.jpg);
	background-repeat: repeat;
}
/*
=HOME
*/
body#site-index ul#slideshow {
	margin-left: 0;
}
/*
=MOREINFO
*/
div#propertyDetails p.more_info a:link,
div#propertyDetails p.more_info a:visited {
	color: #F00;
	text-decoration: none;
}
div#propertyDetails p.more_info a:hover {
	text-decoration: underline;
}
div#propertyDetails p.more_info {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
}
/*
=LINKS
*/
body#site-links div#innerContent p {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #333;
}
body#site-links div#innerContent a:link,
body#site-links div#innerContent a:visited {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #F00;
	text-decoration: none;
}
body#site-links div#innerContent a:hover {
	text-decoration: underline;
}
/*
=CREDITS
*/
/*
body#site-credits div#innerContent p {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #333;
}
*/
body#site-credits div#innerContent a:link,
body#site-credits div#innerContent a:visited {
	color: #F00;
	text-decoration: none;
}
body#site-credits div#innerContent a:hover {
	text-decoration: underline;
}
div.logos {
	border: 1px solid #333333;
	height: 70px;
	width: 280px;
}
