@import "http://fonts.googleapis.com/css?family=Open+Sans:400,600,800";

body {
	background: #F2F2F2;
	font:11px 'Open Sans',sans-serif;
	margin: 0 0 30px 0;
}

h1, h2 {
	color: #6FAB64;
	margin: 0;
}

/***** Campos *****/
input[type="text"] {
	background: #fcfcfc;
	border: 1px dashed #d9d9d9;
	color: #adb8bc;
	height: 20px;
	padding: 5px;
	width: 270px !important;
}

input[type="text"]:focus, select:focus {
	background: #fafafa;
	border: 1px solid #a1cb51;
	box-shadow: 0 0 3px #a1cb51;
}

input.lovePrint {
	background: none repeat scroll 0 0 #79C142;
    border: medium none;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: block;
	float: middle;
    margin: 20px auto;
    padding: 4px 8px;
}
input.Guardar {
	background: #79C142;
	border: none;
	border-radius: 2px;
	color: #fff;
	display: block;
	float: middle;
	padding: 4px 8px;
}

input[type="submit"] {
	background: #79C142;
	border: none;
	border-radius: 2px;
	color: #fff;
	display: block;
	float: right;
	padding: 4px 8px;
}

input[type="button"] {
	background: #79C142;
	border: none;
	border-radius: 2px;
	color: #fff;
	display: block;
	float: middle;
	padding: 4px 8px;
}

select {
	background: #fcfcfc;
	border: 1px dashed #d9d9d9;
	color: #666;
	height: 32px !important;
	padding: 5px !important;
	width: 280px;
}

/***** Header *****/
#header {
	height: 152px;
	width: 100%;
}

/* Links */
.links {
	background: #014C2B;
	border-top: 3px solid #79C142;
	height: 25px;
	width: 100%;
}

ul.link {
	float: right;
	height: 25px;
	line-height: 25px;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.link a {
	color: #fff;
	text-decoration: none;
}

ul.link li {
	float: left;
}

ul.link li:before {
	color: #fff;
	content: "|";
	margin: 0 10px;
}

ul.link li:first-child:before {
	content: "";
	margin: 0;
}

/* Logo */
.logo {
	background: url('img/logoTam.png') right center no-repeat;
	height: 130px;
}

/***** The Form Wrapper *****/
#theFormWrapper {
	background: #fff;
	border:5px solid #dcE1e7;
	border-radius: 5px;
	clear: both;
	margin: 0 auto 20px auto;
	overflow: hidden;
	padding: 30px;
	width: 900px;
}
#theFormWrapperini {
	background: #fff;
	border:5px solid #dcE1e7;
	border-radius: 5px;
	clear: both;
	margin: 0 auto 20px auto;
	overflow: hidden;
	padding: 30px;
	width: 300px;
}

/***** Menu *****/
ul.menu {
	border: 2px solid #dcE1e7;
	border-radius: 3px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

ul.menu > li {
	background: #fcfcfc;
	border-bottom: 1px dashed #dcE1e7;
	color: #014C2B;
	cursor: pointer;
	display: block;
	font-size: 14px;
	line-height: 10px;
	padding: 10px;
	width: 940px;
}

ul.menu li:hover {
	background: #fff;
}

ul.menu ul {
	display: none;
	list-style: none;
	margin: 10px 0 0 10px;
	padding: 0;
}

ul.menu ul li {
	color: #888;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	padding: 0;
	width: 940px;
}

ul.menu ul li:hover {
	color: #555;
	cursor: pointer;
}

li.red {
	color: red !important;
}

/* Clases Generales */
.toRight {
	margin-left: 10px;
}

.more {
	background: #fcfcfc url('img/arrow.png') 940px 12px no-repeat !important;
}
.more:hover {
	background: #fff url('img/arrow.png') 940px 12px no-repeat !important;
}

.nineSixty {
	margin: 0 auto;
	width: 960px;
}

/***/

/***** formWrapper *****/
#formWrapper {
	background: #f9f9f9;
	border: 1px dashed #e9e9e9;
	border-radius: 4px;
	margin: 0 auto;
	padding: 20px;
	width: 820px;
}

#formWrapper p {
	margin: 2px 0;
}

#formWrapper .both {
	clear: both !important;
	display: block;
}

h4.both {
	color: #6FAB64;
	clear: both;
	display: block;
	font-size: 12px;
	overflow: hidden;
}

.wrapField {
	float: left;
	height: 45px;
	margin-bottom: 15px;
	width: 280px;
}

.wrapFullField {
	clear: both;
	width: 820px;
}

.wrapField label {
	color: #666;
	display: block;
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	width: 280px;
}

.wrapField input.full {
	display: block;
	font-size: 11px;
	width: 200px;
}

.wrapField input.med {
	display: block;
	float: left;
	font-size: 11px;
	width: 115px !important;
}

.wrapField b {
	float: left;
	height: 30px;
	line-height: 30px;
	font-weight: 300;
}

.wrapField input.thr {
	display: block;
	float: left;
	font-size: 11px;
	width: 25px !important;
}

.wrapField input.map {
	display: block;
	float: left;
	font-size: 11px;
	width: 200px !important;
}

.wrapField input.goMap {
	background: #ededed url('img/map.png') center no-repeat;
	border: 1px dashed #d9d9d9;
	display: block;
	float: left;
	font-size: 11px;
	height: 32px;
	margin-left: 10px;
	text-indent: -9999px;
	width: 30px !important;
}

.wrapField input.sev {
	display: block;
	float: left;
	font-size: 11px;
	width: 200px !important;
}

.wrapField select.dia {
	display: block;
	float: left;
	font-size: 11px;
	width: 60px;
}

.wrapField select.mes {
	display: block;
	float: left;
	font-size: 11px;
	width: 120px;
}

.wrapField select.ano {
	display: block;
	float: left;
	font-size: 11px;
	width: 80px;
}

.wrapParent {
	display: block;
	width: 900px;
}

.wrapParent .hb {
	background: green;
	color: #fff;
	float: left;
	height: 30px;
	line-height: 30px;
	text-align: center;	
}

.wrapParent .wh {
	color: #fff;
	border-bottom: 1px dashed #d9d9d9;
	display: block;
	float: left;
	height: 85px;
	margin-bottom: 10px;
	text-align: center;	
}

.wrapParent .red {
	background: red;
}

.wrapParent .nombre {
	width: 190px !important;
}

.wrapParent input.nombre {
	margin-top: 5px !important;
	width: 180px !important;
}

.wrapParent .parentesco {
	width: 180px;
}

.wrapParent input.parentesco {
	margin-top: 5px;
	width: 130px !important;
}

.wrapParent .fecha {
	width: 160px;
}

.wrapParent select.dia {
	display: block;
	float: left;
	font-size: 11px;
	margin-top: 5px;
	width: 58px;
}

.wrapParent select.mes {
	display: block;
	float: left;
	font-size: 11px;
	margin-top: 5px;
	width: 92px;
}

.wrapParent select.ano {
	display: block;
	float: left;
	font-size: 11px;
	margin-top: 10px;
	width: 160px;
}

.wrapParent select.sistema {
	display: block;
	float: left;
	font-size: 11px;
	margin-top: 5px;
	width: 65px;
}

.wrapParent select {
	background: #fff;
	color: #666;
	border: 1px dashed #d9d9d9;
	height: 20px;
	width: 250px;
}

.wrapParent .escuela {
	width: 165px;
}

.wrapParent input.escuela {
	margin: 5px 0 0 5px;
	width: 140px !important;
}

.wrapParent .estudios {
	width: 140px;
}

.wrapParent input.estudios {
	margin-top: 5px;
	width: 110px !important;
}

.wrapParent .sistema {
	width: 65px;
}

.mr20 {
	margin-right: 20px;
}

.mr10 {
	margin-right: 10px;
}

.ml10 {
	margin-left: 10px;
}

/***** Formulario *****/
#theForm fieldset {
	border: none;
}

fieldset.INA .nivel, .nombre, .tipo, .localidad, .promedio {
	float: left;
	height: 30px;
	line-height: 30px;
}

fieldset.INA .nivel {
	width: 140px;
}

fieldset.INA .nombre {
	width: 220px;
}

fieldset.INA .tipo {
	width: 130px;
}

fieldset.INA .localidad {
	width: 422px;
}

fieldset.INA .promedio {
	width: 110px;
}

fieldset.INA .hb {
	background: green;
	color: #fff;
	text-align: center;
}

fieldset.INA .bb {
	height: 60px;
	margin-bottom: 5px;
}

fieldset.INA input[type="text"].escuela {
	border: 1px dashed #d9d9d9;
	color: #666;
	margin: 5px 0 0 5px;
	padding: 2px 5px;
	text-transform: uppercase;
	width: 200px !important;
}

fieldset.INA input[type="text"].prom {
	border: 1px dashed #d9d9d9;
	color: #666;
	margin: 5px 0 0 5px;
	padding: 2px 5px;
	text-transform: uppercase;
	width: 88px !important;
}

fieldset.INA select {
	background: #fff;
	color: #666;
	border: 1px dashed #d9d9d9;
	height: 10px;
	margin: 5px 0 0 5px;
	padding: 5px;
	text-transform: uppercase;
	width: 40px !important;
}

fieldset.INA select.tipo {
	background: #fff;
	color: #666;
	border: 1px dashed #d9d9d9;
	height: 26px !important;
	margin: 5px 0 0 5px;
	padding: 5px;
	text-transform: uppercase;
	width: 120px !important;
}

fieldset.INA select.muniEstado {
	background: #fff;
	color: #666;
	border: 1px dashed #d9d9d9;
	height: 26px !important;
	margin: 5px 0 0 5px;
	padding: 5px;
	text-transform: uppercase;
	width: 190px !important;
}

fieldset.INA .wrapField select.mes {
	background: #fff;
	color: #666;
	border: 1px dashed #d9d9d9;
	height: 20px;
	margin-left: -10px;
	padding: 5px;
	width: 120px;
}

fieldset.INA .wrapField b {
	margin: 0 10px;
}

fieldset.INA .localidad select {
	background: #fff;
	color: #666;
	border: 1px dashed #d9d9d9;
	left: 10px;
	padding: 1px 5px;
	position: relative;
	width: 170px;
}

ul.ulExpand {
	clear: both;
	color: #777;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 10px 0 0 10px;
}

#expandThisUl, #hideThisUl {
	color: green;
	cursor: pointer;
	float: left;
	margin-right: 10px;
}

#hideThisUl {
	display: none;
}

fieldset.loadFiles .upload {
	height: 22px;
	overflow: hidden;
	width: 80px;
}

fieldset.loadFiles input {
	left: -155px;
	position: relative;
}

fieldset.conyuge {

}

/* Extra */
ul.block {
	display: block !important;
}

input.hidden {
	display: none;
}

table.zebra {
	border: none;
	clear: both;
	display: block;
	padding-top: 10px !important;
}

table.zebra tr:nth-child(even) {
	background: #fff;
}

table.zebra tr:nth-child(odd) {
	background: #ececec;
}

table.zebra td {
	border:none;
	padding:5px 10px;
}