/* Diseñado para ICIQ sumerschool 2009
por MAFS DISSENY www.mafsdisseny.com */


/* Elements */

body {
	background: #3399ff url(../images/img1.jpg) repeat-x;
	text-align: justify;
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}

h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #1B4978;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 720px;
	height: 100px;
	margin: 0px auto;
	background-image: url(../images/logo-ss-2011.gif);
}

#header h1 {
	float: left;
	margin: 0px;
	padding-top: 20px;
	font-size: 42px;
	letter-spacing: -2px;
}

#header h2 {
	float: right;
	margin: 10px 0px 0px 0px;
	padding-top: 28px;
	font-size: 16px;
	letter-spacing: -1px;
	color: #000;
}

#header a {
	text-decoration: none;
	color: #000;
}

/*---version dos del menu */

#menu {
	width: 720px;
	margin: 0px auto;
}

#menu ul
{
	margin:0;
	padding:0;
	list-style:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	font-size:12px;
	font-weight:bold;
	background:transparent url(../images/nav_bg.png) repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
/*	border-bottom:1px solid #000000;*/
	border-top:1px solid #999999;
}

#menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
#menu li a
{
	display:block;
	float:left;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	padding:8px 9px 0 9px;
}
	
#menu li a:hover
{	
	color:#FFFFFF;
	height:22px;
	background:transparent url(../images/nav_bg.png) 0px -30px no-repeat;		
}
	

#menu li a.current
{
	display:inline;
	height:22px;
	background:transparent url(../images/nav_bg.png) 0px -30px no-repeat;	
	float:left;
	margin:0;
}

/* ----- Gallery prueba */

.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	padding: 10px;
	margin: 0;
	float: left;
	position: relative;
	width: 180px;
	height: 130px;
}
.gallery img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 5px;
}
.gallery li:hover img {
	border-color: #999;
}
.gallery em {
	width: 102px;
	background: url(../images/bubble.gif) no-repeat;
	padding: 3px 0 6px;
	display: none;
	position: absolute;
	top: -2px;
	left: 50px;
	font-style: normal;
	text-align: center;
}
.gallery a {
	text-decoration: none;
	color: #000;
}
.gallery a:hover em {
	display: block;
} 

.gallery-g {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery-g li {
	padding: 5px;
	margin: 0px, 0px, 0px, 0px;
	float: left;
	position: relative;
	width: 152px;
	height: 110px;
}
.gallery-g img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 5px;
}
.gallery-g li:hover img {
	border-color: #999;
}
.gallery-g em {
	width: 102px;
	background: url(../images/bubble.gif) no-repeat;
	padding: 3px 0 6px;
	display: none;
	position: absolute;
	top: -2px;
	left: 30px;
	font-style: normal;
	text-align: center;
}
.gallery-g a {
	text-decoration: none;
	color: #000;
}
.gallery-g a:hover em {
	display: block;
} 
                    
/*fin del menu version 2 */

/* Menu priginal

#menu {
	width: 720px;
	height: 30px;
	margin: 0px auto;
	
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	/*width: 80px;
	padding: 5px 7px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: #EEEEEE;
}

#menu a:hover {
	background: #CCCCCC;
}*/

/* Content */

#content {
	width: 720px;
	margin: 0px auto;
	padding: 2px 0px 0px 0px;
	background-image: url(../images/fondo-content.gif);
}

#content-gallery {
	width: 720px;
	margin: 0px auto;
	padding: 2px 0px 0px 0px;
	background-color:#FFF;
}

#colOne {
	float: left;
	width: 450px;
	margin-top: 20px;
	padding-right: 10px;
	padding-left: 20px;
}

#colOne-program {
	float: left;
	width: 690px;
	margin-top: 20px;
	padding-right: 10px;
	padding-left: 20px;
}

#colTwo {
	float: right;
	width: 200px;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

#colGallery {
	float: left;
	width: 680px;
	margin-top: 20px;
	padding-right: 10px;
	padding-left: 20px;
}
#termsofuse {
	float: left;
	width: 640px;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 40px;
}


#colTwo ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

.marco2 { 
   padding:5px; 
   background-color: #f5f5f5; 
   width: 200px; 
   border-bottom: 1px solid #999999; 
   border-right: 1px solid #999999; 
} 

#content h1 {
	background-color: #B2D4F7;
	padding: 5px 0px 5px 5px;
	color: #173E68;
}

#content h2 {
	background-image: url(../images/underline.gif);
	background-repeat: no-repeat;
	/*	background-color: #B2D4F7;*/
	padding: 5px 0px 5px 2px;
	text-transform: uppercase;
	font-size: 16px;
	color: #39F;
}

#content h3 {
	color: #2F73B8;
}

#content-gallery h3 {
	color: #2F73B8;
}

#content h4 {
	padding: 5px 0px 0px 5px;
	text-transform: uppercase;
	font-size: 16px;
	color: #06F;
	background-image: url(../images/underline.gif);
	background-repeat: no-repeat;
}

/* Prueba de tabla det¡ntro de content */
#content table
{
	margin-bottom: 1.5em;
	border-collapse: collapse;
	text-align: left;
}

#content table.program
{
	margin-bottom: 1.5em;
	border-collapse: collapse;
	text-align: center;
	border: solid 1px #ccc;
}
#content table.program td
{
	padding: 0.3em;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
#content table th
{
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.3em;
	border-right: solid 1px #fff;
}

#content table tr.rowH
{
	color: #fff;
	background: #006192 url('../images/a8.gif') top left repeat-x;
	border-right: solid 1px #fff;
}

#content table tr.rowH-Program
{
	color: #fff;
	background: #006192 url('../images/a8.gif') top left repeat-x;
	border: solid 1px #fff;
}

#content table tr.rowA
{
	background: #F8F8F8 url('../images/a6.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}
#content table tr.rowA-Program
{
	background: #ddd;
	border: solid 1px #ccc;
	color: inherit;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:11px;
	line-height:1.5em;
}
#content table td.rowA-Program
{
	background: #ddd;
	border: solid 1px #ccc;
	color: inherit;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:11px;
	line-height:1.5em;
}
#content table td.rowC-Program
{
	background: #bbb;
	border: solid 1px #ccc;
	color: inherit;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:11px;
	line-height:1.5em;
}
#content table tr.rowB
{
	background: #FDFDFD url('../images/a7.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:11px;
	line-height:1.5em;
}
#content table tr.rowB-Program
{
	background: #FDFDFD url('../images/a7.gif') top left repeat-x;
	border: solid 1px #ccc;
	color: inherit;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:11px;
	line-height:1.5em;
}


#contactform
{
	background: #CCECFE;
	padding: 5px;
}
#contact-invoice
{
	border: #fff solid 1px;
	background: #ddeaf2;
	padding: 5px;
	font-size:10px;
}

/* Fin de prueba de tabla dentro de content*/
/* Footer */

#footer {
	width: 720px;
	margin: 0px auto;
	padding: 3px 0px 0px 0px;
	height: 80px;
	border-top:1px solid #efefef;
	background: url(../images/propuesta-footer.jpg) no-repeat top;
}

#footer p {
	margin: 0px;
	padding-top: 15px;
	padding-bottom:15px;
	padding-left:20px;
	text-align: left;
	font-size: 11px;
	color: #999999;
}

#footer a {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	color: #333333;
}
