/*
	Secretaría de Turismo - CEDOC VIRTU@L
	cedocvirtual.css
*/

body {
	margin: 5px;
	margin-top: 0px;
	background-color: white;
	font-family: Arial, sans-serif;
}

div#logos {
	width: 100%;
	text-align: center;
	padding: 0px;
}

div#logos_texto {
	margin-left: 200px;
	margin-right: 200px;
	margin-top: 10px;
}

div#logos1 {
	float: left;
}

div#logos2 {
	float: right;
}

img.logos {
	height: 80px;
}

div#encabezado {
	margin-top: 20px;
	text-align: center;
	font-size: 18pt;
	color: #006;
	font-weight: bold;
	clear: both;
}

a {
	color: #96b4b8;
	text-decoration: none;
}

a:visited {
	color: #96b4b8;
}

div#regresar {
	margin-top: 20px;
	text-align: center;
	font-size: 9pt;
}

div#mensaje {
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px;
}

div#creditos {
	clear: both;
	text-align: center;
	padding-top: 5px;
	font-size: 7pt;
	color: #96b4b8;
}

.fail {
	margin-top: 10px;
	margin-bottom: 5px;
	background-color: #f66;
	border: 2px solid #600;
	color: white;
	text-align: center;
	font-weight: bold;
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px;
}

div.ok {
	margin-top: 10px;
	margin-bottom: 5px;
	background-color: #6f6;
	border: 2px solid #060;
	color: #060;
}

div.warn {
	margin-top: 10px;
	margin-bottom: 5px;
	background-color: #ff6;
	border: 2px solid #660;
	color: #660;
}
