/*
PROJECT: Esmeta 2008
AUTHOR: Juan Antonio Breņa Moral
EMAIL: bren@juanantonio.info
DESCRIPTION: CSS file for Sat-Madrid Project
CREATION DATE 01/11/2008
LAST UPDATE: 01/11/2008
*/

/********************
***** HTML TAGS *****
********************/

body {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
} 

img{
	border: 0px none;
}

table{
	border: 0px none;
}

/*****************************
***** WEB SITE STRUCTURE *****
*****************************/



/******************
***** LEVEL 1 *****
******************/

#n1{
	position: relative;
	left: 25px;
	top: 25px;
	width: 980px;
}

#logo{
	position: relative;
	left: 0px;
	top: 0px;
}

#telefono{
	position: absolute;
	left: 620px;
	top: 20px;
}

#ns1{
	position: relative;
	left: 0px;
	top: 10px;
}





/******************
***** LEVEL 2 *****
******************/

#n2{
	position: relative;
	left: 25px;
	top: 45px;
	width: 980px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

img.banner{
	border-bottom: 5px solid white;
}

table.modulo{
	width: 225px;
}

table.modulo2{
	border-left: 5px solid white; 
}

td.areaTitle{
	width: 100%;
	background-color: #c9d3f6;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 10px;
	height: 25px;
	border-bottom: 1px solid white;
}

td.rowAbout{
	width: 100%;
	background-color: #ebebeb;
	color: #333333;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	border-bottom: 3px solid white;
}

td.rowOption{
	width: 100%;
	background-color: #ebebeb;
	color: #333333;
	padding-left: 10px;
	height: 25px;
	border-bottom: 1px solid white;
}

a.ns2Link{
	color: #333333;
}

a.ns2Link:link {
	text-decoration: none;
} 
a.ns2Link:visited {
	text-decoration: none;
} 
a.ns2Link:hover {
	text-decoration: underline;
}

td.rowLastOption{
	width: 100%;
	background-color: #ebebeb;
	color: #333333;
	padding-left: 10px;
	height: 25px;
	border-bottom: 3px solid white;
}

td.contents{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

h1{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

h2{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: red;
}

h3{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ff6600;
}

#breadCrumbs {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: right;
	/*margin-top: 10px;*/
}


input.contactoInput{
	width:240px;
	padding-left:10px;
}

textarea.contactoInput{
	width:250px;
	height:100px;
}

/******************
***** LEVEL 3 *****
******************/

#footer{
	position: relative;
	left: 30px;
	top: 45px;
	width: 980px;
}

