@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	text-align:center;
	background:url(fondo.jpg) repeat-x;
	font-family:"Trebuchet MS";
	font-size: 12px;
	}
	
	div#cabezal {
		font-size: 14px;
		margin-top:3px;
		height:25px;
		font-weight:bold;
		}
		
	div#publi {
		margin: 15px auto;
		border: 3px solid #ff701a;
		background:white;
		width: 770px;
		height: auto;
		padding: 10px;
		}
	
	div#publi_2 {
		margin: 15px auto;
		border: 3px solid #ff701a;
		background:#ff701a;
		width: 770px;
		height: auto;
		padding: 10px;
		}
		
	div#contenedor {
		text-align: left;
		border: 3px solid #ff701a;
		height: auto;
		margin: 10px auto;
		background: white;
		width:800px;
		}
			div#interno_derecha {
				float: right;
				width: 590px;
				padding: 10px;
				}
			div#interno_izquierda {
				float: left;
				width: 170px;
				padding: 10px;
				}
			div#informacion_contacto {
				margin: 0 auto;
				width: 800px;
				height: auto;
				border: 1px solid #ff701a;
				background: #fde6d8;
				color: #dc631a;
				padding: 6px;
				}
			div#pie {
				clear:both;
				}