﻿/*Generales*/
body {
    background: #ffffff;
}


.IdeaLabel {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #666666;
}

.linkimg img {
    width: 40px;
    height: 50;
}

iframe {
    width: 1000px;
    height: 1000px;
    margin: 0 auto;
    background-color: #777;
}
