﻿.titulo
{
	margin-top: 20px;
	margin-left: 100px;
	width: 750px;
	height: 40px;
	background-color: lightgrey;
	text-align: center;
	font-weight: bold;
	font-size: 24pt;
	color: #ff6600;
	margin-bottom: 20px;
}

.cuerpo
{
	margin-top: 10px;
	margin-left: 100px;
	width: 550px;
	background-color: lightgrey;
	text-align: left;
	color: #003399;
	padding-top: 10px;
	padding-right: 100px;
	padding-left: 100px;
	padding-bottom: 50px;
	margin-bottom: 20px;
}

.cuerpo h2
{
	color: #ff3300;
}

.cuerpo h3
{
	color: #ff6600;
}

.cuerpo li
{
	margin-bottom: 8px;
	list-style-type: circle;
	list-style-position: outside;
}

.cuerpo span
{
	float: right;
	margin-top: 8px;
	margin-bottom: 8px;
	width: 450px;
	color: tomato;
	text-align: left;
	font-weight: bold;
}

.cuerpo2
{
	margin-top: 10px;
	margin-left: 100px;
	width: 550px;
	background-color: lightgrey;
	text-align: left;
	color: #003399;
	padding-top: 15px;
	padding-right: 100px;
	padding-left: 100px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.cuerpo2 h2
{
	color: #ff3300;
}

.cuerpo2 h3
{
	color: #ff6600;
}

.cuerpo2 li
{
	margin-bottom: 8px;
	list-style-type: circle;
	list-style-position: outside;
}

.cliche
{
	margin-top: 10px;
	margin-left: 100px;
	width: 650px;
	background-color: lightgrey;
	text-align: center;
	color: #003399;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 50px;
	padding-left: 50px;
	margin-bottom: 20px;
}

img.floatRight
{
	float: right;
	border-right: #ff9966 1px solid;
	border-top: #ff9966 1px solid;
	border-left: #ff9966 1px solid;
	border-bottom: #ff9966 1px solid;
	margin-bottom: 12px;
	margin-left: 12px;
}

img.floatLeft
{
	float: left;
	border-right: #ff9966 1px solid;
	border-top: #ff9966 1px solid;
	border-left: #ff9966 1px solid;
	border-bottom: #ff9966 1px solid;
	margin-bottom: 8px;
	margin-right: 30px;
}

.modulo
{
	border-right: #006699 1px solid;
	border-top: #006699 1px solid;
	border-left: #006699 1px solid;
	border-bottom: #006699 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-top: 20px;
	padding-top: 0px;
	background-color: #ccccff;
}

.modulo1
{
	background-color: #ccccff;
}

.modulo2
{
	background-color: lightcyan;
}

.modulo3
{
	background-color: #ffffcc;
}

input.btn
{
	color: #3366cc;
	font-weight: normal;
	background-color: #fed;
	border: 1px solid;
	border-top-color: #999;
	border-left-color: #999;
	border-right-color: #666;
	border-bottom-color: #666;
	width: 80px;
}


.bloque
{
	width: 180px;
	float: left;
}

