﻿div#presentacion
{
float:left;
background-color:#EFF3F9;
width: 230px;
height: 246px;
padding: 2px 10px;
text-align: justify;
}
div#presentacion2
{
float:right;
 margin: 20px 0;
 text-align: center;
background-color:#EFF3F9;
background-image: url(imagenes/inicio/horarios.jpg);
background-position: right;
background-repeat: no-repeat;

width: 230px;
height: 246px;
padding: 2px 10px;
text-align: justify;
}
div#presentacion2 p{margin:0;padding:0;text-align:center;}
div#presentacion2 p span{font-weight: bold; display:block;}
div#presentacion2 h3
{
color:#5e80bd;
margin-top: 40px;
margin-bottom:10px;
text-align:center;
border-bottom: 1px dotted;
}
div#imagen
{
float:right;
background-image: url("imagenes/inicio/imagen01.jpg");
background-position: top left;
background-repeat: no-repeat;
width:250px;
height: 250px;
}
div#imagen2
{
float:left;
margin: 20px 0;
background-image: url("imagenes/inicio/imagen02.jpg");
background-position: top left;
background-repeat: no-repeat;
width:250px;
height: 250px;
}