﻿body {
    background-color: #ffffff;
    font-size: 15px;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    a:hover {
        color: #aaaaaa;
    }

.barra {
  background-color: #000;
  height: 50px;
  margin-bottom: 30px;
  padding-left: 40px;
  padding-top: 17px;

}

.padre {
  text-align: center;
  margin-bottom: 30px;
}

.padre2 {
  text-align: center;
  margin-bottom: -40px;
}

.hijo {
  padding: 10px;
  margin: 30px;
  margin-bottom: 50px;
  height: 100px;
  width: 150px;
  vertical-align: top;
  display: inline-block;
}

.hijo2 {
  padding: 10px;
  margin: 30px;
  margin-bottom: 50px;
  height: 100px;
  width: 150px;
  vertical-align: top;
  display: inline-flex;
}

.centrar {
  text-align: center;
}

.descripcion {
  text-align: center;
  font-size: 11px;
}

.textbox1 {
  	border:1px solid #cccccc;
	border-radius:4px;
	height: 30px;
	width: 800px;
	}

.textbox2 {
  	border:1px solid #cccccc;
	border-radius:4px;
	height: 300px;
	width: 800px;
    font-size: 15px;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
	}

.boton1 {
	border: 1px solid #cccccc;
	border-radius: 10px;
	outline: none;
    height: 34px;
	width: 100px;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

tr:hover {background-color:#f5f5f5;}

.capbox {
	background-color: #dddddd;
	border: #ffffff 0px solid;
	border-width: 0px 12px 0px 0px;
	display: inline-block;
	*display: inline; zoom: 1; /* FOR IE7-8 */
	padding: 8px 40px 8px 40px;
    border-radius: 5px;
	}

.capbox-inner {
	font: bold 11px arial, sans-serif;
	color: #000000;
	background-color: #cccccc;
	margin: 5px auto 0px auto;
	padding: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

#CaptchaDiv {
	font: bold 17px verdana, arial, sans-serif;
	font-style: italic;
	color: #000000;
	background-color: #FFFFFF;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

#CaptchaInput { margin: 1px 0px 1px 0px; width: 120px; }
