Ver archivo juanzubieta.com / httpdocs / default.css
	
Cambiar cod.Cambiar cod.

html {
height:100%;
}
body {
	margin: 0;
	height:100%;
	padding: 0;
	background: #3D4D18 url(images/fondo2.jpg) repeat-x top left;
	font-family:  verdana, arial, helvetica, sans-serif;
	color: #fadbaf;
}

h1, h2, h3,h4 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #F7B455;
}
h1,h2 {
	margin:0;
	visibility:hidden;
}
h3 {
	font-size: 0.7em;
	font-weight:600;
	text-align:left;
}
h4 {
	 margin-top:50px;
	 font-size: 0.7em;
	 font-weight:600;
	 text-align:left;
	 color:#FFFFFF;
	  }
p, ol, ul, blockquote {

	text-align:justify;
	font: 0.7em/1.6em  verdana, arial, helvetica, sans-serif;
}
.ingles {
color:#ffffff;


}
a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	border-bottom: 1px dotted #FFFFFF;
	color: #FFFFFF;
}

strong {
	color: #8D8C8C;
}

img {
border: 1px solid #fadbaf;
text-align:center;
margin:0px 0;
padding:5px;
}

/* Header */

#header {
	width: 900px;
	height: 136px;
	margin: 0 auto;
	background:  url(images/titulo.gif) no-repeat top center;
}

/* Menu */
#menu {
	width: 900px;
	height:auto;
	margin: 0px auto 10px auto;
}
#menu ul {

text-align:center;
margin: 20px 0 20px 0;
padding: 0;
text-align: center;
}
#menu  li {
display:inline;
padding:20px;
}
#menu li a{
color: #F7B455;
text-decoration:none;
}
#menu ul li a:hover, #menu ul li a.current{
color: #fadbaf;
}
/* Content  */

#content {
	width: 900px;
	min-height: 92%;
	height: auto !important;
	height: 92%;
	display:table;
	margin: 20px auto 40px auto;
	/*border-left:4px solid #ffffff;
	border-right:4px solid #ffffff;
	border-bottom:4px solid #ffffff;
	background:#4D391E  /*url(images/blue_border.jpg) repeat top left;*/
	}
	/* Hack para IE 6 */
* html #container { height: 100%; }
#colOne {
	float: right;
	width: 400px;
	color:#fadbaf;
	text-align:center;
	padding-top:40px;
}
#colTwo {
	float: left;
	text-align:center;
	width: 470px;
	padding-bottom:20px;
}

#pie-contenido {
	width:900px;
	text-align:justify;
	margin: 10px auto 10px auto;
}
#pie-contenido p{
	font-size:0.55em;
}

/* Footer */

#footer {
	clear: both;
	width:100%;
	position:relative;
	border-style:none;
	border-width:0pt;

	margin: 0 auto;
	padding-top: 20px;
	background:  url(images/footer.jpg) repeat-x bottom left;

}

#footer p {
	margin: 0 ;
	text-align: center;
	font-size: 0.55em;
	padding-bottom:5px;
}
#footer * {
	color: #fadbaf;
}
#formulario {
	margin: 0;

}
fieldset {
	border: 0;
	padding: 5px;
}

label,input {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	width: 450px;
	float: left;
	margin-bottom: 10px;
}
label {
	color: #fadbaf;
	text-align: left;
	width: 450px;
	padding-right: 10px;
}
input {
		border: 1px solid #ccc;
		width:300px;
		color: #2F4165;
		background-color:#F2E2CA;
}
textarea{
	border: 1px solid #ccc;
	float:left;
	font: 0.7em verdana, arial, helvetica, sans-serif;
	color: #2F4165;
	margin:0;padding:0;
	background-color:#F2E2CA;
}
.submit {
	background-color: #98bb79;
	border-top: 1px solid #99CC66;
	border-left: 1px solid #99CC66;
	border-right: 1px solid #669900;
	border-bottom: 1px solid #669900;
	margin-top:10px;
	margin-bottom:10px;
	width: 70px;
	color: #fcfcfc;
}
br {
	clear: left;
}
