body {
	margin: 0 auto;
	background-color:#f1efef;
	text-align: center;
	width:820px;
	font-family: "Trebuchet MS", Verdana,Tahoma,Helvetica,Arial ;
}

p{
	margin-left:5px;
}

#cuerpo {
	margin: 0 auto;
	text-align:left;
}

#header {
	height:90px;
	text-align: left;
	border-bottom:1px gray dashed;
	margin-left: 15px;
	width:790px;
}
	
	#header #logo{
		float:left;
		width:auto;
		padding: 25px;
		color: #6b6969;
		/*background-color: #e4e7e8;*/
		margin: 5px;
		font-size:18pt;
	}
	
	#header #datos{
		float:right;
		width:250px;
		font-size:18pt;
		padding: 15px;
		text-align: right;
		color: #414141;
	}
		#header #datos a {
			color: #414141;
			font-size:18pt;
			text-decoration:none;
		}


#content {
	height: 365px;
	text-align:center;
	background:url("../images/fondo-content.png") no-repeat;
}

	#content p{
		margin:0;
		padding-top:80px;
		color: #454343;
		font-size: 23pt;
	} 

#footer {
	margin-left: 15px;
	width:790px;
	border-top: 1px gray dashed;
	font-size:9pt;
}

	#footer #centrado{
		margin-left: 35px;
	}
	

	#contact-form-table {
		width:515px;
		height:85px;
		table-layout:fixed;
		margin:0px 5px;
		color:#242323;
		margin-top:10px;
		font-size:8pt;
/*		border-collapse:collapse;*/
	}
		#contact-form-table input[type=text],
		#contact-form-table textarea{
			width:173px;
			border:1px solid #e1e2e3;
			background:#f4f3f3;
			font-size:10px;
		}
		#contact-form-table button {
			border:1px solid #e1e2e3;
			width:55px;
			background:#f4f3f3;
			float:right;
			margin-left:5px;
			-moz-border-radius:5px;
			color:#242323;
			font-family: "Trebuchet MS", Verdana,Tahoma,Helvetica,Arial ;
			font-size:8pt;			
		}
		#contact-form-table input[type=submit],
		#contact-form-table input[type=reset]{
			border:1px solid #e1e2e3;
			background:#f4f3f3;
		}
		table tr td{
			vertical-align:top;
		}
/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

/* Insignificant stuff, for demo purposes */

	/*body { padding: 20px }*/
	/*.panel h2.*/title { display: none; margin-bottom: 10px }
	noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }

 /*Most common stuff you'll need to change*/ 

	.coda-slider-wrapper { padding: 20px 0 }
	.coda-slider {
		background: #fff;
		padding:5px;
		border-radius:				5px;
		-ms-border-radius:		5px;
		-moz-border-radius:		5px;
		-webkit-border-radius: 	5px;
		-khtml-border-radius: 	5px;
		box-shadow: 			inset 3px 3px 6px #ddd;
		-ms-box-shadow: 		inset 3px 3px 6px #ddd;
		-moz-box-shadow: 		inset 3px 3px 6px #ddd;
		-webkit-box-shadow: 	inset 3px 3px 6px #ddd;
		-khtml-box-shadow: 	inset 3px 3px 6px #ddd;

	}
	
	 /*Use this to keep the slider content contained in a box even when JavaScript is disabled*/ 
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	
	 /*Change the width of the entire slider (without dynamic arrows)*/ 
	/*.coda-slider, .coda-slider*/ .panel { 
		width: 540px;

} 
	
	 /*Chnge margin and width of the slider (with dynamic arrows)*/ 
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 540px; height: 110px; border: 10px red; }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	 /*Arrow styling*/ 
	.coda-nav-left a, .coda-nav-right a { 
		/*background: #000;*/ 
		/*color: #fff;*/ 
		padding: 5px; 
		width: 60px;
		padding-top: 22px;
	 }
	
	 Tab nav 
	.coda-nav ul li a.current { background: #39c }

	
	 Panel padding 
	.coda-slider .panel-wrapper { padding: 20px }
	
	 Preloader 
	.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: #000; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none; display:none; }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative;  }
	.coda-slider .panel { display: block; float: left }
	
	.coda-slider .panel-container { 
	    position: relative; 
	}
	
	.coda-nav-left, .coda-nav-right { float: left;}
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }



