﻿/*
** Zeion Software
** Hoja de estilo principal.
** 
** uid:		eferron
** fecha:	14.08.2010
*/

body
{
	font: normal normal normal 14px/1.5 'trebuchet ms' , sans-serif;
	line-height: 17px;
	background-color: white;
	margin: 0;
}

#contenido, .content {
padding: 50px;	
}
div, span, table, td, li, ul, ol
{
	font: normal normal normal 14px/1.5 'trebuchet ms' , sans-serif;
}
a, a:visited
{
	color: #00A0C6;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	text-decoration: underline;
}
table {
border:1px solid #ddd;
border-width:1px 0 0 1px;
width: 100%;
border-collapse: collapse;
}

table thead {
background:#F4F4F4;
font-weight: bold;
font-size: 14px;
}
table th, table td {
vertical-align:middle;
text-align:center;
padding: 5px;
font-size: 13px;
border: 1px solid #ddd;
}

tbody tr {
background: white;	
-webkit-transition: all 0.3s;
-moz--transition: all 0.3s;
}

tbody tr:nth-child(2n+2) {
background: #F5F5F5;
}

tbody tr:hover {
background: #EFF5FF;
color: #0085FF;
}
h1
{
	color: #00A0C6;
	font-size: 2.4em;
	padding: 4px 0;
	margin: 0;
}
.h2_title
{
	color: #00A0C6;
	font-size: 2em;
	padding: 4px 10px;
	margin: 0;
	border-bottom: solid 3px;
	margin-bottom: 10px;
}
h3
{
	color: #00A0C6;
	font-size: 1.6em;
	padding: 4px 10px;
	margin: 0;
}
hr
{
	border-color: #00A0C6;
	border-style: solid;
	margin-top: 0;
}

.content
{
	min-height: 350px;
	text-align: left;
	padding-top: 15px;
}
.description
{
}

/* footer */
.footer
{
	margin-top: 20px;
	padding: 10px;
	background-color: #f5f1e9;
	border: 1px solid #eae4d7;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

/* utilities */
.clear-left
{
	clear: left;
}
.clear-right
{
	clear: right;
}
.clear
{
	clear: both;
}

.Formulario {
overflow: hidden;
margin: auto;
text-align: center;
padding: 20px;	
}

.Formulario .titulo {
padding: 12px 15px;
font-size: 16px;
text-transform: uppercase;
border: 1px solid #ddd;
background: #fafafa;
overflow: hidden;
color: #777;
text-align: center;
}

.Formulario .contenido {
padding: 15px;
border: 1px solid #ddd;
background: #fff;
border-top: 0;
color: #777;	
overflow: hidden;
}

.Formulario .contenido div {
overflow: hidden;	
}

.Formulario label {
width: 87px;
float: left;
text-align: right;
padding: 6px;
}

.Formulario input[type="text"], .Formulario select{	
width: 240px;	
}


.Formulario .botones {
margin-top: 30px;	
}

.Formulario input[type="button"], .Formulario input[type="reset"], .Formulario a {
padding: 10px 15px;
border-radius: 5px;
cursor: pointer;
color: white;
text-shadow: rgba(0, 0, 0, 0.56) 1px 1px 1px;
margin: 0 10%;
font-weight: normal;
}

.Formulario a:hover {
text-decoration: none;	
}

.Formulario .Blue {
background: rgb(41, 184, 240);
border: 1px solid #4172BB;	
}

.Formulario .Red {
background: rgb(235, 73, 73);
border: 1px solid #9B0D0D;	
}

.Formulario .Green {
background: rgb(94, 226, 100);
border: 1px solid #189B0D;	
}

textarea, input[type="text"], input[type="password"], select {
background-color: #ffffff;
border: 1px solid #cccccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear 0.2s, box-shadow linear 0.2s;	
display: inline-block;
padding: 4px 6px;
margin-bottom: 10px;
font-size: 14px;
line-height: 20px;
color: #555555;
vertical-align: middle;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

textarea:focus, input[type="text"]:focus, form input[type="password"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(82, 168, 236, 0.6);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(82, 168, 236, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(82, 168, 236, 0.6);
}

textarea:hover, input[type="text"]:hover, form input[type="password"]:hover {
	  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
}

.Formulario input[disabled="disabled"] {
border-color: rgb(255, 178, 178);
background: rgb(255, 244, 244);
}

.Formulario input[disabled="disabled"]:hover {
 border-color: rgb(255, 178, 178);   
}

#regProducto {
width: 100%;
}

#regProducto.Formulario .contenido div {
width: 25%;
float: left;
}

#regProducto.Formulario .contenido div label {
width: 40%; 	
}