﻿/* Content Page Layout */
.demoarea {
	padding:20px;
	background:#FFF url(images/demotop.png) no-repeat left top;
}

.demoarea p 
{
	padding:5px;
}

.demoheading {
	padding-bottom:20px;
	color:#5377A9;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:1.5em;
}

.demobottom {
	height:8px;
	background:#FFF url(images/demobottom.png) no-repeat left bottom;
}


.CajaDialogo
{

    /*BACKGROUND: url(../../Images/FondoModal400x233t.jpg) repeat-x center top;*/
    BACKGROUND: url(../../Imagenes/VentanaMensaje500x300.jpg) repeat-x center top;
    font-family: Arial;
    font-size: small;
    color:#232323;
    padding: 0px;
    width: 500px;
    height: 300px;

    
}
.CajaDialogo div
{
    margin: 7px;
    text-align: center;
}
.FondoAplicacion
{
    background-color: White;
    filter: alpha(opacity=70);
    opacity: 0.7;
}


.ArialCelesteOscuro13
{
    font-size: 13pt;
    font-style: normal;
    font-family: 'Century Gothic';
    color: #222222;
}

.ArialGris12
{
    font-size: 12pt;
    font-style: normal;
    font-family: Arial;
    color: #424242;
}
