/* ================================================================================================================= */
/*											ELEMENTOS HTML												 		  */
/* ================================================================================================================= */

p {
	position:relative;
}

hr {
	height:0px;
	border-width:1px 0px 0px 0px;
}

textarea {
	font-size:1em;
	border-width:1px;
	border-style:solid;
	border-color:#AAAAAA;
	background-color:#F0F0F0;
	vertical-align:middle;
}
select {
	font-size:1em;
	border-width:1px;
	border-style:solid;
	border-color:#AAAAAA;
	background-color:#F0F0F0;
	vertical-align:middle;
}

input {
	font-size:1em;
	
	text-align: left;
	text-indent: 0px;
	text-transform: none;

	margin:0px;
	
	padding-top: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 1px;

	border-top-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;

	vertical-align:middle;
}

input:not([type]), input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"], textarea {
	color:#4F595B;
	background-color:#E8E8E8;
	border-width:0;
	padding:0 8px;
}
input:not([type]), input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"] {
	height:22px;
}

input[type="radio"] {
	margin-right:8px;
}

input[type="checkbox"] {
	margin-right:4px;
	/*vertical-align:text-top;*/
}

input[type="image"]	 {}

form	{
	margin-bottom:0px;
}
table	{
	border-collapse:collapse;
}
img		{
	border-width:0px;
	vertical-align:middle;
}

span {
	/*vertical-align:middle;*/
}

input[type="button"] {
	color:#404040;
}
input[type="submit"] {
	color:#404040;
}
input[type="reset"] {
	color:#404040;
}

textarea:focus {
	border-color:#25616B;
}
input:focus {
	border-color:#25616B;
}
select:focus {
	border-color:#25616B;
}

input:hover {
	border-color:#25616B;
}
textarea:hover {
	border-color:#25616B;
}
select:hover {
	border-color:#25616B;
}

a {
	-webkit-transition:color .15s cubic-bezier(.33,.66,.66,1);
	transition:color, background-color .15s cubic-bezier(.33,.66,.66,1);
	color:inherit;
	text-decoration:none;
	border-bottom:2px solid #8BC0F2;
}
a:active, a:hover, a-active {
	background-color:#8BC0F2;
	color:#ffffff;
}
a img {
	border:0;
}

h1 span, h2 span {
	vertical-align:middle;
}

form {
	margin-bottom:0;
}
img {
	border-width:0;
}
table {
	border-collapse:collapse;border-spacing:0;padding:0;margin:0;
}
th {
	text-align:left;font-weight:normal;
}
td {
	padding:0;margin:0;
}

tbody > tr > td > a,
tbody > tr > td > a > img,
tbody > tr > td > a > span,
tbody > tr > td > img,
tbody > tr > td > input,
tbody > tr > td > span {
	display:inline-block;
}
