﻿/* CSS Document */

h2 {
font-size: 18px;
border: 0;
}

table {
	margin: 10px;
	width: 750px;
}
td.linea {
 
	width: 20%;
	border: 0;
}

td.conexion1 {
	border-right: 0;
	border-bottom: 0;
	width: 8%;
		text-align: right;
		padding-right: 10px;
}


td.conexion2 {
	width: 8%;
	border-bottom: 0;
	text-align:  left;
			padding-left: 10px;
}

ol li {
	margin-bottom: 10px;
}

ol li strong {
	font-size: 110%;
}

ol li img {
	display: block;
	margin: 10px 0 10px 0;
}

table caption {
font: bold 15px Arial, Helvetica, sans-serif;
background-color: #eee;
padding: 5px;
margin: 10px 10px 0 10px;
}


h1 {
	margin-top: 20px;
}

h2 {
	clear: both;
	margin: 15px 0 10px 0;
	padding-top: 20px;
	font-size: 20px;
	color: black;
}

h3 {
	text-align: left;
	color: black;
}

.explicacion {
	background-color: #F7F5EA;
	padding: 10px;
	clear: both;
	margin: 10px;
}

.explicacion h3 {
	margin: 0 0 10px 0;
	color: #B58D44;
}

.explicacion h4 {
	font-size: 16px;
	
}

.cosas {
	margin-bottom: 10px;
	padding-bottom: 20px;
	margin-left: 10px;
}

.cosas .cosa {
	width: 240px;
	height: 200px;
	float: left;
	text-align: center;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.cosas .cosa p {
	margin: 0;


}

.contenidos {
	background-color: #F2F8FA;
	padding: 10px 0 10px 0;
	margin: 10px 0 10px 0;
}

.contenidos h3 {
	color: black;
	margin: 0;
}

.contenidos a 
{

}



table {
	width: 100%;
}

table caption {
	font-size: 18px;
}

table td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

table th {
	background-color: #ddd;
	border-right: 1px solid white;
	border-bottom: 1px solid white;	
}

.paso {
	padding: 15px;
	
	font-size: 18px !important;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	
}

.paso a {
	font-weight: normal !important;
}
.atencion h3 {
	font: bold 22px Arial,Helvetica,sans-serif;
	text-align: center;
	margin: 5px 0 0 0;
}
.atencion {
	background-color: #FFE2A8;
	border: 1px solid #85985b;
	border-left: 0;
	border-right: 0;
	padding: 0 10px 5px 10px;
	margin: 0 0 10px 0;
	
}
.atencion p {
	margin: 5px 0 5px 0;
	
}
