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


header, section, footer,
aside, nav, article, figure {
	display: block;
}

html, body {height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .8em;
	outline: 0;
	background-image: url(../imagenes-version-ultimate/fondo-pagina.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	left:0px;
	top:0px;
	margin:0px;
}

p{
	margin-top: 1em;
}

#contenedor { 
	min-height:100%;
	height: auto!important;
	height:100%;
}

#cabecera {
	height: 125px;
	background-image: url(http://poderypunto.com/infoequip/version-ultimate/imagenes-version-ultimate/fondo-pagina.jpg);
	background-repeat:repeat-x;
	text-align: center;
}

#logo{
	background-position:center;
	padding:0px;
	margin:0px;
	
}

#application-menu{
	/*ackground:#CCCCCC;
	/*border:solid 2px #0099CC;*/
	
}

#contenido {
	padding: 1em;
}


#pie{
	text-align: center;
	height: 3em;
	margin-top: -3em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}


.ejemplo {
	position:relative; 
	top: 0.5em;
	font-size: 1.2em;
}


a {
	text-decoration: none;
}

a span.añadido {
	display: none;
}

a:focus, a:active {
	display: block;
}

a:focus span.añadido, a:active span.añadido {
	display: block;
	color: #000;
}

.corte {
	clear: both;
	padding-top: 4em;
}

span.mastexto {
	font-family:Arial, Helvetica, sans-serif;
	display: block;
	margin-top: 1em;
	color:#0066CC;
}

p, h1, form, button{border:0; margin:0; padding:0;}
 .spacer{
	 clear:both;
	 height:1px;
	 text-align:center;
	 font-size:8px;
	 color:#F00;
}
	 
/* ———– My Form ———– */
.myform{
	margin:0 auto;
	width:400px;
	padding:14px;
}
 

/* ———– stylized ———– */
#stylized{
	white-space:inherit;
	width:750px;
 	border:solid 2px #b7ddf2;
 	background:#FFF;
	opacity:0.75;
	border-radius:19px;
	text-transform:uppercase;
}
  
 
#stylized h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}

#stylized p{
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #b7ddf2;
	padding-bottom:10px;
}

#stylized label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
}

#stylized .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}

#stylized .errordatos{
	color:#F00;
	font-size:9px;
	text-align:center;
}


#stylized .smallTop{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:180px;
}

#stylized input{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:200px;
	margin:2px 0 20px 10px;
}

#stylized select{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:200px;
	margin:2px 0 20px 10px;
}

#stylized textarea{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:300px;
	margin:2px 0 20px 10px;
}

#stylized button{
	clear:both;
	margin-left:0px;
	width:145px;
	height:31px;
	background:#666666 url(http://poderypunto.com/infoequip/version-ultimate/imagenes-version-ultimate/fondo-button.jpg) no-repeat;
	background-repeat:repeat-x;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
}

.button, .button span {
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.button {
	white-space: nowrap;
	line-height:1em;
	position:relative;
	outline: none;
	overflow: visible; 
	cursor: pointer;
	border: 1px solid #999;
	border: rgba(0, 0, 0, .2) 1px solid;
	border-bottom:rgba(0, 0, 0, .4) 1px solid;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: -moz-linear-gradient(
				center top,
				rgba(255, 255, 255, .1) 0%,
				rgba(0, 0, 0, .1) 100%
			);
	background: -webkit-gradient(
			linear,
			center bottom,
			center top,
			from(rgba(0, 0, 0, .1)),
			to(rgba(255, 255, 255, .1))
			);
	-moz-user-select: none;
	-webkit-user-select:none;
	-khtml-user-select: none;
	margin-bottom:10px;
}

.button.full, .button.full span {
	display: block;
}

.button:hover, .button.hover {
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .2) 0%,
		rgba(255, 255, 255, .1) 100%
	);
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(255, 255, 255, .1)),
		to(rgba(255, 255, 255, .2))
	);
}
.button:active, .button.active {
	top:1px;
}

/* stylized2 sin fodo de imagen */

#stylized2{
	white-space:inherit;
	width:750px;
 	border:solid 2px #b7ddf2;
 	background:#FFF;
	opacity:0.75;
	border-radius:19px;
	text-transform:uppercase; 
 }
#stylized2 h1 {
 font-size:14px;
 font-weight:bold;
 margin-bottom:8px;
}


textarea
{
	resize:none;
}