body, html {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 3px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 3px;
}
.contenido {
	padding: 5px 20px;
}
.linkrojo {
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
.linkrojo:hover {
	color: #CC0000;
}
.linkrojosm {
	font-size: 9px;
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
.linkrojosm:hover {
	color: #CC0000;
}
.txtred{
	color: #FF0000;
	font-weight: bold;
}
.checkform{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
input {
	color: #333333;
	background-color: #F5F5F5;
	border: 1px solid #FF0000;
	font-size: 13px;
}
form {
	margin: 0;
	padding: 0;
}
select {
	color: #333333;
	background-color: #F5F5F5;
	border: 1px solid #FF0000;
	font-size: 13px;
}
textarea {
	width: 400px;
	height: 50px;
	color: #333333;
	background-color: #F5F5F5;
	border: 1px solid #FF0000;
	font-size: 13px;
}
label {
	color: #333333;
	border-bottom: 1px dashed #CCCCCC;
	font-size: 13px;
	cursor: hand;
}
.detcursocontenidotd{
	padding: 5px 0 5px 5px;
	font-size: 12px;
	font-weight: bold;
}
.detcursocontenidotd ul{
	padding: 0 0 10px 15px;
	margin: 0 0 0 15px;
}
.detcursocontenidotd li{
	font-size: 11px;
	font-weight: normal;
	padding: 2px 0;
	margin: 0px;
	list-style-image: url(img/bullet_rojo.gif);
	list-style-position: outside;
}
li{
	list-style-image: url(img/bullet_rojo.gif);
}
