body{
	background-color:#F2F2F2;
}
.tabla{
	background-color:#FAFAFA;
    margin:auto;
    width:50%;
	border:1px solid #D8D8D8;
    border-radius:5px;
}
.error{
	background-color:#F2F5A9;
    margin:auto;
    width:50%;
	border:1px solid #B40404;
    border-radius:5px;
}
.ok{
	background-color:#ffffcc;
    margin:auto;
    width:50%;
	border:1px solid #00ff00;
    border-radius:5px;
}
.imagen{
	opacity:0.5;
    filter:alpha(opacity=50);
	width:200px;
    margin:auto;
    width:200px;
}
.imagen:hover{
	opacity:1;
    filter:alpha(opacity=100);
}
h1{
	font-family:Calibri;
	text-align:center;
	font-size:24px;
}
.input-text{
	width:99%;
	height:20px;
	border:1px solid gray;
    border-radius:3px;
	font-family:Arial;
	font-size:14px;
}
.input-boton{
	border:1px solid gray;
	border-radius:5px;
}
textarea{
	width:99%;
	height:100px;
	border:1px solid gray;
	border-radius:5px;
	font-family:Arial;
	font-size:14px;
}
.img-error{
	width:64px;
	margin-left:20%;
}
.txt-error{
	font-family:Arial;
	font-size:14px;
}