/* Diseñado para 2nd China Spain
por MAFS DISSENY www.mafsdisseny.com */


/* Elements */

*{	margin: 0;
	padding: 0;
	}* 

body {
	background: #fff url(../images/fondo-web2.png) repeat-x;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height:1.5em;
	color: #666;
}

h1 {
}

h2 {
	margin-top: 0px;
}

h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p {
	margin-bottom: 14px;
}

ol, ul, dl, blockquote {
}

a {
	color: #900;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 720px;
	height: 251px;
	margin: 0px auto;
	background-image: url(../images/header-2ndchispas.jpg);
}

#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
{
	padding:0px 11px;
	margin:0;
	list-style:none;
	width:auto;
	position:relative;
	display:block;
	height:50px;
	font-size:11px;
	/*font-weight:bold;*/
	background:transparent url(../images/menu-bg.png) repeat-x top left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	/*	border-bottom:1px solid #000000;*/
	/*border-top:1px solid #999999;*/
}

#menu li
{
	display:block;
	float:left;
	margin:0;
	padding:15px 8px 0 8px;
	border-right:1px solid #900;
}
	
#menu li a
{
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	/*font-weight:bold;*/
}
	
#menu li a:hover
{	
	color:#FCDB11;
	padding-bottom: 0px;
	border-bottom:2px solid #FCDB11;
	/*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: 0px 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: 0px 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: 190px;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 10px;
	/*margin-right:10px;*/
}

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

#colTwo {
	float: right;
	width: 454px;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	border-left: 1px solid #eFeFeF; 
}

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

#colOne 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: url(../images/bullet-h2.png) no-repeat left top;	/*	background-color: #B2D4F7;*/
	padding: 5px 0px 10px 2px;
	/*text-transform: uppercase;*/
	font:bold 1.4em Arial;
	color: #C00;
	text-indent: 18px;
	text-shadow: #fff 1px 1px 1px;
	padding-left: 8px;
	padding-top: 0px;
}

#content h3 {
	color: #C00;
}

#content-gallery h2 {
	background: url(../images/camera-bullet.png) no-repeat left top;	/*	background-color: #B2D4F7;*/
	padding: 5px 0px 5px 2px;
	/*text-transform: uppercase;*/
	font:bold 1.4em Arial;
	color: #C00;
	text-indent: 18px;
	text-shadow: #fff 1px 1px 1px;
	padding-left: 8px;
	padding-top: 0px;
}

#content-gallery h3 {
	color: #666;
	text-indent: 28px;
	padding-bottom: 10px;
}

#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: #c00 url('../images/a8.png') top left repeat-x;
	border-right: solid 1px #fff;
}

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

#content table tr.rowA
{
	background: #fff/* url('../images/a7.png') top left repeat-x*/;
	border-top: solid 1px #fff;
	color: #c00;
}
#content table tr.rowA .hora
{
	background: #C00;
	border: none;
	padding: 0px 5px 0px 5px;
	margin-right: 5px;
	color: #fff;
}

#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 tr.rowB
{
	background: #fff;
	border-bottom: solid 1px #c00;
	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: #fff;
	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.rowC
{
	background: #FFF;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #c00;
	color: #06C;
	height: 40px;
}
#content table tr.rowC .hora
{
	background: #06C;
	border: none;
	padding: 0px 5px 0px 5px;
	margin-right: 5px;
	color: #fff;
}

#content table tr.rowC-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: #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;
}

#contactform
{
	background: #F9D3CE;
	padding: 8px;
}
#contact-invoice
{
	border: #fff solid 1px;
	background: #E6C8C8;
	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: 120px;
	border-top:1px solid #efefef;
	background: url(../images/footer-logos.gif) no-repeat top;
}

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

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

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

/* header links */
#header-links {
	padding-top: 200px;
	padding-left: 8px;
	color: #fff;
	font: bold 1.2em Arial, Helvetica, sans-serif;
}
#header-links a {	
	color: #c00;
	background: url(../images/regis-button.png) no-repeat top;
	padding: 20px 40px 60px 40px;
	text-shadow: #fff 1px 1px 1px;
}
#header-links a:hover {
	color: #900;
	text-shadow: #F90 -1px -1px 1px;
}
