/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	color: #333;
	background-color: #000;
	}






															/** MAIN CONTAINERS **/
div#container {
	
	}
	div#cabecera {
		color: inherit;
		background-color: #fff;
		background-image:url(../images/fondocab.jpg);
		background-repeat:no-repeat;
		height:345px;
		}

	div#content-wrap {

		}
		div.content {
			color: inherit;
			background-image:url(../images/fondocuerpo.jpg);
			background-repeat:no-repeat;
			
			}
			div.content-in {
				padding: 20px;
				}
				
				div.content p
				{
				margin-top: 30px;
				text-align: center;
				color:#7c5b2e;
				font-family: arial sans-serif;
				font-size: 14px;
				}
				
				div.content strong
				{
				text-align: center;
				color:#7c5b2e;
				font-family: arial sans-serif;
				font-size: 14px;
				}
				
				div.content ul
				{
			margin-top: 30px;
			
				}
				
				div.content li
				{
				color:#7c5b2e;
				font-family: arial sans-serif;
				font-size: 10px;
				text-align:center;
				}
				
				
				div.content a
				{
				color:#7c5b2e;
				font-family: arial sans-serif;
				font-size: 12px;
				text-decoration:none;
				text-align:center;
				}

				div.content a:hover
				{
				color:#FFCC99;

				text-decoration:none;
				}
				
				
				
				
	div#footer {

		background-image:url(../images/fondofooter.jpg);
		background-repeat:no-repeat;
		height:110px;


	
		}
		div#footer-in {
		color:#666666;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			padding-top: 80px;
			margin-top:20px;
			font-size:9px;
			text-align:center;
		
			}



	div#menu {
	margin-top:0px;
		color: inherit;
		background-color: #000;
		background-repeat:no-repeat;
		height:61px;


				}
div#menu li
{
float:left;

}





															/** TYPOGRAPHY **/
* { }






															/** FORMS **/
* { }






															/** END **/
